1
0
Fork 0
arangodb/arangod/RestHandler
Jan 47db35af98
fix potential duplicate setting of memoryLimit (#5680)
2018-06-27 11:33:57 +02:00
..
RestAdminLogHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestAdminLogHandler.h
RestAdminRoutingHandler.cpp Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestAdminRoutingHandler.h Converted a portion of the admin routing API from JS to C++ (#2919) 2017-08-01 17:14:08 +02:00
RestAdminServerHandler.cpp added REST API endpoint GET /_admin/server/availability (#5251) 2018-05-04 11:31:05 +02:00
RestAdminServerHandler.h added REST API endpoint GET /_admin/server/availability (#5251) 2018-05-04 11:31:05 +02:00
RestAdminStatisticsHandler.cpp Replacing statistics handler with c++ (#4653) 2018-02-26 15:33:43 +01:00
RestAdminStatisticsHandler.h Replacing statistics handler with c++ (#4653) 2018-02-26 15:33:43 +01: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
RestAqlUserFunctionsHandler.cpp make API for POST /_api/aqlfunction downwards-compatible again (#5636) 2018-06-20 12:52:54 +02:00
RestAqlUserFunctionsHandler.h Feature/aqlfunction to cpp (#4573) 2018-02-13 11:50:49 +01:00
RestAuthHandler.cpp Supervision Job for Active Failover (#5066) 2018-04-23 12:49:41 +02:00
RestAuthHandler.h
RestBaseHandler.cpp Simple dump speedup (#5298) 2018-05-09 12:51:04 +02:00
RestBaseHandler.h Simple dump speedup (#5298) 2018-05-09 12:51:04 +02:00
RestBatchHandler.cpp Allow RestHandler to pause execution (#5458) 2018-05-25 12:27:14 +02:00
RestBatchHandler.h Squashed commit of the following: 2017-05-12 23:22:22 +02:00
RestCollectionHandler.cpp Feature/make the boolean true again (#5646) 2018-06-27 08:49:51 +02:00
RestCollectionHandler.h Feature/make the boolean true again (#5646) 2018-06-27 08:49:51 +02:00
RestCursorHandler.cpp fix potential duplicate setting of memoryLimit (#5680) 2018-06-27 11:33:57 +02:00
RestCursorHandler.h Bug fix/simplify skip hasmore (#5466) 2018-05-26 09:27:28 +02:00
RestDatabaseHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestDatabaseHandler.h Bug fix/make rest handlers indirect (#5323) 2018-05-11 13:51:06 +02:00
RestDebugHandler.cpp added reactor type 2017-02-07 12:41:41 +01:00
RestDebugHandler.h
RestDocumentHandler.cpp WIP - start adding optional overwrite to insert operation (RepSert) (#5268) 2018-05-24 19:47:15 +02:00
RestDocumentHandler.h
RestEdgesHandler.cpp issue 389.10: refactor CollectionNameResolver to use TRI_vocbase_t& (#5424) 2018-05-23 00:59:08 +03:00
RestEdgesHandler.h Feature/async failover (#3451) 2017-10-18 23:59:29 +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 Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestEngineHandler.cpp remove unnecessary return statements 2018-05-11 14:49:12 +02:00
RestEngineHandler.h Improved RocksDB engine statistics with docs and rest endpoint (#2598) 2017-06-18 22:55:25 +02:00
RestExplainHandler.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
RestExplainHandler.h Converted rest handler for explain from JS to C++. (#2907) 2017-08-01 22:10:39 +02:00
RestHandlerCreator.h
RestImportHandler.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
RestImportHandler.h add ignore-missing option to arangoimport (#4129) 2017-12-22 11:29:10 +01:00
RestIndexHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestIndexHandler.h Bug fix/make rest handlers indirect (#5323) 2018-05-11 13:51:06 +02:00
RestJobHandler.cpp Missing things for active / passive (#3578) 2017-11-04 20:30:23 +01:00
RestJobHandler.h
RestPleaseUpgradeHandler.cpp
RestPleaseUpgradeHandler.h
RestPregelHandler.cpp backport: use vocbase reference instead of pointer in arangodb::pregel::GraphStore 2018-04-13 11:23:34 +03:00
RestPregelHandler.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
RestQueryCacheHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestQueryCacheHandler.h
RestQueryHandler.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
RestQueryHandler.h
RestRepairHandler.cpp Bug fix/cleanup 2805 (#5477) 2018-05-29 10:16:48 +02:00
RestRepairHandler.h added missing override specifier 2018-05-09 18:19:20 +02:00
RestReplicationHandler.cpp Feature/make the boolean true again (#5646) 2018-06-27 08:49:51 +02:00
RestReplicationHandler.h added replication ui (#5555) 2018-06-08 11:19:05 +02:00
RestShutdownHandler.cpp RocksDB WAL tailing fixes (#3595) 2017-11-10 09:31:53 +01:00
RestShutdownHandler.h
RestSimpleHandler.cpp Bug fix/simplify skip hasmore (#5466) 2018-05-26 09:27:28 +02:00
RestSimpleHandler.h Bug fix/simplify skip hasmore (#5466) 2018-05-26 09:27:28 +02:00
RestSimpleQueryHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestSimpleQueryHandler.h Replace /_api/simple/by-example (#4779) 2018-03-09 09:35:48 +01:00
RestStatusHandler.cpp Bugfix/inspector thread (#5553) 2018-06-07 16:23:10 +02:00
RestStatusHandler.h added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
RestTransactionHandler.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
RestTransactionHandler.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
RestUploadHandler.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestUploadHandler.h
RestUsersHandler.cpp issue 380.2.2: remove extraneous pointers from StorageEngine API (#5589) 2018-06-13 15:22:51 +03:00
RestUsersHandler.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
RestVersionHandler.cpp added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
RestVersionHandler.h
RestViewHandler.cpp issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
RestViewHandler.h Added partialUpdate flag for view property modification. 2017-03-30 12:04:58 -04:00
RestVocbaseBaseHandler.cpp WIP - start adding optional overwrite to insert operation (RepSert) (#5268) 2018-05-24 19:47:15 +02:00
RestVocbaseBaseHandler.h WIP - start adding optional overwrite to insert operation (RepSert) (#5268) 2018-05-24 19:47:15 +02:00
RestWalAccessHandler.cpp issue 380.2.2: remove extraneous pointers from StorageEngine API (#5589) 2018-06-13 15:22:51 +03:00
RestWalAccessHandler.h Fixing issues related to missing auth rights (#4753) (#4754) 2018-03-05 13:48:51 +01:00