Max Neunhoeffer
|
f3cb1e2bc0
|
Implement synchronous replication for truncate.
|
2016-04-22 12:21:50 +02:00 |
Max Neunhoeffer
|
45d7ae567f
|
Implement synchronous replication for replace and update.
|
2016-04-22 11:42:52 +02:00 |
Andreas Streichardt
|
3f1b75c99f
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-22 11:22:20 +02:00 |
Andreas Streichardt
|
46b6561d78
|
Create planned collection in one transaction
|
2016-04-22 11:21:31 +02:00 |
jsteemann
|
32766eb984
|
fixed V8 context handling
|
2016-04-22 11:15:01 +02:00 |
jsteemann
|
baaf59c291
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-22 09:29:15 +02:00 |
jsteemann
|
99e30dc6a3
|
fix statistics
|
2016-04-22 09:29:09 +02:00 |
Michael Hackstein
|
4a7dac947c
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-22 09:27:24 +02:00 |
Michael Hackstein
|
00158f641e
|
ShortestPath now uses mptr variant of operation cursor. Is even more performant.
|
2016-04-22 09:27:19 +02:00 |
jsteemann
|
08b8ca0833
|
fix uninitialized variable
|
2016-04-22 08:55:36 +02:00 |
jsteemann
|
ad0a3f38b0
|
allow accessing /_admin/log in all databases
|
2016-04-22 08:41:39 +02:00 |
Frank Celler
|
5335a5b0af
|
moved to Random
|
2016-04-21 22:53:20 -07:00 |
Frank Celler
|
ac3a9883b9
|
restored log buffer feature
|
2016-04-21 21:07:23 -07:00 |
jsteemann
|
257663d017
|
removed unused file
|
2016-04-21 19:35:35 +02:00 |
Andreas Streichardt
|
eebaffeeab
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-21 17:55:34 +02:00 |
Andreas Streichardt
|
d58e3b5022
|
Remove useless move
|
2016-04-21 17:55:21 +02:00 |
Michael Hackstein
|
9a9781149d
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-21 17:46:58 +02:00 |
Michael Hackstein
|
d997f73c29
|
Removed all id splits in favor of string.find which is way faster.
|
2016-04-21 17:46:51 +02:00 |
Andreas Streichardt
|
2f72be9041
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-21 17:41:12 +02:00 |
Andreas Streichardt
|
ef06a12e5d
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-21 17:40:54 +02:00 |
Jan Steemann
|
b02861c49b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-21 17:27:25 +02:00 |
Jan Steemann
|
2151ecce68
|
fixed crash
|
2016-04-21 17:27:12 +02:00 |
Michael Hackstein
|
eeebfe94d8
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-21 17:15:19 +02:00 |
Michael Hackstein
|
cc542af656
|
Reactivated continuous neighbors searches after performance improvements.
|
2016-04-21 17:15:10 +02:00 |
Kaveh Vahedipour
|
e980c74548
|
class Node out of Store.{h,cpp}
|
2016-04-21 17:11:44 +02:00 |
Kaveh Vahedipour
|
2d118944a7
|
Merge branch 'FMH' of https://github.com/arangodb/arangodb into devel
|
2016-04-21 17:02:34 +02:00 |
Kaveh Vahedipour
|
9aa8a3dcad
|
Store no longer inherits from Node
|
2016-04-21 17:02:02 +02:00 |
Andreas Streichardt
|
24afe7a6ac
|
Finally implement proper agent notification
|
2016-04-21 17:01:31 +02:00 |
Max Neunhoeffer
|
4aa0764ff5
|
Fix dropCollectionCoordinator.
|
2016-04-21 16:52:50 +02:00 |
Max Neunhoeffer
|
db7041db1e
|
Fix transaction management in AgencyComm.
|
2016-04-21 16:52:36 +02:00 |
Jan Steemann
|
d5c2035b4a
|
fixed leak
|
2016-04-21 15:51:40 +02:00 |
Max Neunhoeffer
|
6e08b056bb
|
Merge branch 'FMH' into devel
|
2016-04-21 14:35:16 +02:00 |
Max Neunhoeffer
|
fa99e47129
|
Fix a bug in traverser.
|
2016-04-21 14:30:14 +02:00 |
Kaveh Vahedipour
|
35b27663b0
|
class Node out of Store.{h,cpp}
|
2016-04-21 14:10:41 +02:00 |
Max Neunhoeffer
|
877e42e7c5
|
Merge branch 'FMH' into devel
|
2016-04-21 14:04:39 +02:00 |
Kaveh Vahedipour
|
307e4a31a0
|
class Node out of Store.{h,cpp}
|
2016-04-21 13:55:28 +02:00 |
Andreas Streichardt
|
917255fa28
|
Remove traces
|
2016-04-21 13:54:46 +02:00 |
Michael Hackstein
|
490905d188
|
Replaced an unordered set by a vector. The uniqueness is guaranteed by other mechanisms anyways. Further improved computationtime of Neighbors
|
2016-04-21 13:52:12 +02:00 |
Michael Hackstein
|
68691c6799
|
All Neighbors implementations now use the fastest variant.
|
2016-04-21 13:33:28 +02:00 |
Kaveh Vahedipour
|
5f552a5860
|
cppcheck warnings
|
2016-04-21 13:25:06 +02:00 |
Kaveh Vahedipour
|
87ee0c49d2
|
cppcheck warnings
|
2016-04-21 11:28:58 +02:00 |
Kaveh Vahedipour
|
1acb0cba6f
|
agency/cluster startups seem correct
|
2016-04-21 11:19:07 +02:00 |
Max Neunhoeffer
|
80cd846702
|
Sort out start order of things w.r.t. cluster.
|
2016-04-21 11:13:11 +02:00 |
Michael Hackstein
|
fe41af2257
|
Fixed a bug in Neighbors matchVertex. It aborted too early some times
|
2016-04-21 10:49:25 +02:00 |
Max Neunhoeffer
|
ef01814127
|
Add servers entry to getCollectionInfoCurrent in JS.
|
2016-04-21 09:29:05 +02:00 |
Max Neunhoeffer
|
57842d1dc8
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2016-04-21 09:28:50 +02:00 |
jsteemann
|
6ccb2600bc
|
use atomic variable instead of condition variable
|
2016-04-20 23:05:55 +02:00 |
jsteemann
|
accb2cb33e
|
added operator LIKE
|
2016-04-20 23:05:38 +02:00 |
Max Neunhoeffer
|
f7bf3bdb40
|
Fix a cppcheck warning.
|
2016-04-20 22:38:19 +02:00 |
Max Neunhoeffer
|
646165f827
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2016-04-20 22:38:11 +02:00 |