1
0
Fork 0
arangodb/arangod/Cluster
Simon Grätzer 080048b080 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-01 15:05:25 +01:00
..
AgencyCallback.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
AgencyCallback.h Move AgencyCallback stuff to cluster so it is (hopefully) clear that this 2017-01-13 18:08:27 +01:00
AgencyCallbackRegistry.cpp merge from 3.1 2017-02-20 20:05:52 +01:00
AgencyCallbackRegistry.h merge from 3.1 2017-02-20 20:05:52 +01:00
ClusterComm.cpp moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
ClusterComm.h renaming 2017-02-13 15:18:40 +01:00
ClusterEdgeCursor.cpp moved helper classes into their own file 2017-02-14 12:35:34 +01:00
ClusterEdgeCursor.h fix size_t vs uint64_t confusion 2017-02-10 23:43:47 +01:00
ClusterFeature.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-02-10 19:40:51 +01:00
ClusterFeature.h Add info about requested startup role 2017-01-12 15:33:13 +01:00
ClusterInfo.cpp Replaced several specialized toVelocyPack functions of LogicalCollection by toVelocyPackIgnore(). Fixed distributeLike bug that occured through this. 2017-02-28 14:54:32 +01:00
ClusterInfo.h Fix bug found by static analysis. 2017-01-24 12:30:32 +01:00
ClusterMethods.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-28 17:02:42 +01:00
ClusterMethods.h Moved creation of Cluster collection from V8Server to ClusterMethods. Also introduced a static class wrapper for Methods. 2017-01-16 12:40:05 +01:00
ClusterTraverser.cpp moved helper classes into their own file 2017-02-14 12:35:34 +01:00
ClusterTraverser.h renaming 2017-02-13 15:18:40 +01:00
CollectionLockState.cpp moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
CollectionLockState.h moved collection lock state into its own struct 2017-02-16 10:27:14 +01:00
DBServerAgencySync.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
DBServerAgencySync.h switch to boost asio 2016-10-14 10:12:17 +00:00
FollowerInfo.cpp Make followerList::add and ::remove idempotent. 2017-01-19 14:19:36 +01:00
FollowerInfo.h More Schmutz-NG. 2017-01-12 16:33:57 +01:00
HeartbeatThread.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-01 14:52:35 +01:00
HeartbeatThread.h Try to solve sporadic shutdown blockage in heartbeat thread. 2017-01-30 22:32:05 +01:00
RestAgencyCallbacksHandler.cpp fix velocypack-over-HTTP responses 2017-02-28 17:01:59 +01:00
RestAgencyCallbacksHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
ServerState.cpp Fix unused variables 2017-02-13 15:22:58 +01:00
ServerState.h Fix secondaries 2017-02-13 14:00:19 +01:00
TraverserEngine.cpp renaming 2017-02-27 14:38:27 +01:00
TraverserEngine.h renaming 2017-02-27 14:38:27 +01:00
TraverserEngineRegistry.cpp Removed a velocypack-aliases include from voc-type.h 2017-02-23 13:07:32 +01:00
TraverserEngineRegistry.h Destroy all traverser engines when AQL is shut down. 2017-02-10 09:12:15 +01:00
v8-cluster.cpp ClusterInfo now uses the general toVPack function of LogicalCollection instead of building everything locally. 2017-02-28 17:05:30 +01:00
v8-cluster.h