jsteemann
|
96fceb4411
|
use std::unordered_maps for headers
|
2016-05-01 20:52:47 +02:00 |
jsteemann
|
352df5f3ea
|
cleanup
|
2016-05-01 15:32:33 +02:00 |
Jan Steemann
|
e3db1236c6
|
fixed compile warnings
|
2016-04-22 15:31:47 +02:00 |
Max Neunhoeffer
|
ef01814127
|
Add servers entry to getCollectionInfoCurrent in JS.
|
2016-04-21 09:29:05 +02:00 |
Max Neunhoeffer
|
aba651ad0d
|
Better error handling.
|
2016-04-20 17:22:37 +02:00 |
Andreas Streichardt
|
b03d4e610a
|
Remove watchValue from agency
|
2016-04-13 15:42:23 +02:00 |
Kaveh Vahedipour
|
a315997617
|
callback redesign
|
2016-04-07 10:20:08 +02:00 |
Frank Celler
|
494bdca847
|
splitted HttpRequest into GeneralRequest/HttpRequest
|
2016-03-31 11:45:21 +02:00 |
Jan Steemann
|
7b758efaeb
|
handle status CL_COMM_BACKEND_UNAVAILABLE
|
2016-03-24 12:00:03 +01:00 |
Jan Steemann
|
da1721f262
|
added assertions
|
2016-03-23 18:14:03 +01:00 |
jsteemann
|
ff21453255
|
logger transition: all files in arangod exception transactions.cpp
|
2016-01-29 23:28:44 +01:00 |
Jan Steemann
|
828f46c76b
|
shut up compiler
|
2016-01-29 19:19:06 +01:00 |
Michael Hackstein
|
e0f0a6f1a8
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-29 14:18:05 +01:00 |
Michael Hackstein
|
436c377cb5
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-29 14:01:53 +01:00 |
Max Neunhoeffer
|
238937128a
|
Merge branch 'devel' into ClustUp2
|
2016-01-29 13:59:11 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Max Neunhoeffer
|
887e571a26
|
Merge branch 'devel' into ClustUp2
|
2016-01-26 18:01:42 +01:00 |
Michael Hackstein
|
f9ada16a89
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-26 13:27:41 +01:00 |
Michael Hackstein
|
969ac75d19
|
Removed all TRI_json_t references from v8-vocindex and all it's surroundings
|
2016-01-26 13:27:21 +01:00 |
Max Neunhoeffer
|
bee3f7e21a
|
Cleanup ClusterComm library. Allow singleRequest asyncRequests.
Also run ClusterComm sender thread and connection manager in
single server mode.
|
2016-01-26 11:05:15 +01:00 |
Michael Hackstein
|
18b66d5c83
|
Removed TRI_json_t entirely from AgencyComm. Also no legacy support anymore.
|
2016-01-25 16:39:56 +01:00 |
Michael Hackstein
|
191c2dc3a9
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-21 16:29:38 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
Michael Hackstein
|
3c6ac9f38f
|
Removed all TRI_json_t inputs to AgencyComm and replaced them by VPack. This commit stil has an error s.t. indexes cannot be dropped in Cluster. WIP.
|
2016-01-20 12:53:55 +01:00 |
Michael Hackstein
|
7f4980e87d
|
Cluster internal communication now uses more VPack instead of TRI_json_t
|
2016-01-19 11:33:43 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
jsteemann
|
f66eb007cd
|
some const unification
|
2016-01-15 00:03:03 +01:00 |
Max Neunhoeffer
|
b0283077db
|
Merge branch 'devel' into ClustUp2
|
2016-01-11 11:41:36 +01:00 |
Max Neunhoeffer
|
e7eae3a73a
|
Merge branch 'devel' into ClustUp2
|
2016-01-11 11:01:45 +01:00 |
jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
Max Neunhoeffer
|
e81af6274a
|
Add replicationFactor and replicationQuorum.
|
2015-12-28 14:47:27 +01:00 |
Max Neunhoeffer
|
b337d9bd29
|
Fix shared_ptr<CONTAINER> direct-use in for bug.
|
2015-12-16 10:29:23 +01:00 |
Max Neunhoeffer
|
7641feeb88
|
Fix ClusterComm library w.r.t. pointers.
|
2015-12-14 11:22:30 +01:00 |
Max Neunhoeffer
|
af4d729284
|
The ClusterComm C++11 revolution.
|
2015-12-11 23:26:10 +01:00 |
Max Neunhoeffer
|
60df924ac1
|
Change data structures for collections in Agency.
Snapshot, compiles, untested, needs new VelocyPack.
|
2015-12-04 15:08:47 +01:00 |
Max Neunhoeffer
|
a926c7570a
|
Cleanup ClusterInfo library w.r.t. Current/Collections.
|
2015-12-04 15:08:47 +01:00 |
Max Neunhoeffer
|
3556f76469
|
Fix ClusterComm::asyncRequest w.r.t. body shared_ptr.
|
2015-12-02 14:15:18 +01:00 |
Max Neunhoeffer
|
cc45a0d352
|
Implement role switching.
|
2015-10-23 16:45:21 +02:00 |
CoDEmanX
|
956b396e43
|
Change spelling of 'initialize' to American English (actual code and files)
|
2015-09-01 17:29:22 +02:00 |
CoDEmanX
|
b4593a7e82
|
Change spelling of 'initialize' to American English (comments and log messages only)
|
2015-09-01 17:07:21 +02:00 |
Max Neunhoeffer
|
b844ff3468
|
Finish the role "SECONDARY" in a cluster. Configure replication automatically.
|
2015-08-12 10:54:30 +02:00 |
Jan Steemann
|
ec3ccd31ba
|
split lock
|
2015-07-31 16:44:42 +02:00 |
Jan Steemann
|
a6b2998b5d
|
added try...catch blocks for V8-to-CPP bindings
|
2015-06-08 16:04:42 +02:00 |
Jan Steemann
|
4c7994597a
|
cppcheck
|
2015-06-02 22:49:22 +02:00 |
Jan Steemann
|
a9f2769ffa
|
now compiles and links
|
2015-05-23 04:31:13 +02:00 |
Jan Steemann
|
d41cff907e
|
accept buffers
|
2015-03-09 19:05:04 +01:00 |
Jan Steemann
|
c8338b9416
|
added ArangoClusterInfo.getServerName
|
2015-03-09 16:56:00 +01:00 |