1
0
Fork 0
arangodb/arangod/RestHandler
Simon 229c09d434 Allow dirty-reads from passive (#6136) 2018-08-20 16:26:14 +02: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 Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
RestAdminLogHandler.h
RestAdminRoutingHandler.cpp
RestAdminRoutingHandler.h
RestAdminServerHandler.cpp do not generate an error first only to return success later (#5863) 2018-07-13 11:28:22 +02:00
RestAdminServerHandler.h
RestAdminStatisticsHandler.cpp allow turning off statistics feature (#5883) 2018-07-16 10:46:43 +02:00
RestAdminStatisticsHandler.h
RestAqlFunctionsHandler.cpp
RestAqlFunctionsHandler.h Feature/remove job queue thread (#5986) 2018-08-10 12:17:43 +02:00
RestAqlUserFunctionsHandler.cpp
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
RestBaseHandler.cpp
RestBaseHandler.h
RestBatchHandler.cpp
RestBatchHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00
RestCollectionHandler.cpp Use RangeDelete where possible (#6121) 2018-08-15 18:52:09 +02:00
RestCollectionHandler.h issue 399.4: use LogicalCollection& instead of LogicalCollection* in Index (#5929) 2018-07-20 14:55:58 +03:00
RestControlPregelHandler.cpp Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +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 Added C++ implementation, load balancer support, and user restriction to Pregel API (#6060) 2018-08-03 12:55:28 +02:00
RestCursorHandler.h Feature/remove job queue thread (#5986) 2018-08-10 12:17:43 +02:00
RestDatabaseHandler.cpp
RestDatabaseHandler.h
RestDebugHandler.cpp
RestDebugHandler.h
RestDocumentHandler.cpp allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02: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
RestEndpointHandler.cpp
RestEndpointHandler.h
RestEngineHandler.cpp
RestEngineHandler.h
RestExplainHandler.cpp
RestExplainHandler.h
RestGraphHandler.cpp added missing if none match header when reading nodes or edges (#6165) 2018-08-20 14:28:50 +02:00
RestGraphHandler.h fix compile warnings 2018-08-09 13:00:51 +02:00
RestHandlerCreator.h Bug fix/meierloch (#5895) 2018-07-17 11:39:50 +02:00
RestImportHandler.cpp fix intermediate commits 2018-07-27 17:40:38 +02:00
RestImportHandler.h
RestIndexHandler.cpp
RestIndexHandler.h
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
RestPleaseUpgradeHandler.h
RestPregelHandler.cpp
RestPregelHandler.h
RestQueryCacheHandler.cpp
RestQueryCacheHandler.h
RestQueryHandler.cpp remove methods from VelocyPackHelper that are also in VPackSlice (#5946) 2018-07-25 09:01:29 +02:00
RestQueryHandler.h
RestRepairHandler.cpp Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
RestRepairHandler.h
RestReplicationHandler.cpp Allow dirty-reads from passive (#6136) 2018-08-20 16:26:14 +02:00
RestReplicationHandler.h Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
RestShutdownHandler.cpp
RestShutdownHandler.h
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 compatibilty 3.3 <-> 3.4 (#5963) 2018-07-25 09:05:34 +02:00
RestStatusHandler.h
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
RestTransactionHandler.cpp
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
RestUsersHandler.cpp Allow dirty-reads from passive (#6136) 2018-08-20 16:26:14 +02:00
RestUsersHandler.h
RestVersionHandler.cpp
RestVersionHandler.h
RestViewHandler.cpp issue 427.3: uncomment authentication tests, address error propagation issues during view drop (#6103) 2018-08-07 19:52:12 +03: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 Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
RestVocbaseBaseHandler.h Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
RestWalAccessHandler.cpp
RestWalAccessHandler.h document the RequestLanes, and "fix" the lanes of a few handlers (#6152) 2018-08-15 11:58:16 +02:00