1
0
Fork 0
arangodb/arangod/RestHandler
Simon 933ca8a775 Bug fix/restore index refactor (#7470) (#7491)
(cherry picked from commit d0efd95a37)
2018-11-29 14:08:29 +01: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 AuthenticationFeature::isEnabled() is not doing what is expected (#7373) 2018-11-20 11:30:10 +01: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 Feature 3.4/medium priority (#6910) 2018-10-18 17:08:39 +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 issue 496.5: backport 3.4: minor API cleanup and error reportin enhancements, update iresearch to commit d69f7bd184e009da7bf0a478efd34a0c85b74291 (#7217) 2018-11-05 16:17:41 +03:00
RestCollectionHandler.h Add engine specific collection APIs (#6962) 2018-10-19 15:23:55 +02: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 Server stream cursor (#7186) (#7210) 2018-11-03 20:17:52 +01: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 Bug fix 3.4/patch slave collection count (#7156) 2018-10-31 17:20:46 +01:00
RestDebugHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestDocumentHandler.cpp Bug fix 3.4/syncing of followers (#7377) 2018-11-23 16:08:27 +01: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 handle "rev" parameter (#6897) 2018-10-16 09:19:12 +02:00
RestGraphHandler.h handle "rev" parameter (#6897) 2018-10-16 09:19:12 +02:00
RestHandlerCreator.h Bug fix/meierloch (#5895) 2018-07-17 11:39:50 +02:00
RestImportHandler.cpp add error checking (#7199) 2018-11-02 15:23:01 +01:00
RestImportHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestIndexHandler.cpp add alternative to ClusterInfo::getCollection() that doesn't throw (#7413) 2018-11-23 11:15:25 +01:00
RestIndexHandler.h add alternative to ClusterInfo::getCollection() that doesn't throw (#7413) 2018-11-23 11:15:25 +01: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 [3.4] Additional and cleaned-up logging (#6648) 2018-10-01 19:03:05 +02: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 fix failing non-deterministic query-stream test (#7296) 2018-11-13 11:37:09 +01: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/restore index refactor (#7470) (#7491) 2018-11-29 14:08:29 +01:00
RestReplicationHandler.h Bug fix 3.4/syncing of followers (#7377) 2018-11-23 16:08:27 +01:00
RestShutdownHandler.cpp AuthenticationFeature::isEnabled() is not doing what is expected (#7373) 2018-11-20 11:30:10 +01: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 Feature 3.4/medium priority (#6910) 2018-10-18 17:08:39 +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 backport missed changes (#7016) 2018-10-24 15:43:45 +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 Make recovery more reliable (#7297) (#7367) 2018-11-21 16:51:38 +01: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 handle "rev" parameter (#6897) 2018-10-16 09:19:12 +02:00
RestVocbaseBaseHandler.h handle "rev" parameter (#6897) 2018-10-16 09:19:12 +02:00
RestWalAccessHandler.cpp smaller changes for replication (#7201) 2018-11-02 15:47:49 +01:00
RestWalAccessHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00