jsteemann
|
43639aee79
|
removed hint about "normal mode" as there is only a normal mode nowadays
|
2016-01-29 00:50:51 +01:00 |
jsteemann
|
1ca11411fd
|
added (still disabled) optimizer rule `inline-subqueries`
|
2016-01-29 00:50:37 +01:00 |
jsteemann
|
7f662bac09
|
simplify code
|
2016-01-29 00:11:24 +01:00 |
jsteemann
|
df68e95e06
|
some useful methods
|
2016-01-29 00:09:55 +01:00 |
Jan Steemann
|
5e9a36783f
|
fixed crash
|
2016-01-28 20:00:22 +01:00 |
Michael Hackstein
|
0a421a1cc0
|
Finished implementation for multi-direction traversals.
|
2016-01-28 15:43:19 +01:00 |
Michael Hackstein
|
9c740d257c
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-01-28 14:07:56 +01:00 |
Michael Hackstein
|
582f1f46f0
|
Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too.
|
2016-01-28 14:07:50 +01:00 |
Jan Steemann
|
58a5920aa5
|
another log message
|
2016-01-28 13:31:43 +01:00 |
Jan Steemann
|
2b57652880
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-01-27 19:29:13 +01:00 |
Jan Steemann
|
de52abbf83
|
added AQL function `IS_SAME_COLLECTION`
|
2016-01-27 19:29:01 +01:00 |
Wilfried Goesgens
|
e1a8726606
|
Don't optimize the traverser if there are functions on the traversal attribute side; this fixes #1684
|
2016-01-27 19:21:17 +01:00 |
Jan Steemann
|
37a083edca
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-01-27 18:53:29 +01:00 |
Jan Steemann
|
585208afcf
|
changed directory name pattern for collections
|
2016-01-27 18:53:16 +01:00 |
Frank Celler
|
175e1e6b51
|
moved low level mutex in Mutex class
|
2016-01-27 15:31:02 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Jan Steemann
|
3d8a52cdf4
|
some refactoring
|
2016-01-27 13:28:19 +01:00 |
Jan Steemann
|
53d268c843
|
pacify cppcheck
|
2016-01-27 09:37:23 +01:00 |
Jan Steemann
|
ad31aea8b9
|
TRI_datafile_t
|
2016-01-26 17:56:10 +01:00 |
Jan Steemann
|
1634421d3b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-01-26 17:09:15 +01:00 |
Wilfried Goesgens
|
ac277648f3
|
Change the way windows eventlogging is handled: initialize it once on start.
Fix unhandled exception handler to do less resource allocation.
|
2016-01-26 16:50:19 +01:00 |
Jan Steemann
|
ee6d77c425
|
some locks removed
|
2016-01-26 16:43:21 +01:00 |
Jan Steemann
|
7069810778
|
removed some low-level locks
|
2016-01-26 16:16:18 +01:00 |
Jan Steemann
|
3fc862f0ef
|
changed locking macros
|
2016-01-26 15:39:12 +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 |
Jan Steemann
|
f5d2839bf0
|
removed reference to unused variable
|
2016-01-25 18:17:50 +01:00 |
Jan Steemann
|
1e77b11090
|
added comment
|
2016-01-25 17:56:48 +01:00 |
Jan Steemann
|
5dc0a429b2
|
removed spinlocks and TRI_WINDOWS_VISTA_LOCKS
|
2016-01-25 17:55:06 +01:00 |
Michael Hackstein
|
bc1b69af70
|
Fixed error where a nullptr was dereferenced without any checks
|
2016-01-25 16:00:17 +01:00 |
Michael Hackstein
|
fb136f2b00
|
Removed TRI_json_t from V8QueueJob.
|
2016-01-25 14:57:20 +01:00 |
Michael Hackstein
|
5d16679de9
|
Removed TRI_json_t from baground tasks
|
2016-01-25 14:45:55 +01:00 |
Jan Steemann
|
3dc247e18b
|
fixed segfault
|
2016-01-25 14:20:06 +01:00 |
Jan Steemann
|
7800085a9b
|
unified behavior of `RANGE` function
|
2016-01-25 14:19:49 +01:00 |
Jan Steemann
|
31bdc67d12
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-01-25 13:47:57 +01:00 |
Jan Steemann
|
47b77150f3
|
more trace logging
|
2016-01-25 13:47:21 +01:00 |
Michael Hackstein
|
a3f0d2e279
|
Merge branch 'vpack' of github.com:arangodb/arangodb into devel
|
2016-01-25 13:09:05 +01:00 |
Michael Hackstein
|
5b2062b4e4
|
Removed legacy toJson function from Index.h. All callers now use VelocyPack directly
|
2016-01-25 11:42:31 +01:00 |
Jan Steemann
|
5e87baa131
|
renamed methods (thanks M$ for redefining free in debugging)
|
2016-01-25 11:03:44 +01:00 |
Michael Hackstein
|
5b48989e8b
|
Fixed bug in agency. Index was not read correctly
|
2016-01-25 10:42:23 +01:00 |
Michael Hackstein
|
0fba63e43f
|
arangod/Indexes are now JSON / TRI_json_t free
|
2016-01-24 14:34:42 +01:00 |
Michael Hackstein
|
a6f58ce14d
|
Use forward declarations for VelocyPack instead of all includes everywhere
|
2016-01-24 14:29:31 +01:00 |
Michael Hackstein
|
d37cea7644
|
Replaced TRI_json_t in HashIndex by VelocyPack
|
2016-01-24 11:17:51 +01:00 |
Michael Hackstein
|
e39a43ef43
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-24 10:38:48 +01:00 |
Frank Celler
|
764a95ea2a
|
switch to testing.js, moved testing.js to client
|
2016-01-23 21:07:42 +01:00 |
jsteemann
|
904a85a27e
|
less re-allocations
|
2016-01-23 17:26:11 +01:00 |
jsteemann
|
9ba3b68109
|
cppcheck
|
2016-01-23 16:22:39 +01:00 |
Jan Steemann
|
cf560a473d
|
fix undefined behavior
|
2016-01-22 15:34:36 +01:00 |
Michael Hackstein
|
b31cc0ba15
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-22 13:36:47 +01:00 |
Jan Steemann
|
9beeb09f37
|
fix out-of-memory situations
|
2016-01-22 13:24:33 +01:00 |
Michael Hackstein
|
7ef829ae63
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-01-22 13:16:39 +01:00 |