1
0
Fork 0
arangodb/arangod/RestHandler
Max Neunhoeffer e0a527eb5d Fix arangodump in cluster. 2015-12-21 11:53:37 +01:00
..
RestAdminLogHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-25 11:44:32 +01:00
RestAdminLogHandler.h removed useless RestAdminBaseHandler layer 2015-11-06 12:42:02 +01:00
RestBaseHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-23 12:06:29 +01:00
RestBaseHandler.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
RestBatchHandler.cpp Added a general catch block for bad_alloc for all RestHandlers 2015-12-04 18:16:56 +01:00
RestBatchHandler.h removed triagens::rest::Handler 2015-08-20 01:26:50 +02:00
RestCursorHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestCursorHandler.h Removed now obsolete forward declaration of TRI_json_t 2015-12-04 17:26:25 +01:00
RestDebugHelperHandler.cpp AdminLogHandler and DebugHelperHandler now use generateResult for VelocyPack insted of TRI_json_t 2015-11-06 14:10:59 +01:00
RestDebugHelperHandler.h moved some handlers around 2015-08-20 01:26:52 +02:00
RestDocumentHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestDocumentHandler.h Removed usage of TRI_json_t in RestDocumentHandler. Could not yet eliminate it as ClusterMethods are not yet VPack compatible 2015-12-04 17:56:53 +01:00
RestEdgeHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestEdgeHandler.h Reduced usage of TRI_json_t in RestEdgeHandler. Now only builds it to pass it to the transaction 2015-12-04 17:21:51 +01:00
RestEdgesHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestEdgesHandler.h Added an internal route to request edges for a list of vertices instead of a single vertex only. This is used for out/in/edges in cluster which was working with a list of edges locally but not in cluster mode 2015-12-15 16:38:54 +01:00
RestExportHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestExportHandler.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
RestHandlerCreator.h removed useless RestAdminBaseHandler layer 2015-11-06 12:42:02 +01:00
RestImportHandler.cpp use std::make_shared 2015-12-18 23:34:18 +01:00
RestImportHandler.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-18 23:33:44 +01:00
RestJobHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-25 11:44:32 +01:00
RestJobHandler.h moved some handlers around 2015-08-20 01:26:52 +02:00
RestPleaseUpgradeHandler.cpp new HttpServer & HttpCommTask 2015-03-31 09:12:01 +02:00
RestPleaseUpgradeHandler.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
RestQueryCacheHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestQueryCacheHandler.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
RestQueryHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestQueryHandler.h cleanup of some static const variables 2015-03-30 21:43:55 +02:00
RestReplicationHandler.cpp Fix arangodump in cluster. 2015-12-21 11:53:37 +01:00
RestReplicationHandler.h Further movement of RestReplicationHandler to VPack. This state is not fully working 2015-12-08 10:31:47 +01:00
RestShutdownHandler.cpp The ShutdownHandler now uses VelocityPack instead of TRI_json_t 2015-11-06 14:39:50 +01:00
RestShutdownHandler.h moved some handlers around 2015-08-20 01:26:52 +02:00
RestSimpleHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestSimpleHandler.h Removed references to TRI_json_t in RestSimpleHandler 2015-11-10 09:56:14 +01:00
RestSimpleQueryHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestSimpleQueryHandler.h moved PUT /_api/simple/all to C++ 2015-06-18 15:34:45 +02:00
RestUploadHandler.cpp The UploadHandler now uses VelocyPack instead of TRI_json_t 2015-11-09 11:20:32 +01:00
RestUploadHandler.h removed triagens::rest::Handler 2015-08-20 01:26:50 +02:00
RestVersionHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-25 11:44:32 +01:00
RestVersionHandler.h moved some handlers around 2015-08-20 01:26:52 +02:00
RestVocbaseBaseHandler.cpp Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00
RestVocbaseBaseHandler.h Fix handling of VPackOptions in Parser/Builder usage. 2015-12-18 20:42:59 +01:00