Michael Hackstein
|
b8a9efbe33
|
Fixed a Illeagal memory access in BindParameters StripCollectionNames
|
2015-12-09 18:08:41 +01:00 |
Michael Hackstein
|
51da7ab7af
|
Replication Applier configuration now uses a Destructor instead of TRI_Destroy. This commit is subject to inspection for memleaks
|
2015-12-09 16:29:14 +01:00 |
Michael Hackstein
|
cfd1caf01c
|
Replaced TRI_JsonReplicationApplier in RestHandler with velocpack
|
2015-12-09 15:25:14 +01:00 |
Michael Hackstein
|
febd72e634
|
TRI_replication_applier_configuraiton_t is now a class no struct. Fixed headers
|
2015-12-09 15:24:41 +01:00 |
Michael Hackstein
|
5ef4782356
|
Added a toVelocyPack to replication_applier_configuration_t and wrapped all toJson functions around it
|
2015-12-09 15:24:08 +01:00 |
Michael Hackstein
|
96efb89179
|
Removed unused function
|
2015-12-09 13:56:04 +01:00 |
Michael Hackstein
|
2eb5697864
|
Removing more and more TRI_json_t
|
2015-12-09 13:55:39 +01:00 |
Michael Hackstein
|
f6e24e41e7
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2015-12-09 12:41:57 +01:00 |
Michael Hackstein
|
0738741cd1
|
Further removed references to TRI_json_t in RestReplication handler. This included a new toVelocyPack function for TRI_vocbase_col_t
|
2015-12-09 12:35:33 +01:00 |
Jan Steemann
|
37c032c694
|
fixed invalid read
|
2015-12-09 12:05:38 +01:00 |
Michael Hackstein
|
757577de42
|
Updated VPack addObject to openObject
|
2015-12-09 11:28:54 +01:00 |
Michael Hackstein
|
acadb089ee
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2015-12-09 10:29:13 +01:00 |
Michael Hackstein
|
44b806418f
|
Merge branch 'vpack' of github.com:arangodb/arangodb into vpack
|
2015-12-09 10:28:16 +01:00 |
Michael Hackstein
|
7042542548
|
Fixed memleak for cluster Traverser edge data
|
2015-12-09 09:52:45 +01:00 |
jsteemann
|
c99f4244c7
|
bugfix for cluster edges API
|
2015-12-09 00:26:18 +01:00 |
Wilfried Goesgens
|
4f4087a944
|
Fix link to the error codes
|
2015-12-08 23:45:36 +01:00 |
jsteemann
|
18da212003
|
fixed edge handler response
|
2015-12-08 22:57:46 +01:00 |
Max Neunhoeffer
|
f38d70844f
|
Fix a corner case in index generation.
|
2015-12-08 21:32:06 +01:00 |
Max Neunhoeffer
|
588fddb53c
|
Better error message instead of failed assertion.
|
2015-12-08 20:50:35 +01:00 |
Max Neunhoeffer
|
5465db463d
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-12-08 20:11:32 +01:00 |
Jan Steemann
|
4cd2621d06
|
adjusted AQL function return values
|
2015-12-08 19:45:32 +01:00 |
Max Neunhoeffer
|
c7adab9088
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-12-08 18:54:26 +01:00 |
Max Neunhoeffer
|
6cedb210df
|
First try to fix deadlock problem. Tests not yet tried.
|
2015-12-08 18:54:05 +01:00 |
Jan Steemann
|
76d5f57af0
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-08 18:23:06 +01:00 |
Jan Steemann
|
6eb44f229e
|
issue #1598: improved error reporting for dump/restore
|
2015-12-08 18:11:44 +01:00 |
Michael Hackstein
|
5300e7abca
|
Merge branch 'vpack' of github.com:arangodb/arangodb into vpack
|
2015-12-08 16:11:45 +01:00 |
Jan Steemann
|
6ee813c65a
|
fixed compaction
|
2015-12-08 16:08:25 +01:00 |
Michael Hackstein
|
02784df7f8
|
Updated file list function to use std::vector<std::string> instead of TRI_string_vector_t.
|
2015-12-08 15:10:03 +01:00 |
Jan Steemann
|
ee6792dd6b
|
fixes for traversal and multi-modify
|
2015-12-08 14:50:05 +01:00 |
Michael Hackstein
|
0a678263fb
|
Fixed a bug when we start at an unknown vertex. THe cluster got into undefined states
|
2015-12-08 14:45:11 +01:00 |
Jan Steemann
|
14a7269278
|
make parameter explicit
|
2015-12-08 12:58:51 +01:00 |
Jan Steemann
|
a3f42b5072
|
renamed test method
|
2015-12-08 11:49:45 +01:00 |
Michael Hackstein
|
7d90d583f0
|
Further movement of RestReplicationHandler to VPack. This state is not fully working
|
2015-12-08 10:31:47 +01:00 |
Michael Hackstein
|
6e23d46c65
|
Moved struct TRI_vocbase_col_t to a class. It now has functions to dump to VelocyPack
|
2015-12-08 10:30:40 +01:00 |
Jan Steemann
|
517f20b9a2
|
flushWait
|
2015-12-07 18:28:37 +01:00 |
Jan Steemann
|
04f3abae2a
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-07 16:51:21 +01:00 |
Jan Steemann
|
dd87d775b5
|
added comment
|
2015-12-07 16:26:54 +01:00 |
Jan Steemann
|
94c60502a9
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-12-07 16:07:38 +01:00 |
Jan Steemann
|
f707eddbcc
|
added tests
|
2015-12-07 16:06:58 +01:00 |
Max Neunhoeffer
|
1396015f11
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-12-07 16:01:57 +01:00 |
Max Neunhoeffer
|
637a234660
|
Change a debug into an error.
|
2015-12-07 16:01:44 +01:00 |
Michael Hackstein
|
dd21a42523
|
Fixed calls to index->toVelocyPack in RestReplicationHandler
|
2015-12-07 15:45:22 +01:00 |
Michael Hackstein
|
1e7108d9ca
|
Optimized toVelocyPack functions in Index. Added special implementations for edge and primary indexes. All others TODO
|
2015-12-07 15:44:28 +01:00 |
Jan Steemann
|
1daeb7ad28
|
deadlock tests for drivers
|
2015-12-07 15:01:35 +01:00 |
Michael Hackstein
|
602c6a61c2
|
The Replication handler now uses the index->toVelocyPack functionality
|
2015-12-07 15:00:11 +01:00 |
Michael Hackstein
|
1969149ef3
|
Added a general toVelocyPack function for indexes
|
2015-12-07 14:54:38 +01:00 |
Michael Hackstein
|
5c11280cec
|
Started moving the RestReplication Handler from TRI_json_t to VelocyPack
|
2015-12-07 14:25:29 +01:00 |
Michael Hackstein
|
1c53e93865
|
Added some VelocyPack helper functions for Coordinators
|
2015-12-07 14:24:56 +01:00 |
Michael Hackstein
|
b465921629
|
Adaption to new HttpRequest API
|
2015-12-07 14:24:42 +01:00 |
Michael Hackstein
|
b78145f73f
|
Added some VelocyPack helper functions for Coordinators
|
2015-12-07 14:24:21 +01:00 |