1
0
Fork 0
arangodb/arangod/RestHandler
Simon 828f1d423c S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +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 Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestAdminServerHandler.h Feature/server mode (#3590) 2017-11-10 17:56:21 +01: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
RestAqlFunctionsHandler.h
RestAqlUserFunctionsHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +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 Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestBaseHandler.h Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestBatchHandler.cpp Reuse buffers for HttpResponse (#3433) 2017-10-30 17:30:36 +01:00
RestBatchHandler.h
RestCollectionHandler.cpp issue 383.3: implement remainder of IResearchViewDBServer tests, use the data-source id (primary key) instead of an arbitrary instance for dropCollection()/dropView(), backport from iresearch upstream: ensure block is flushed if key index is full (#5176) 2018-04-23 00:33:46 +03:00
RestCollectionHandler.h Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
RestCursorHandler.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
RestCursorHandler.h fix RestCursorHandler::finalizeExecute in case /_api/cursor is called with invalid JSON input (#4782) 2018-03-08 13:52:57 +01:00
RestDatabaseHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestDatabaseHandler.h Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
RestDebugHandler.cpp
RestDebugHandler.h
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
RestDocumentHandler.cpp Remove copy of request body in rest handlers (#5104) 2018-04-16 14:49:51 +02:00
RestDocumentHandler.h
RestEdgesHandler.cpp S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02: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 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 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 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
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 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
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
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
RestReplicationHandler.cpp issue 383.4: push vocbase validity check up from Query constructor out into arangodb::consensus::State, StatisticsWorker and AQLUserFunctions calls (#5177) 2018-04-23 14:52:42 +03: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
RestSimpleHandler.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
RestSimpleHandler.h
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 added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
RestStatusHandler.h added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
RestTransactionHandler.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
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
RestUsersHandler.cpp Supervision Job for Active Failover (#5066) 2018-04-23 12:49:41 +02:00
RestUsersHandler.h Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
RestVersionHandler.cpp added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
RestVersionHandler.h
RestViewHandler.cpp issue 383.3: implement remainder of IResearchViewDBServer tests, use the data-source id (primary key) instead of an arbitrary instance for dropCollection()/dropView(), backport from iresearch upstream: ensure block is flushed if key index is full (#5176) 2018-04-23 00:33:46 +03:00
RestViewHandler.h
RestVocbaseBaseHandler.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
RestVocbaseBaseHandler.h 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
RestWalAccessHandler.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
RestWalAccessHandler.h Fixing issues related to missing auth rights (#4753) (#4754) 2018-03-05 13:48:51 +01:00
WorkMonitorHandler.cpp
WorkMonitorHandler.h