.. |
RestAdminLogHandler.cpp
|
Remove copy of request body in rest handlers (#5104)
|
2018-04-16 14:49:51 +02:00 |
RestAdminLogHandler.h
|
…
|
|
RestAdminRoutingHandler.cpp
|
…
|
|
RestAdminRoutingHandler.h
|
…
|
|
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
|
…
|
|
RestAqlFunctionsHandler.h
|
…
|
|
RestAqlUserFunctionsHandler.cpp
|
issue 373.3: use TRI_vocbase_t& for Upgrade tasks, remove redundant checks for null TRI_vocbase_t (#5301)
|
2018-05-09 15:54:07 +03:00 |
RestAqlUserFunctionsHandler.h
|
…
|
|
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
|
…
|
|
RestBatchHandler.h
|
…
|
|
RestCollectionHandler.cpp
|
issue 373.1: move globally-unique id generation from collection into data-source (#5182)
|
2018-05-07 22:14:40 +03:00 |
RestCollectionHandler.h
|
…
|
|
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
|
…
|
|
RestDebugHandler.cpp
|
…
|
|
RestDebugHandler.h
|
…
|
|
RestDemoHandler.cpp
|
…
|
|
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
|
…
|
|
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
|
…
|
|
RestEngineHandler.cpp
|
…
|
|
RestEngineHandler.h
|
…
|
|
RestExplainHandler.cpp
|
AQL Profiling code (#5165)
|
2018-04-24 16:17:30 +02:00 |
RestExplainHandler.h
|
…
|
|
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
|
…
|
|
RestIndexHandler.cpp
|
Remove copy of request body in rest handlers (#5104)
|
2018-04-16 14:49:51 +02:00 |
RestIndexHandler.h
|
…
|
|
RestJobHandler.cpp
|
…
|
|
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/compile issues on mac (#5280)
|
2018-05-08 11:07:16 +02:00 |
RestRepairHandler.h
|
added missing override specifier
|
2018-05-09 18:19:20 +02:00 |
RestReplicationHandler.cpp
|
Feature/fix inconsistent distribute shards like job (#4743)
|
2018-05-07 16:53:08 +02:00 |
RestReplicationHandler.h
|
…
|
|
RestShutdownHandler.cpp
|
…
|
|
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
|
…
|
|
RestUploadHandler.cpp
|
…
|
|
RestUploadHandler.h
|
…
|
|
RestUsersHandler.cpp
|
Supervision Job for Active Failover (#5066)
|
2018-04-23 12:49:41 +02: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 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
|
…
|
|