1
0
Fork 0
arangodb/arangod/RestHandler
Wilfried Goesgens ea44f8394d try checking whether _admin/shutdown is received, print sockstats of arangod processes (#7677) 2018-12-06 15:52:46 +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:33:17 +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 (#7372) 2018-11-20 11:30:18 +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 remove unused private variable 2018-09-11 15:10:53 +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 Bugfix: More 3.4 scheduler changes backported (#7091) 2018-10-26 17:09:20 +02:00
RestBatchHandler.h Fixed memory leak due to cyclic references of shared pointer. (#6442) 2018-09-10 15:58:08 +02:00
RestCollectionHandler.cpp Feature/micro optimizations 28112018 (#7496) 2018-11-28 15:57:10 +01:00
RestCollectionHandler.h Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
RestControlPregelHandler.cpp Fix Pregel Graph Loading Logic (#6419) 2018-09-10 11:58:14 +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) 2018-11-02 16:19:48 +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 patch collection counts on the slave in case it is off (#7147) 2018-10-31 17:20:14 +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) (#7535) 2018-11-30 14:43:04 +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 issue 465.4: remove unused functions (#6398) 2018-09-06 14:12:39 +03: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 (#6898) 2018-10-16 09:18:51 +02:00
RestGraphHandler.h handle "rev" parameter (#6898) 2018-10-16 09:18:51 +02:00
RestHandlerCreator.h Bug fix/meierloch (#5895) 2018-07-17 11:39:50 +02:00
RestImportHandler.cpp fix some issues reported by codescan (#7195) 2018-11-02 19:04:39 +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 (#7339) 2018-11-20 16:05:57 +01:00
RestIndexHandler.h add alternative to ClusterInfo::getCollection() that doesn't throw (#7339) 2018-11-20 16:05:57 +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 More cleanup and additional logging. 2018-10-02 07:50:26 -04:00
RestPregelHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RestQueryCacheHandler.cpp much better diagnostics for AQL query results cache (#6580) 2018-09-25 09:49:11 +02:00
RestQueryCacheHandler.h much better diagnostics for AQL query results cache (#6580) 2018-09-25 09:49:11 +02:00
RestQueryHandler.cpp fix failing non-deterministic query-stream test (#7295) 2018-11-13 11:36:41 +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 3.4/syncing of followers (#7377) (#7535) 2018-11-30 14:43:04 +01:00
RestReplicationHandler.h Bug fix 3.4/syncing of followers (#7377) (#7535) 2018-11-30 14:43:04 +01:00
RestShutdownHandler.cpp try checking whether _admin/shutdown is received, print sockstats of arangod processes (#7677) 2018-12-06 15:52:46 +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 cleanup (#7507) 2018-11-28 19:42:37 +01:00
RestSimpleQueryHandler.h fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RestStatusHandler.cpp Add advertised endpoints. (#6104) 2018-09-13 16:30:55 +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 Bugfix: More 3.4 scheduler changes backported (#7091) 2018-10-26 17:09:20 +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 issue 465.2.2: remove redudnant heap allocations and simplify API (#6349) 2018-09-05 13:37:37 +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 Bug fix/cxxcheck 28112018 (#7518) 2018-11-29 13:39:04 +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 (#6898) 2018-10-16 09:18:51 +02:00
RestVocbaseBaseHandler.h handle "rev" parameter (#6898) 2018-10-16 09:18:51 +02:00
RestWalAccessHandler.cpp smaller changes for replication (#7200) 2018-11-02 18:38:32 +01:00
RestWalAccessHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00