Jan Steemann
f60952a12e
fixed compile warnings and errors in Visual Studio
2014-09-01 10:42:11 +02:00
Jan Steemann
c0463a1797
added `type` option for `GET /_api/document?collection=...`
...
Conflicts:
CHANGELOG
2014-08-30 17:26:24 +02:00
Jan Steemann
6844433558
do not complain about missing dispatcher when server is started with `--no-server` option
2014-08-30 01:34:10 +02:00
Jan Steemann
c90777738d
speed up instanciation of v8 ShapedJson objects
...
now a static buffer is used to create multiple string values
such as `_id`, `_key`, `_rev`, `_from` and `_to`.
this saves a few memory allocations per document
2014-08-30 01:32:20 +02:00
Thomas Schmidts
3a695c15fd
Added text to documentation
2014-08-29 14:09:49 +02:00
Jan Steemann
5928d285ad
fixed WAL recovery which hung in certain conditions
2014-08-29 12:03:38 +02:00
Jan Steemann
a2da3eb7ee
removed debug output
2014-08-28 14:27:43 +02:00
Jan Steemann
5930c3db70
added NTH function
2014-08-28 11:03:48 +02:00
Jan Steemann
dfaca5523c
initialize variable
2014-08-27 19:38:53 +02:00
Jan Steemann
cda10393f5
some traversal speedups
2014-08-27 18:56:51 +02:00
Max Neunhoeffer
a7814a7ad2
Return headers and body in ArangoClusterComm.syncRequest method.
2014-08-25 16:35:02 +02:00
Frank Celler
bcf4902876
worker is now a function with context
2014-08-21 14:57:17 +02:00
Jan Steemann
f03d628efb
issue #920 : attempt to use new user document format in authentication
2014-08-20 18:20:12 +02:00
Frank Celler
7b3cdf0bd0
fixed gc
2014-08-19 08:03:58 +02:00
Frank Celler
9fa3d22d6c
towards new dispatcher interface
2014-08-18 23:37:32 +02:00
Frank Celler
986bf7d0e8
added dispatcherThreads
2014-08-18 12:08:33 +02:00
Thomas Schmidts
415fefdafa
Fixed small formatation error
2014-08-15 11:01:56 +02:00
Jan Steemann
277290fc0e
unification with aql2 code
2014-08-13 16:22:17 +02:00
Frank Celler
7a6d5413a1
database version is now AABBCC, where AA = major, BB = minor, CC = patch
2014-08-12 09:58:42 +02:00
Frank Celler
cc91cd1cb0
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-08-11 12:43:47 +02:00
Jan Steemann
099ec8db60
reallow attribute names starting with underscores
2014-08-07 15:52:58 +02:00
Michael Hackstein
a5b35f224a
Fixed REST API documentation. Some values were not recognized as paramters by swagger script
2014-08-07 14:52:55 +02:00
Frank Celler
be06ef7f25
new upgrade-database (formely known as version-check) and new startup procedure
2014-08-07 14:12:19 +02:00
Max Neunhoeffer
390f0fe605
Implement distributeShardsLike
2014-08-01 17:05:04 +02:00
Jan Steemann
d7429d3c6c
removed parameter
2014-07-31 16:04:43 +02:00
Max Neunhoeffer
9714979d73
Enable some more ClusterComm stuff for dbServers.
2014-07-31 12:19:46 +02:00
Max Neunhoeffer
fa5096a710
Allow ClusterComm requests originate in DBservers.
2014-07-31 09:25:53 +02:00
Jan Steemann
6442bc4353
fixed race condition in task setup
2014-07-30 15:54:39 +02:00
Max Neunhoeffer
92d68cfd0b
Allow asynchronous cluster internal communication between DBservers.
2014-07-30 10:47:28 +02:00
Jan Steemann
39d7c71fce
getResponsibleShard
2014-07-30 10:27:32 +02:00
Jan Steemann
2ee0390e10
reordered attribute names
2014-07-24 13:44:57 +02:00
Jan Steemann
8cb85fd973
optimization for AQL queries with limit
2014-07-23 17:15:01 +02:00
Jan Steemann
1db7abdb84
updated documentation
2014-07-23 15:23:52 +02:00
Frank Celler
48eb317461
do not open the logfile manager when checking the version
...
Conflicts:
CHANGELOG
2014-07-23 14:41:11 +02:00
Jan Steemann
f0f9664bae
fix compile warnings for Visual Studio
2014-07-23 11:35:17 +02:00
Max Neunhoeffer
7b889bd3bf
Merge branch 'maxmh' into devel
...
Conflicts:
arangod/VocBase/document-collection.cpp
2014-07-23 10:39:31 +02:00
Max Neunhoeffer
eae59e1468
Add some explanations.
2014-07-23 10:36:29 +02:00
Max Neunhoeffer
0a414b7e48
Fix bug with the size counting.
2014-07-23 10:27:39 +02:00
Max Neunhoeffer
04065a951d
Find original legend in same WAL file if needed.
2014-07-22 23:32:08 +02:00
Jan Steemann
373f581990
fixed memleak
2014-07-22 17:38:34 +02:00
Jan Steemann
4c033b8962
fixed hanging recovery procedure
2014-07-22 17:38:19 +02:00
Max Neunhoeffer
a8e3236560
Snapshot, legend cache started.
2014-07-22 16:59:19 +02:00
Jan Steemann
b36ad17cc6
finished --wal.suppress-shape-information
2014-07-22 15:16:49 +02:00
Jan Steemann
fe71a8f26d
added startup option `--wal.suppress-shape-information`
2014-07-21 18:02:16 +02:00
Jan Steemann
712358d069
added optional `ttl` attribute to specify result cursor expiration for HTTP API method `POST /_api/cursor`
...
The `ttl` attribute can be used to prevent cursor results from timing out too early.
2014-07-21 15:48:43 +02:00
Jan Steemann
ddf69e99a9
fixed tasks with offset 0.0
2014-07-21 14:22:39 +02:00
Max Neunhoeffer
69c1a399b4
Fix a wrong allocation for a TRI_aql_node_t.
2014-07-18 16:10:56 +02:00
Max Neunhoeffer
0482a1be12
Move some stuff to C++/STL for Ahuacatl.
2014-07-18 16:02:12 +02:00
Max Neunhoeffer
37210e2598
Fix replication bug (no collection lock for single document transactions).
2014-07-16 13:03:06 +02:00
Frank Celler
6ec2cf2a3c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-15 20:20:42 +02:00