1
0
Fork 0
Commit Graph

25520 Commits

Author SHA1 Message Date
Charles Phillips b12f8d4317 solaris target for automake/autoconf 2016-01-25 16:16:19 -08:00
Charles Phillips 6b226318d6 GNU ld wrapper to modify solaris-style args from solaris gcc
based on https://raw.githubusercontent.com/OpenIndiana/oi-userland/99a87285ed04d3e99bc8e321f272301e444b1561/components/firefox/files/gld-wrapper
2016-01-25 14:53:49 -08:00
Michael Hackstein fd0b9d3801 Merge branch 'vpack' of github.com:arangodb/arangodb into devel 2016-01-25 16:01:00 +01:00
Michael Hackstein bc1b69af70 Fixed error where a nullptr was dereferenced without any checks 2016-01-25 16:00:17 +01:00
Jan Steemann d4c0974ee8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-01-25 15:59:32 +01:00
Jan Steemann 406ac2ed3b issue #1573: Extending AQL clarifications 2016-01-25 15:59:03 +01:00
Michael Hackstein 09c9bdcd23 Merge branch 'devel' of github.com:arangodb/arangodb into vpack 2016-01-25 15:40:20 +01:00
Michael Hackstein f517247335 Fixed hash-index failure test. No checks for OOM correctly 2016-01-25 15:16:47 +01:00
Frank Celler 3e60f87294 fixed external call to gnuplot 2016-01-25 15:11:45 +01:00
Frank Celler 2d47553f73 fixed wrong variable 2016-01-25 15:07:48 +01:00
Michael Hackstein fb136f2b00 Removed TRI_json_t from V8QueueJob. 2016-01-25 14:57:20 +01:00
Jan Steemann 9f6b7a6288 updated CHANGELOG 2016-01-25 14:53:37 +01:00
Frank Celler dd76a3d162 added crud test 2016-01-25 14:48:04 +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 097de21d33 fixed mismatched free/delete 2016-01-25 13:47:41 +01:00
Jan Steemann 47b77150f3 more trace logging 2016-01-25 13:47:21 +01:00
Michael Hackstein c78cba9bfe Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-01-25 13:47:04 +01:00
Wilfried Goesgens af0fcc187c Merge pull request #1680 from kibarda/devel
documentation: update to usual query patterns
2016-01-25 13:34:09 +01:00
Michael Hackstein a3f0d2e279 Merge branch 'vpack' of github.com:arangodb/arangodb into devel 2016-01-25 13:09:05 +01:00
jmvan d868c43074 documentation: update to usual query patterns 2016-01-25 13:03:33 +01:00
Jan Steemann af5c6af5db fixed dump test 2016-01-25 12:56:05 +01:00
Andreas Streichardt 8318589f8f Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-01-25 11:46:20 +01:00
Andreas Streichardt a9b7c0ed83 Add stresstest to devel 2016-01-25 11:46:04 +01:00
Michael Hackstein e845e48621 Fixed broken include statement 2016-01-25 11:44:42 +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
Wilfried Goesgens 0f389c6040 Fix arangosh tests to have the proper layer. 2016-01-25 11:39:15 +01:00
Jan Steemann 6e24f5e016 include debug malloc 2016-01-25 11:29:08 +01:00
Jan Steemann c5d50871c2 fix for invalid input 2016-01-25 11:05:51 +01:00
Jan Steemann 3eddff7fbc Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-01-25 11:04:09 +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
Wilfried Goesgens ef82a2279d Merge pull request #1678 from kibarda/devel
Documentation: Aql Fundamentals improvements
2016-01-25 10:29:07 +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
Frank Celler 732fb58f86 moved into sub-directories 2016-01-24 13:16:05 +01:00
Frank Celler 13efc3af68 fixed missing ; 2016-01-24 13:03:40 +01:00
Frank Celler c2a3f90fde moved tests into sub-directories 2016-01-24 12:21:04 +01:00
Frank Celler 51ead5b4a8 added missing backslash 2016-01-24 12:02:20 +01:00
Frank Celler 8a7f409380 added fs.append 2016-01-24 11:34:13 +01:00
Michael Hackstein d37cea7644 Replaced TRI_json_t in HashIndex by VelocyPack 2016-01-24 11:17:51 +01:00
Frank Celler 2f106544e7 removed unnecessary 'exit 1' 2016-01-24 10:49:52 +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 df0a6f4abf create out directory 2016-01-23 23:30:41 +01:00
Frank Celler ae140af3cf added -- to signal the end of arangosh commands 2016-01-23 21:58:27 +01:00
Frank Celler 112cb34bc7 fixed merge errors 2016-01-23 21:27:04 +01:00
Frank Celler 764a95ea2a switch to testing.js, moved testing.js to client 2016-01-23 21:07:42 +01:00
Frank Celler 51a9d37dae added WorkMonitor 2016-01-23 21:06:32 +01:00