1
0
Fork 0
arangodb/arangod/RestHandler
Jan 9d311aac65
do allow input to /_api/aqlfunction choose between (#4603)
2018-02-16 14:10:17 +01:00
..
RestAdminLogHandler.cpp Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestAdminLogHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
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 Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestAdminServerHandler.h Feature/server mode (#3590) 2017-11-10 17:56:21 +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 switch to boost asio 2016-10-14 10:12:17 +00:00
RestAqlUserFunctionsHandler.cpp do allow input to /_api/aqlfunction choose between (#4603) 2018-02-16 14:10:17 +01:00
RestAqlUserFunctionsHandler.h Feature/aqlfunction to cpp (#4573) 2018-02-13 11:50:49 +01:00
RestAuthHandler.cpp Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
RestAuthHandler.h Merge remote-tracking branch 'origin/devel' into authentication 2016-10-17 13:51:26 +02:00
RestBaseHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestBaseHandler.h Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestBatchHandler.cpp Reuse buffers for HttpResponse (#3433) 2017-10-30 17:30:36 +01:00
RestBatchHandler.h Squashed commit of the following: 2017-05-12 23:22:22 +02:00
RestCollectionHandler.cpp Feature/small misc optimizations (#4504) 2018-02-08 09:25:07 +01:00
RestCollectionHandler.h Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestCursorHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestCursorHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestDatabaseHandler.cpp Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestDatabaseHandler.h Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
RestDebugHandler.cpp added reactor type 2017-02-07 12:41:41 +01:00
RestDebugHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestDemoHandler.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
RestDemoHandler.h fix compile warning 2016-10-17 17:16:55 +02:00
RestDocumentHandler.cpp Feature/improved index api for unique constraints and replication (#3715) 2017-11-16 21:02:01 +01:00
RestDocumentHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestEchoHandler.cpp fix velocypack-over-HTTP responses 2017-02-28 17:01:59 +01:00
RestEchoHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestEdgesHandler.cpp remove old, potentially unsafe ScopeGuard implementation (#4576) 2018-02-13 18:13:02 +01:00
RestEdgesHandler.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
RestEndpointHandler.cpp Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestEndpointHandler.h Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestEngineHandler.cpp Adding `db._engineStats` for arangosh 2017-08-07 17:00:15 +02:00
RestEngineHandler.h Improved RocksDB engine statistics with docs and rest endpoint (#2598) 2017-06-18 22:55:25 +02:00
RestExplainHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01: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 Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestImportHandler.h add ignore-missing option to arangoimport (#4129) 2017-12-22 11:29:10 +01:00
RestIndexHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestIndexHandler.h Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
RestJobHandler.cpp Missing things for active / passive (#3578) 2017-11-04 20:30:23 +01:00
RestJobHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestPleaseUpgradeHandler.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
RestPleaseUpgradeHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestPregelHandler.cpp Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestPregelHandler.h Using ThreadPool 2016-11-04 11:47:40 +01:00
RestQueryCacheHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestQueryCacheHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestQueryHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestQueryHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestReplicationHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestReplicationHandler.h slight cleanup of replication-related code (#4286) 2018-01-17 16:56:40 +01:00
RestShutdownHandler.cpp RocksDB WAL tailing fixes (#3595) 2017-11-10 09:31:53 +01:00
RestShutdownHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestSimpleHandler.cpp remove old, potentially unsafe ScopeGuard implementation (#4576) 2018-02-13 18:13:02 +01:00
RestSimpleHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestSimpleQueryHandler.cpp remove old, potentially unsafe ScopeGuard implementation (#4576) 2018-02-13 18:13:02 +01:00
RestSimpleQueryHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestTransactionHandler.cpp fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
RestTransactionHandler.h fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
RestUploadHandler.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestUploadHandler.h fix warning 2016-10-17 13:49:28 +02:00
RestUsersHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestUsersHandler.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
RestVersionHandler.cpp Add host id detection and show in /_admin/cluster/Health. (#3389) 2017-10-11 12:42:44 +02:00
RestVersionHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestViewHandler.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
RestViewHandler.h Added partialUpdate flag for view property modification. 2017-03-30 12:04:58 -04:00
RestVocbaseBaseHandler.cpp Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
RestVocbaseBaseHandler.h Feature/improved index api for unique constraints and replication (#3715) 2017-11-16 21:02:01 +01:00
RestWalAccessHandler.cpp forward port of replication bugfixes from 3.2 (#4572) 2018-02-12 18:13:51 +01:00
RestWalAccessHandler.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
WorkMonitorHandler.cpp do not url-decode paths eagerly 2016-11-15 15:46:21 +01:00
WorkMonitorHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00