Jan Steemann
|
dcb9427b6f
|
rewrote transaction contexts
|
2014-10-16 15:53:28 +02:00 |
Jan Steemann
|
64fd7ea4b3
|
conversions
|
2014-10-16 10:20:04 +02:00 |
Jan Steemann
|
688e8ebbc1
|
better support for handling multipart requests
|
2014-10-16 02:05:57 +02:00 |
Jan Steemann
|
b759815b68
|
fixed race condition in SynchroniserThread
|
2014-10-15 19:26:36 +02:00 |
Jan Steemann
|
1bf7fbde25
|
helgrind
|
2014-10-15 17:55:14 +02:00 |
Jan Steemann
|
24dcb9c369
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-15 17:33:26 +02:00 |
Jan Steemann
|
edae662eb4
|
added res.send() and res.sendFile()
|
2014-10-15 17:33:10 +02:00 |
Willi Goesgens
|
93ff2652e1
|
Walker: add possibility to enter Subqueries on the way in
NodeClone: don't clone the subquery reference list, we don't need them.
|
2014-10-15 14:59:06 +02:00 |
James
|
7bcac607bb
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-10-15 10:53:17 +01:00 |
James
|
9f942d0ce3
|
finished first version of DistributeBlock/Node.
|
2014-10-15 10:53:09 +01:00 |
Jan Steemann
|
8e40e727a4
|
fixed memleak
|
2014-10-15 10:13:24 +02:00 |
Jan Steemann
|
dd0601591b
|
fixed uninitialized variable
|
2014-10-15 10:01:01 +02:00 |
Jan Steemann
|
6bd448be46
|
added support for reading / writing binary data in fs.readFileSync && fs.write
|
2014-10-14 19:07:16 +02:00 |
Jan Steemann
|
1f423a5e0d
|
removed optimization for range node
|
2014-10-14 13:22:04 +02:00 |
Jan Steemann
|
fc8094e832
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-14 13:20:18 +02:00 |
Jan Steemann
|
6895ba9e27
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
James
|
1bed52300e
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-10-14 11:29:34 +01:00 |
James
|
adca1117ff
|
removing debug output, up dating tests.
|
2014-10-14 11:29:14 +01:00 |
Jan Steemann
|
dfb1905035
|
fixed tests
|
2014-10-14 12:03:25 +02:00 |
James
|
3442f298ea
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-10-14 10:19:38 +01:00 |
James
|
602f03e4e3
|
adding distribute-in-cluster optimizer rule.
|
2014-10-14 10:19:27 +01:00 |
Jan Steemann
|
f3e72a80dc
|
fixed compile warnings
|
2014-10-14 11:13:01 +02:00 |
Jan Steemann
|
3886d6ef09
|
fixes for Visual Studio
|
2014-10-14 11:04:28 +02:00 |
James
|
362dc083cc
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-10-14 09:22:20 +01:00 |
James
|
60e85ccc7e
|
proper toJsonHelper method for DistributeNode.
|
2014-10-14 09:21:40 +01:00 |
Jan Steemann
|
7be268c07c
|
changed AQL optimizer to not throw
|
2014-10-14 10:14:40 +02:00 |
Jan Steemann
|
69e9d12955
|
fixed race in synchronizer
|
2014-10-13 15:41:22 +02:00 |
Jan Steemann
|
d151088a94
|
fixed invariant
|
2014-10-13 14:24:29 +02:00 |
Jan Steemann
|
9d02516e19
|
potential fix for issue #1041
|
2014-10-11 21:42:58 +02:00 |
Jan Steemann
|
ce8ac10f59
|
optimized memory usage of multi hash index
|
2014-10-11 18:38:22 +02:00 |
Jan Steemann
|
fefd527b9f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-10 22:00:15 +02:00 |
Jan Steemann
|
77ff3642c9
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-10 18:58:07 +02:00 |
Jan Steemann
|
23e692e7fa
|
added FIND_FIRST, not yet documented
|
2014-10-10 18:57:57 +02:00 |
Jan Steemann
|
17c45db8bb
|
changed implementation to use freelists
|
2014-10-10 18:57:42 +02:00 |
Jan Steemann
|
5604008ce4
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-10 18:06:14 +02:00 |
Jan Steemann
|
4c366dad63
|
issue #1038: use linked lists for collisions
|
2014-10-10 18:05:23 +02:00 |
Willi Goesgens
|
3a7a03a51f
|
Don't add intermediate calculationnodes for LET-statements to forward the results of subqueries. Instead adjust the outvariable of the subquerynode.
|
2014-10-10 17:00:49 +02:00 |
Jan Steemann
|
5abfa7fdbd
|
whitespace
|
2014-10-10 13:42:20 +02:00 |
James
|
10f7feeede
|
added comment to Query.cpp about comparison of serialised/deserialised plans.
|
2014-10-10 10:23:59 +01:00 |
James
|
9334547583
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-10-10 08:31:28 +01:00 |
James
|
c0c3f627bb
|
proper initialisation and shutdown of distribute block.
|
2014-10-10 08:31:19 +01:00 |
Jan Steemann
|
39c98c87f5
|
fixed memleak
|
2014-10-09 18:06:21 +02:00 |
James
|
a346e257bb
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/ExecutionBlock.h
|
2014-10-09 10:46:49 +01:00 |
James
|
92e0d1e459
|
abstract class BlockWithClients to contain Scatter/DistributeBlocks
|
2014-10-09 10:39:50 +01:00 |
Jan Steemann
|
7966c8d044
|
fixed compile warning
|
2014-10-09 10:52:08 +02:00 |
Jan Steemann
|
081a62c6e4
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-10-09 10:45:40 +02:00 |
Jan Steemann
|
6cdaaa1b85
|
fixes for Visual Studio
|
2014-10-09 10:45:31 +02:00 |
James
|
084078f61f
|
fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster.
|
2014-10-09 08:45:34 +01:00 |
Jan Steemann
|
8294e54f32
|
faster import
|
2014-10-08 17:01:45 +02:00 |
Jan Steemann
|
999d8ffd1d
|
small optimizations
|
2014-10-08 16:10:27 +02:00 |