1
0
Fork 0
arangodb/arangod/Cluster
Andreas Streichardt 02eb298f0c extra startup check: enforce that the user set a jwt-secret when running in cluster mode with authentication enabled 2016-11-18 16:15:09 +01:00
..
AgencyCallback.cpp Add a sensible error message. 2016-09-20 15:26:51 +02:00
AgencyCallback.h Overhaul AgencyCallback. 2016-05-07 01:11:15 +02:00
AgencyCallbackRegistry.cpp remove bogus includes 2016-07-06 18:18:01 +02:00
AgencyCallbackRegistry.h Fix guards 2016-05-18 10:54:46 +02:00
AgencyComm.cpp double percision conserved for timeout in AgencyComm 2016-11-03 16:47:38 +01:00
AgencyComm.h finish RequestType enum 2016-08-23 14:49:29 +02:00
ClusterComm.cpp fix Visual Studio complaints 2016-10-31 09:59:18 +01:00
ClusterComm.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ClusterEdgeCursor.cpp fixed compile errors (visual studio) 2016-09-07 14:52:52 +02:00
ClusterEdgeCursor.h First draft of communication ClusterTraverser<->Engine. Does crash early. 2016-08-04 10:26:41 +02:00
ClusterFeature.cpp extra startup check: enforce that the user set a jwt-secret when running in cluster mode with authentication enabled 2016-11-18 16:15:09 +01:00
ClusterFeature.h remove --cluster.password and username 2016-11-17 15:29:23 +01:00
ClusterInfo.cpp local databases lookups up 2 keys in agency with checks on both 2016-11-03 15:34:41 +01:00
ClusterInfo.h Implement cURL based inter server communication 2016-10-10 14:56:04 +02:00
ClusterMethods.cpp fix passing of special chars in URLs in cluster 2016-11-15 15:46:22 +01:00
ClusterMethods.h Removed dead code of TraverserExpressions. They have been replaced by native AQL expressions everywhere. 2016-11-04 18:15:04 +01:00
ClusterTraverser.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ClusterTraverser.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
DBServerAgencySync.cpp switch to boost asio 2016-10-14 10:12:17 +00:00
DBServerAgencySync.h switch to boost asio 2016-10-14 10:12:17 +00:00
HeartbeatThread.cpp Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-10-17 15:14:13 +02:00
HeartbeatThread.h silenced compiler warnings 2016-10-15 09:31:34 +00:00
RestAgencyCallbacksHandler.cpp do not url-decode paths eagerly 2016-11-15 15:46:21 +01:00
RestAgencyCallbacksHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
RestShardHandler.cpp switch to boost asio 2016-10-14 10:12:17 +00:00
RestShardHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
ServerState.cpp Implement cluster authentication 2016-10-17 13:35:55 +02:00
ServerState.h Implement cluster authentication 2016-10-17 13:35:55 +02:00
TraverserEngine.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
TraverserEngine.h Added a new endpoint for SmartSearch BFS. (Enterprise only) 2016-09-20 13:52:27 +02:00
TraverserEngineRegistry.cpp Fix hanging dbservers in graph tests. 2016-09-28 10:25:02 +02:00
TraverserEngineRegistry.h Fix hanging dbservers in graph tests. 2016-09-28 10:25:02 +02:00
v8-cluster.cpp Added some better handling of SmartEdgeCollections in simpleQueries. 2016-10-19 15:19:33 +02:00
v8-cluster.h