1
0
Fork 0
arangodb/arangod/RestHandler
Max Neunhoeffer 1f926fc24b Fix synchronous replication: use shard name instead of ID.
Explanation: Different replicas of the same shard will have different
local collection IDs. Therefore we have to use the shard name
(collection name) to indentify collections in synchronous replication.
2016-06-13 13:54:32 +02:00
..
RestAdminLogHandler.cpp allow accessing /_admin/log in all databases 2016-04-22 08:41:39 +02:00
RestAdminLogHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestAqlFunctionsHandler.cpp added /_api/aql-builtin 2016-06-03 12:56:18 +02:00
RestAqlFunctionsHandler.h added /_api/aql-builtin 2016-06-03 12:56:18 +02:00
RestAuthHandler.cpp WIP 2016-06-01 23:03:00 +02:00
RestAuthHandler.h jwt generation works 2016-05-30 18:47:04 +02:00
RestBaseHandler.cpp added fillBody 2016-05-13 15:14:44 +02:00
RestBaseHandler.h added fillBody 2016-05-13 15:14:44 +02:00
RestBatchHandler.cpp micro optimizations 2016-05-11 14:06:47 +02:00
RestBatchHandler.h micro optimizations 2016-05-01 00:03:23 +02:00
RestCursorHandler.cpp make query killable even if it did not yet start 2016-06-07 17:25:26 +02:00
RestCursorHandler.h make query killable even if it did not yet start 2016-06-07 17:25:26 +02:00
RestDebugHandler.cpp remove ArangoServer.h remainders 2016-04-22 20:18:28 +02:00
RestDebugHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestDocumentHandler.cpp optimizations 2016-05-11 11:50:07 +02:00
RestDocumentHandler.h Moved GET _api/document?collection=xxx to PUT _api/simple/all-keys {collection: xxx}. Adapted all tests. Also removed Transaction::allKeys which got obsolete by this commit. 2016-04-15 11:23:25 +02:00
RestEchoHandler.cpp added application/x-velocypack 2016-04-26 23:01:36 +02:00
RestEchoHandler.h added application/x-velocypack 2016-04-26 23:01:36 +02:00
RestEdgesHandler.cpp clang-format 2016-06-12 12:19:37 +02:00
RestEdgesHandler.h Fixed api/edges in Cluster 2016-04-01 11:38:44 +02:00
RestExportHandler.cpp handle "Connection" and "Content-Type" headers separately 2016-05-10 15:24:55 +02:00
RestExportHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestHandlerCreator.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestImportHandler.cpp removed "createCollection" attribute from APIs 2016-05-12 15:17:45 +02:00
RestImportHandler.h removed "createCollection" attribute from APIs 2016-05-12 15:17:45 +02:00
RestJobHandler.cpp removed now unneeded API-changes document 2016-05-13 16:04:48 +02:00
RestJobHandler.h WIP 2016-04-13 21:12:16 +02:00
RestPleaseUpgradeHandler.cpp handle "Connection" and "Content-Type" headers separately 2016-05-10 15:24:55 +02:00
RestPleaseUpgradeHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestQueryCacheHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-04-06 15:43:27 +02:00
RestQueryCacheHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestQueryHandler.cpp Merge remote-tracking branch 'origin' into FMH 2016-04-15 19:01:38 -07:00
RestQueryHandler.h cppcheck 2016-04-22 15:51:03 +02:00
RestReplicationHandler.cpp Fix synchronous replication: use shard name instead of ID. 2016-06-13 13:54:32 +02:00
RestReplicationHandler.h Let a follower unfollow a leader. 2016-06-08 10:00:19 +02:00
RestShutdownHandler.cpp Implement unregister on shutdown 2016-06-10 18:21:41 +02:00
RestShutdownHandler.h cppcheck 2016-04-22 15:51:03 +02:00
RestSimpleHandler.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
RestSimpleHandler.h Merge branch 'devel' of github.com:arangodb/arangodb into FMH 2016-04-03 21:46:30 +02:00
RestSimpleQueryHandler.cpp micro optimizations 2016-05-01 14:13:53 +02:00
RestSimpleQueryHandler.h Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH 2016-04-19 07:44:00 +02:00
RestUploadHandler.cpp handle "Connection" and "Content-Type" headers separately 2016-05-10 15:24:55 +02:00
RestUploadHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestVersionHandler.cpp towards windows service 2016-04-29 11:14:57 +02:00
RestVersionHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00
RestVocbaseBaseHandler.cpp merge with velocypack 2016-06-06 16:59:36 +02:00
RestVocbaseBaseHandler.h removed "createCollection" attribute from APIs 2016-05-12 15:17:45 +02:00
WorkMonitorHandler.cpp splitted HttpResponse.h 2016-04-01 10:39:38 +02:00
WorkMonitorHandler.h splitted HttpRequest into GeneralRequest/HttpRequest 2016-03-31 11:45:21 +02:00