Jan Steemann
|
adde757e46
|
move v8 try-catch into handle scopes
|
2016-02-19 11:42:44 +01:00 |
jsteemann
|
62130d3239
|
locking-related bugfixes
|
2016-02-19 00:31:28 +01:00 |
Jan Steemann
|
ba93854c59
|
check return value
|
2016-02-18 11:00:39 +01:00 |
Frank Celler
|
a5e804ab70
|
added cancel
|
2016-02-17 22:19:52 +01:00 |
Frank Celler
|
345712c36f
|
changed to new Thread interface
|
2016-02-17 22:19:37 +01:00 |
Michael Hackstein
|
b93e56031b
|
Fixed handling of Null Bytes in AqlValue for VPack.
|
2016-02-16 13:54:02 +01:00 |
Michael Hackstein
|
85b38d09b9
|
Fixed double free bug in cluster case
|
2016-02-16 11:34:26 +01:00 |
Michael Hackstein
|
116f8a822c
|
Fixed typos in Attribute Names for toVelocyPack.
|
2016-02-16 11:15:53 +01:00 |
Michael Hackstein
|
f32750e1ac
|
Removed obsolete toJson from AQL Nodes
|
2016-02-16 10:29:38 +01:00 |
Michael Hackstein
|
f767636f14
|
Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson.
|
2016-02-16 00:04:32 +01:00 |
Michael Hackstein
|
86fc1267e7
|
Removed obsolete Json imports
|
2016-02-15 23:58:06 +01:00 |
Michael Hackstein
|
4a7bc9ad95
|
Removed unnecessary JSON
|
2016-02-15 17:48:20 +01:00 |
Michael Hackstein
|
bb264d89f8
|
Removed VPackSlice const from std::containers. It is against the standard and compiles somehow with clang but not with g++4.9
|
2016-02-15 11:21:40 +01:00 |
Michael Hackstein
|
2c6c31004c
|
Silenced parentheses warning
|
2016-02-15 10:53:35 +01:00 |
Michael Hackstein
|
835e077836
|
Fixed a linux compile bug with default parameters. Now they have no defaults any more.
|
2016-02-15 10:51:12 +01:00 |
Michael Hackstein
|
a3cd1aa54e
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-02-15 10:25:31 +01:00 |
Max Neunhoeffer
|
4cbd99a54b
|
Merge branch 'devel' into ClustUp2
|
2016-02-13 23:06:22 +01:00 |
Max Neunhoeffer
|
1065486a77
|
First version of getting shards in sync working.
|
2016-02-13 23:04:20 +01:00 |
Michael Hackstein
|
c8e0d417ba
|
Added VPack Variant for IS_SAME_COLLECTION. This was the function without a VelocyPack variant. AQL Functions are now ready to be switched.
|
2016-02-13 14:46:32 +01:00 |
Michael Hackstein
|
a52e70c3f5
|
Added a VPack Variant for AQL FULLTEXT function
|
2016-02-13 14:40:10 +01:00 |
Michael Hackstein
|
bfddd69a03
|
Added a velocypack variant of POSITION and RANGE.
|
2016-02-13 14:30:43 +01:00 |
Michael Hackstein
|
521be3c08e
|
Added VPack variant of PERCENTILE and MEDIAN
|
2016-02-13 14:15:09 +01:00 |
Michael Hackstein
|
0688392364
|
Added a velocypack variant of stdDev and variance to AQL
|
2016-02-13 14:00:40 +01:00 |
Michael Hackstein
|
8cbac0258a
|
Added VPack implementation for NotNull, CurrentDatabase and CollectionCount
|
2016-02-13 13:48:34 +01:00 |
Jan Steemann
|
b734e4c228
|
don't log to the same output multiple times
|
2016-02-12 19:12:56 +01:00 |
Jan Steemann
|
b8849daa50
|
fix invalid fix
|
2016-02-12 10:41:09 +01:00 |
Jan Steemann
|
797fff14c2
|
fixed issue #1722
|
2016-02-12 09:45:32 +01:00 |
Kaveh Vahedipour
|
fe9370afb4
|
Pre merge into devel
|
2016-02-11 13:00:50 +01:00 |
Jan Steemann
|
dad000b883
|
use std::string to avoid potential leaks
|
2016-02-11 10:13:49 +01:00 |
Max Neunhoeffer
|
fc3f9f2b99
|
Merge branch 'devel' into ClustUp2
|
2016-02-11 09:27:28 +01:00 |
Jan Steemann
|
49767bb95a
|
replicate transaction marker
|
2016-02-11 09:26:47 +01:00 |
Max Neunhoeffer
|
465a117864
|
Merge branch 'devel' into ClustUp2
|
2016-02-11 09:11:29 +01:00 |
Max Neunhoeffer
|
8b98ae5ef5
|
Snapshot for merging.
|
2016-02-11 09:11:00 +01:00 |
jsteemann
|
bee34da616
|
make replace-or-with-in rule fire in more cases
|
2016-02-10 23:07:24 +01:00 |
Michael Hackstein
|
30547cb696
|
Further implementation if list functions in VPack variant. Also fixed a bug in FIRST
|
2016-02-10 21:56:09 +01:00 |
Michael Hackstein
|
a3cccc14cf
|
Added implementation for VPack variant of POP and APPEND
|
2016-02-10 18:55:28 +01:00 |
Michael Hackstein
|
acbc7cdad2
|
Added more VPackStyle functions: firstDocument firstArray push.
|
2016-02-10 18:14:13 +01:00 |
Jan Steemann
|
c619935874
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-02-10 16:49:45 +01:00 |
Jan Steemann
|
23dfbeee46
|
optionally restrict logger-follow to a single collection
|
2016-02-10 16:49:22 +01:00 |
Frank Celler
|
0852c941a9
|
trying to fix stuch SSL connect
|
2016-02-10 16:33:17 +01:00 |
Jan Steemann
|
f50ddf030b
|
fix collapsing of conditions
|
2016-02-10 12:58:58 +01:00 |
Jan Steemann
|
f3107bc25f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-operators
|
2016-02-10 11:34:40 +01:00 |
Jan Steemann
|
5ba2432d78
|
remove sort in more cases
|
2016-02-10 11:23:11 +01:00 |
Max Neunhoeffer
|
88074e52cc
|
Activate _docColls.
|
2016-02-10 08:38:08 +01:00 |
Kaveh Vahedipour
|
6fe2dd2465
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into cmakification
|
2016-02-09 16:59:39 +01:00 |
Michael Hackstein
|
7976903c43
|
Added VPack implementations for Math functions.
|
2016-02-09 16:51:04 +01:00 |
Max Neunhoeffer
|
dc63cb3874
|
Merge branch 'devel' into ClustUp2
|
2016-02-09 15:52:36 +01:00 |
Max Neunhoeffer
|
fb17ac372b
|
Report new follower to agency.
|
2016-02-09 15:51:58 +01:00 |
Jan Steemann
|
53ba1deb55
|
remove unnecessary code
|
2016-02-09 11:37:12 +01:00 |
Jan Steemann
|
39c3d3d2a2
|
wait until applier has started
|
2016-02-09 10:54:37 +01:00 |