Frank Celler
|
89ca0ffae1
|
added work monitor call
|
2016-01-13 18:10:51 +01:00 |
jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
jsteemann
|
50c0e18d53
|
removed useless con|destructor comments
|
2016-01-07 21:19:53 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
a6cb463e06
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Frank Celler
|
1065a1bd2c
|
added work monitor
|
2016-01-04 15:33:06 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Alan Plum
|
8853ede355
|
org/arangodb -> @arangodb
|
2015-12-15 15:51:44 +01:00 |
Jan Steemann
|
9dd164eadc
|
fix cluster upgrade
|
2015-12-07 11:57:46 +01:00 |
Michael Hackstein
|
430eb2fd07
|
First version of CXX RestEdgesHandler. Required for early filtering in Cluster Traversals
|
2015-11-24 10:23:35 +01:00 |
Jan Steemann
|
e321c9747a
|
added option `--server.hide-product-header`
|
2015-11-10 10:27:59 +01:00 |
Jan Steemann
|
2a7430e5e8
|
minor fixes for replication
|
2015-11-05 12:51:19 +01:00 |
Jan Steemann
|
ad133ea862
|
turn off replication applier when starting with --no-server
|
2015-11-04 12:22:02 +01:00 |
Jan Steemann
|
9d94792140
|
disable replication applier when running with `--upgrade` and `--check-version`
|
2015-11-04 09:56:37 +01:00 |
Jan Steemann
|
14a2df7684
|
simplified startup phase w/ options parsing and feature initialization
|
2015-10-09 15:25:26 +02:00 |
Frank Celler
|
fcda8c59ff
|
fixed statistics
|
2015-10-09 13:51:33 +02:00 |
Frank Celler
|
8849e184ca
|
fixed default language
|
2015-10-07 09:47:17 +02:00 |
jsteemann
|
22e17814e3
|
additionally allow the following characters in document keys:
`(` `)` `+` `,` `=` `;` `$` `!` `*` `'` `%`
|
2015-09-15 00:16:08 +02:00 |
Jan Steemann
|
0735277830
|
removed IndexWatermarks again... not needed
|
2015-09-09 14:22:58 +02:00 |
Jan Steemann
|
0404cb098f
|
temporarily disable watermarks
|
2015-09-07 11:08:22 +02:00 |
Jan Steemann
|
b9c8972477
|
index watermarks preparations
|
2015-09-04 18:14:39 +02:00 |
Jan Steemann
|
0e454b7a3e
|
abort startup when wrong alignment is detected
|
2015-09-03 15:10:48 +02:00 |
Jan Steemann
|
282e13afb4
|
preparation for index watermarks
|
2015-09-02 16:24:14 +02:00 |
Jan Steemann
|
c91c13e08b
|
test of ARM detection
|
2015-09-02 13:33:17 +02:00 |
CoDEmanX
|
956b396e43
|
Change spelling of 'initialize' to American English (actual code and files)
|
2015-09-01 17:29:22 +02:00 |
CoDEmanX
|
b4593a7e82
|
Change spelling of 'initialize' to American English (comments and log messages only)
|
2015-09-01 17:07:21 +02:00 |
Frank Celler
|
2d45445a10
|
added additional-threads option
|
2015-08-26 13:13:47 +02:00 |
Jan Steemann
|
1be3733a64
|
moved some handlers around
fix disappeared handlers
|
2015-08-20 01:26:52 +02:00 |
Jan Steemann
|
4e771b2728
|
replication improvements
|
2015-08-17 18:41:05 +02:00 |
Jan Steemann
|
580c15639f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into collection-not-loaded
Conflicts:
CHANGELOG
|
2015-08-11 12:34:31 +02:00 |
Jan Steemann
|
434d6167db
|
added configuration option `--database.throw-collection-not-loaded-error`
|
2015-08-11 12:31:42 +02:00 |
Frank Celler
|
3029891405
|
added better readline support for control-C
|
2015-08-11 12:05:55 +02:00 |
Jan Steemann
|
e9f2c1eba8
|
references
|
2015-08-04 16:26:48 +02:00 |
Frank Celler
|
35a3c6421c
|
moved dispatcher to atomic
|
2015-07-23 15:40:34 +02:00 |
Jan Steemann
|
dd03c03216
|
honor --server.disable-statistics for statistics aggregator thread
|
2015-07-21 19:20:37 +02:00 |
Jan Steemann
|
38cdc662ec
|
removed configure options `--enable-timing` and `--enable-figures`
|
2015-07-21 18:47:43 +02:00 |
Jan Steemann
|
e8205e5dc0
|
use new and delete for TRI_server_t
|
2015-07-21 11:57:04 +02:00 |
Jan Steemann
|
c71dc4d9bb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-query-cache
|
2015-07-13 10:49:14 +02:00 |
Willi Goesgens
|
bd7aa7c305
|
Remove the global include to iostream; this reduces the compile time by 10%
( http://herbsutter.com/2013/08/19/gotw-7a-solution-minimizing-compile-time-dependencies-part-1/ for inspiration)
|
2015-07-07 12:11:21 +02:00 |
Jan Steemann
|
1f5e047486
|
query cache, now with result limitations, HTTP and JavaScript APIs
|
2015-06-27 01:12:32 +02:00 |
Jan Steemann
|
e3a15227ce
|
query cache for AQL queries. no invalidation yet, so results will be wrong when underlying collections are changed
|
2015-06-23 18:42:58 +02:00 |
Jan Steemann
|
83b326cfc7
|
moved PUT /_api/simple/all to C++
|
2015-06-18 15:34:45 +02:00 |
Alan Plum
|
1210ee8858
|
Removed Foxx queue exports warmup workaround.
|
2015-06-16 15:59:26 +02:00 |
Alan Plum
|
a7a1ca2e00
|
More fixing of the queues.
|
2015-06-10 14:17:33 +02:00 |
Alan Plum
|
ddf39db6c8
|
Pre-load Foxx exports on start and smarter queue sleep.
|
2015-06-10 14:17:33 +02:00 |
Jan Steemann
|
a6b2998b5d
|
added try...catch blocks for V8-to-CPP bindings
|
2015-06-08 16:04:42 +02:00 |
Jan Steemann
|
a7448815bf
|
fix Visual Studio complaints
|
2015-06-01 09:42:51 +02:00 |
Max Neunhoeffer
|
33dec8806b
|
added 3=scheduler, 4=dispatcher
|
2015-05-28 13:48:02 +00:00 |