1
0
Fork 0
arangodb/arangod/RestHandler
Jan a8cd72f502
Bug fix 3.4/optimizations 210918 (#6574)
2018-09-25 09:50:25 +02:00
..
RestAdminDatabaseHandler.cpp removed several unused internal APIs (#6193) 2018-08-20 12:57:58 +02:00
RestAdminDatabaseHandler.h removed several unused internal APIs (#6193) 2018-08-20 12:57:58 +02:00
RestAdminLogHandler.cpp prevent out-of-bounds array access 2018-09-17 16:32:43 +02:00
RestAdminLogHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestAdminRoutingHandler.cpp Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestAdminRoutingHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestAdminServerHandler.cpp Various small changes (#6234) 2018-08-24 09:39:03 +02:00
RestAdminServerHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestAdminStatisticsHandler.cpp allow turning off statistics feature (#5883) 2018-07-16 10:46:43 +02:00
RestAdminStatisticsHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestAqlFunctionsHandler.cpp Moved FunctionDefinitions to an AqlFunctionFeature. This now has a defined startup ordering 2017-02-08 15:45:59 +01:00
RestAqlFunctionsHandler.h Feature/remove job queue thread (#5986) 2018-08-10 12:17:43 +02:00
RestAqlUserFunctionsHandler.cpp make API for POST /_api/aqlfunction downwards-compatible again (#5636) 2018-06-20 12:52:54 +02:00
RestAqlUserFunctionsHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
RestAuthHandler.cpp Allow dirty-reads from passive (#6136) 2018-08-20 16:26:14 +02:00
RestAuthHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestBaseHandler.cpp Add load balancer awareness for cursor API (#5682) 2018-07-03 14:29:09 +02:00
RestBaseHandler.h Add load balancer awareness for cursor API (#5682) 2018-07-03 14:29:09 +02:00
RestBatchHandler.cpp Fixed memory leak due to cyclic references of shared pointer. (#6441) 2018-09-10 14:48:22 +02:00
RestBatchHandler.h Fixed memory leak due to cyclic references of shared pointer. (#6441) 2018-09-10 14:48:22 +02:00
RestCollectionHandler.cpp Bug fix/add aql collection count cache (#6227) 2018-08-23 16:05:51 +02:00
RestCollectionHandler.h issue 399.4: use LogicalCollection& instead of LogicalCollection* in Index (#5929) 2018-07-20 14:55:58 +03:00
RestControlPregelHandler.cpp Fix Pregel Graph Loading Logic (#6418) 2018-09-07 14:04:25 +02:00
RestControlPregelHandler.h Added C++ implementation, load balancer support, and user restriction to Pregel API (#6060) 2018-08-03 12:55:28 +02:00
RestCursorHandler.cpp Feature 3.4/query cache diagnostics (#6581) 2018-09-25 09:49:33 +02:00
RestCursorHandler.h Feature/remove job queue thread (#5986) 2018-08-10 12:17:43 +02:00
RestDatabaseHandler.cpp Make cluster routes check roles (#6239) 2018-08-24 09:46:27 +02:00
RestDatabaseHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestDebugHandler.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestDebugHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestDocumentHandler.cpp return error codes in case a babies remove operation fails (#6528) 2018-09-18 20:15:48 +02:00
RestDocumentHandler.h allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
RestEdgesHandler.cpp allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
RestEdgesHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestEndpointHandler.cpp issue 355.4: remove redundant methods and code, use 'cp' instead of 'cmake copy_directory' where possible, use vocbase reference instead of pointer 2018-04-04 10:53:48 +03:00
RestEndpointHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestEngineHandler.cpp remove unnecessary return statements 2018-05-11 14:49:12 +02:00
RestEngineHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestExplainHandler.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
RestExplainHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestGraphHandler.cpp added missing if none match header when reading nodes or edges (#6165) 2018-08-20 14:28:50 +02:00
RestGraphHandler.h fix compile warnings 2018-08-09 13:00:51 +02:00
RestHandlerCreator.h Bug fix/meierloch (#5895) 2018-07-17 11:39:50 +02:00
RestImportHandler.cpp fix intermediate commits 2018-07-27 17:40:38 +02:00
RestImportHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestIndexHandler.cpp Hide links (#6348) 2018-09-03 15:36:37 +02:00
RestIndexHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestJobHandler.cpp make AQL functions construction easier (#6195) 2018-08-20 11:56:38 +02:00
RestJobHandler.h Add load balancing support and user restriction for async jobs API (#5906) 2018-07-23 15:23:18 +02:00
RestPleaseUpgradeHandler.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestPleaseUpgradeHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestPregelHandler.cpp backport: use vocbase reference instead of pointer in arangodb::pregel::GraphStore 2018-04-13 11:23:34 +03:00
RestPregelHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestQueryCacheHandler.cpp Feature 3.4/query cache diagnostics (#6581) 2018-09-25 09:49:33 +02:00
RestQueryCacheHandler.h Feature 3.4/query cache diagnostics (#6581) 2018-09-25 09:49:33 +02:00
RestQueryHandler.cpp Feature 3.4/query cache diagnostics (#6581) 2018-09-25 09:49:33 +02:00
RestQueryHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestRepairHandler.cpp Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
RestRepairHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestReplicationHandler.cpp Bug fix 3.4/optimizations 210918 (#6574) 2018-09-25 09:50:25 +02:00
RestReplicationHandler.h Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
RestShutdownHandler.cpp Properly check syncer erros, catch more exceptions (#6522) 2018-09-17 16:38:44 +02:00
RestShutdownHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestSimpleHandler.cpp fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RestSimpleHandler.h fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RestSimpleQueryHandler.cpp fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RestSimpleQueryHandler.h fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RestStatusHandler.cpp advertised endpoints (#6493) 2018-09-14 10:05:46 +02:00
RestStatusHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestTasksHandler.cpp Allow dirty-reads from passive (#6136) 2018-08-20 16:26:14 +02:00
RestTasksHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
RestTestHandler.cpp RestTestHandler (#6204) 2018-08-22 14:54:04 +02:00
RestTestHandler.h RestTestHandler (#6204) 2018-08-22 14:54:04 +02:00
RestTransactionHandler.cpp Bug fix/fix hangs (#5808) 2018-07-10 11:39:37 +02:00
RestTransactionHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
RestUploadHandler.cpp VST support in arangosh (#6047) 2018-08-08 12:18:54 +02:00
RestUploadHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestUsersHandler.cpp issue 458.2.1: ensure LogicalCollection presence is checked before granting/revoking permissions (#6274) 2018-08-29 14:57:56 +03:00
RestUsersHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestVersionHandler.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestVersionHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestViewHandler.cpp issue 459.3: ensure collection permissions are checked before updating/dropping an IResearch view (#6253) 2018-08-26 18:00:16 +03:00
RestViewHandler.h issue 410.1: ensure both JavaScript and Rest API for views matches API for collections (#5903) 2018-07-19 15:07:17 +02:00
RestVocbaseBaseHandler.cpp return error codes in case a babies remove operation fails (#6528) 2018-09-18 20:15:48 +02:00
RestVocbaseBaseHandler.h return error codes in case a babies remove operation fails (#6528) 2018-09-18 20:15:48 +02:00
RestWalAccessHandler.cpp Refactor syncer state and make notes for future parallelization (#5742) 2018-07-03 21:32:16 +02:00
RestWalAccessHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00