1
0
Fork 0
Commit Graph

19914 Commits

Author SHA1 Message Date
Jan Steemann 04e2acb591 removed unused method 2015-03-03 15:01:16 +01:00
Jan Steemann 6d016abc3b issue #1258: added tests for HTTP pipelining 2015-03-03 15:00:57 +01:00
Jan Steemann 9d2196ebfd VS 2015-03-03 13:12:12 +01:00
Willi Goesgens 05ec6ab259 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-03 11:57:24 +01:00
Willi Goesgens 441ad43d37 In windows you need to seek to the end of the file if you want to append. 2015-03-03 11:56:49 +01:00
Jan Steemann 1bdad652a7 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-03-03 11:50:23 +01:00
Jan Steemann dc60e9d1a6 less malloc and less copying for skiplist index elements 2015-03-03 11:47:10 +01:00
Willi Goesgens ae5af7f023 Run microtasks after garbage collection; they may also need to clean up stuff. 2015-03-03 11:03:56 +01:00
Willi Goesgens d2afb6bc11 remove debug output 2015-03-03 11:02:05 +01:00
Jan Steemann 3c0e921ccd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
Conflicts:
	CHANGELOG
2015-03-03 10:53:44 +01:00
Jan Steemann bc4ad22ab6 parallel secondary index building when loading collections 2015-03-03 10:52:51 +01:00
Willi Goesgens 677b35fb05 Fix typo. 2015-03-03 10:29:38 +01:00
Willi Goesgens 25b75bd75c Free the sslcontexts on error. 2015-03-03 09:33:06 +01:00
Willi Goesgens f4513eed35 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-03 09:24:17 +01:00
Willi Goesgens f152d5c133 Handle jasmine the way that it only produces success/fail 2015-03-03 09:23:38 +01:00
Jan Steemann 2ebf599736 added derived file 2015-03-02 19:40:35 +01:00
Jan Steemann 6d4dfb8710 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-03-02 19:40:05 +01:00
Jan Steemann a561a96d2b removed remainders of mruby integration 2015-03-02 19:39:42 +01:00
Willi Goesgens 24451f3709 Testsuite:
- add possibility to skip ruby https tests
  - try to send test results from arangosh to server via a temporary file; fallback to rc.
2015-03-02 19:09:28 +01:00
Willi Goesgens b98665bbdd Add example howto use FULLTEXT as an expression to FOR 2015-03-02 16:00:45 +01:00
Willi Goesgens 47d39bc005 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-02 14:56:01 +01:00
Willi Goesgens 80cc3a7c3e Add stacktrace from the exception to the output; the jasmine provided stacktrace is pretty useless here. 2015-03-02 14:55:08 +01:00
Michael Hackstein 0d09cf0759 Fixed SCSSLint 2015-03-02 14:30:30 +01:00
Michael Hackstein 8fc3fd2908 The webinterface will now print the path to a foxx in development mode 2015-03-02 14:23:03 +01:00
Jan Steemann 3fcee55747 issue #1258: fix HTTP pipelining for async request handlers
(was previously working only for synchronous request handlers)
2015-02-27 17:33:28 +01:00
gschwab 285be2a7d3 fixed username bug 2015-02-27 15:23:43 +01:00
Willi Goesgens cdfcdb071a Fix make 2015-02-27 14:51:20 +01:00
Willi Goesgens 060f9e710f upsi, wrong slash 2015-02-27 14:46:41 +01:00
Willi Goesgens 5cdaeb5d20 Split build targets, so we can skip NSIS in jenkins. 2015-02-27 14:16:01 +01:00
Willi Goesgens b2b263f212 fix calculation of etc directory for windows install. 2015-02-27 14:15:01 +01:00
Jan Steemann 68c57ce061 fix Visual Studio undefinedness 2015-02-26 18:07:25 +01:00
Willi Goesgens af4e235dd7 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 17:06:54 +01:00
Willi Goesgens 0879312201 StringBuffer::appendChar ignores allocation errors. work around this by pre-allocating enough space. 2015-02-26 17:05:51 +01:00
Jan Steemann 8493801ea1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-26 16:39:50 +01:00
Jan Steemann 1461d75ed4 improve collection loading time
This patch reduces collection loading time by preallocating enough space in primary index ahead of time.
When a collection is closed, the number of documents in the collection will be stored in the collection's JSON info file.
This value is used to determine the initial size for the primary index when the collection is loaded next time.

Datafile iteration has also been made slightly faster.

The above changes will have a significant benefit when the collection's datafiles are already in the OS buffer cache, and when there are no secondary indexes.
Loading datafiles from disk or building secondary indexes may be more time-consuming than the improvements reapable by this patch, but the patch shouldn't hurt anyway.
2015-02-26 16:35:51 +01:00
Willi Goesgens 3f983bc580 Fix windows logging function:
vsnprintf doesn't return the required buffer size if the buffer was to small, but rather -1. If errno is set, its a fail, else we will retry with double buffer size.
2015-02-26 16:20:20 +01:00
Willi Goesgens 8a407c6576 Give the Agency more time to reply before we retry. 2015-02-26 15:24:47 +01:00
Willi Goesgens 15ad99ae28 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 15:08:57 +01:00
Willi Goesgens 8eb861e6a6 Log more information about whats going wrong with the logging. 2015-02-26 15:08:24 +01:00
Heiko Kernbach 23a0e17018 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 14:18:38 +01:00
Heiko Kernbach 467cd60b07 added missing select2 retina picture 2015-02-26 14:18:28 +01:00
Willi Goesgens 69d807865c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 13:25:43 +01:00
Willi Goesgens 8b5819e876 if we fail to validate the format string, log it. 2015-02-26 13:25:02 +01:00
Michael Hackstein bb59c0380e Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 13:12:22 +01:00
Michael Hackstein f0ab702b3f Proper description in the package.json. 2015-02-26 13:12:18 +01:00
Frank Celler f837b8f7e0 added fixed issue for etcd 2015-02-26 11:38:04 +01:00
Frank Celler 4ef5706e8c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-26 11:37:34 +01:00
Willi Goesgens 5e3a96d0d4 relax cluster timeouts for valgrind too. 2015-02-26 11:21:21 +01:00
Willi Goesgens 2619529f63 Relax cluster timeout when compiled with -DCOVERAGE 2015-02-26 11:01:53 +01:00
Willi Goesgens 8651e88d15 More information on fox manager errors. 2015-02-26 10:35:50 +01:00