1
0
Fork 0
Commit Graph

368 Commits

Author SHA1 Message Date
Jan Steemann ce69be69bf increase default value for maxIterations 2015-02-11 12:45:41 +01:00
Jan Steemann 423d22ed71 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-02 18:56:17 +01:00
Willi Goesgens 1c7b1e805c Fix windows compile with backtrace; these lines were lost in the original commit. 2015-02-02 14:46:15 +01:00
Jan Steemann 39603ebaf4 added selectivity estimates for some index types 2015-01-30 23:04:46 +01:00
Jan Steemann 857c6f5934 fixed Windows compile error 2015-01-30 17:18:25 +01:00
Jan Steemann 0896ab4155 NULL => nullptr 2015-01-30 17:09:15 +01:00
Willi Goesgens 5e1720132f Stacktraces & asserts for windows too. 2015-01-30 16:46:56 +01:00
Willi Goesgens 208cf42757 Properly shut down ICU to make valgrind happy. 2015-01-29 17:28:30 +01:00
Frank Celler b00cd1f515 avoid duplicate fatal output 2015-01-29 17:09:47 +01:00
Frank Celler 7aa4591678 arangod/Aql/Expression.cpp 2015-01-29 15:21:14 +01:00
Willi Goesgens 7224eea2e8 Windows portability: socket timeouts are handled differently. 2015-01-28 17:23:31 +01:00
Max Neunhoeffer e24278828c Changes to cluster startup for mesos cooperation.
This simplifies the cluster startup by introducing a further agency
lookup step using "local info" to find the "id". This allows an external
discovery process (see scripts/discover.js as an example) to configure
a new server in the cluster dynamically when it starts up.

New GNUmakefile targets
  pack-tar-config
  pack-tar
2015-01-28 12:58:24 +01:00
Willi Goesgens 5d76674446 In relative mode point the environment to the proper place of the ICU data. 2015-01-27 12:14:29 +01:00
Willi Goesgens 37efe55873 If we fail to initialize ICU many things will be broken, thus abort. 2015-01-27 12:13:38 +01:00
Jan Steemann 46d701d5df made TRI_AddressVector an inline function 2015-01-24 14:04:59 +01:00
Willi Goesgens c25199219d Fix missing branch of TRI_LocateConfigDirectory for windows 2015-01-23 14:59:42 +01:00
Jan Steemann 7db19894ca do not pass name in TRI_ERROR_ARANGO_ILLEGAL_NAME 2015-01-23 12:38:40 +01:00
Jan Steemann 81db41763f foxx file upload 2015-01-23 11:23:58 +01:00
Willi Goesgens 3736113fdb Add the bad name of the collection to ERROR_ARANGO_ILLEGAL_NAME 2015-01-22 18:07:44 +01:00
Willi Goesgens 611d7648c7 Return configured path (if) 2015-01-20 19:43:15 +01:00
Willi Goesgens f8ecab9216 fix typo 2015-01-20 17:29:08 +01:00
Willi Goesgens b66796e69f Add sysconfdir on the winxx implementation too, so we can have etc/relative installations. 2015-01-20 16:48:11 +01:00
Jan Steemann 7212aa028b use SRWLocks instead of Mutexes on Windows 2015-01-19 15:42:18 +01:00
Jan Steemann bc656ea463 use SRWLocks instead of mutexes on Windows. 2015-01-19 13:47:22 +01:00
Jan Steemann 37ae686d4b re-introduced odd (but compatible) behavior in ObjectToJson 2015-01-17 23:24:23 +01:00
Jan Steemann 402d56c1af when parsing or converting JSON, create elements in-place if possible to avoid memory allocations 2015-01-17 21:48:18 +01:00
Jan Steemann 685d03f0d7 some cleanup 2015-01-17 19:35:11 +01:00
Jan Steemann 18467b0d66 less memory allocations when parsing AQL queries 2015-01-17 18:12:56 +01:00
Jan Steemann b54dfae96f removed several JSON functions 2015-01-13 01:31:04 +01:00
Jan Steemann 3257e6c8fc clean up 2015-01-12 23:43:30 +01:00
Jan Steemann cb03933c1e less code 2015-01-12 23:21:14 +01:00
Jan Steemann 906d22a691 make fs.move() behave identical on Linux and Windows
Conflicts:
	CHANGELOG
2015-01-12 20:13:11 +01:00
Jan Steemann 2de9760820 fixed empty error message 2015-01-09 23:29:36 +01:00
Frank Celler 2a77778147 added final ! 2015-01-09 14:06:28 +01:00
Frank Celler 44d5fec69b added hebrew 2015-01-09 14:02:56 +01:00
Jan Steemann 62696b6984 prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
Frank Celler 0d2e641768 fixed typo 2014-12-26 12:40:04 +01:00
Frank Celler b2c927ec70 fixed company name 2014-12-26 12:39:15 +01:00
Frank Celler 4690276775 moved GetModuleFileName to TRI_LocateBinaryPath 2014-12-26 12:03:45 +01:00
Frank Celler 6919b23373 set ICU_DATA at startup 2014-12-26 10:56:31 +01:00
Max Neunhoeffer 1cdf439845 Broken version, errors not yet fixed. 2014-12-23 16:51:48 +01:00
Jan Steemann 19d2d6668f added random iteration for collections 2014-12-19 18:01:13 +01:00
Jan Steemann 3901e7f15c ensure signedness of data 2014-12-19 11:14:29 +01:00
Frank Celler b2e1a24697 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	CHANGELOG
2014-12-19 00:14:19 +01:00
Frank Celler aabfdc5669 cleanup of Makefiles 2014-12-19 00:13:51 +01:00
Jan Steemann d92057dd03 the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Jan Steemann 20e7fe7a7a the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
Max Neunhoeffer 45cecf44f9 Initialise a few variables to please gcc. 2014-12-16 10:48:07 +01:00
Willi Goesgens 1c4a72b106 The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
Jan Steemann d9a945e33a include or exclude system collections from replication 2014-12-05 14:58:43 +01:00