1
0
Fork 0
arangodb/arangod/VocBase
Michael Hackstein fd00792ac1 Removed TRI_json_t constructor from TraverserExpression. It is only possible to be build from VPack 2015-12-04 16:49:49 +01:00
..
Ditch.cpp remove some locks in HttpServer and friends 2015-07-17 17:48:45 +02:00
Ditch.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
DocumentAccessor.cpp fixed invalid memory usages 2015-12-01 16:48:55 +01:00
DocumentAccessor.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
ExampleMatcher.cpp Potential fix for memleak 2015-12-03 16:08:33 +01:00
ExampleMatcher.h move shaper to cxx 2015-07-28 17:38:31 +02:00
FILES.md
Graphs.cpp Improve error reporting if selecting a graph description fails 2015-11-19 16:27:36 +01:00
Graphs.h Cache Graphs inside of the Query object 2015-11-11 13:52:33 +01:00
KeyGenerator.cpp Fixed include <array> did not compile under Mac Os X 2015-12-04 15:28:49 +01:00
KeyGenerator.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
LOCKS.md More Americanization 2015-09-03 22:25:43 +02:00
Legends.cpp move shaper to cxx 2015-07-28 17:38:31 +02:00
Legends.h cppcheck 2015-12-04 12:18:15 +01:00
Shaper.cpp Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
Shaper.h Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
Traverser.cpp Removed TRI_json_t constructor from TraverserExpression. It is only possible to be build from VPack 2015-12-04 16:49:49 +01:00
Traverser.h Removed TRI_json_t constructor from TraverserExpression. It is only possible to be build from VPack 2015-12-04 16:49:49 +01:00
VocShaper.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
VocShaper.h use lock guards 2015-07-29 15:15:49 +02:00
auth.cpp removed some dependencies 2015-10-23 00:15:07 +02:00
auth.h More Americanization 2015-09-03 22:25:43 +02:00
cleanup.cpp use new and delete for TRI_server_t 2015-07-21 11:57:04 +02:00
cleanup.h remove unused header 2015-08-14 18:17:05 +02:00
collection.cpp removed some includes 2015-11-11 15:16:37 +01:00
collection.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
compactor.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-26 17:13:33 +01:00
compactor.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
datafile.cpp removed several includes from Common.h 2015-11-25 12:21:55 +01:00
datafile.h remove, not working yet 2015-11-24 11:30:15 +01:00
document-collection.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
document-collection.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-11-25 11:44:32 +01:00
edge-collection.cpp changed some APIs of AssocMulti 2015-11-25 15:40:01 +01:00
edge-collection.h Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-04 13:47:08 +01:00
headers.cpp More Americanization 2015-09-03 22:25:43 +02:00
headers.h fix replication resumption 2015-08-21 15:57:24 +02:00
replication-applier.cpp replication improvements 2015-11-30 18:27:31 +01:00
replication-applier.h replication improvements 2015-11-30 18:27:31 +01:00
replication-common.cpp updated CHANGELOG 2015-11-06 10:47:56 +01:00
replication-common.h re-introduced tracking of replication "clients" 2015-08-24 12:02:57 +02:00
replication-dump.cpp added transaction to all signatures 2015-11-24 17:34:23 +01:00
replication-dump.h removed unused functions 2015-10-23 01:22:41 +02:00
replication-master.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
replication-master.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
server.cpp fixed memleak for cluster databases 2015-12-03 12:18:13 +01:00
server.h removed unused functions 2015-10-23 01:22:41 +02:00
shape-accessor.cpp move shaper to cxx 2015-07-28 17:38:31 +02:00
shape-accessor.h move shaper to cxx 2015-07-28 17:38:31 +02:00
shaped-json.cpp removed unused functions 2015-10-23 01:22:41 +02:00
shaped-json.h Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
transaction.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack 2015-12-01 11:14:12 +01:00
transaction.h pass transaction to index APIs 2015-11-25 14:42:29 +01:00
update-policy.h
voc-types.h added transaction to all signatures 2015-11-24 17:34:23 +01:00
vocbase-defaults.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
vocbase-defaults.h use new/delete for TRI_vocbase_t 2015-07-20 12:08:13 +02:00
vocbase.cpp reverted 011117edee, 72c8847324, 5da5715fa9, a371aac4af, 7decf1560a, 0331ff7993, 6ec2014052, ae8d686ae6, 7efd0a1ec7, 3449b87e2c, d35a4034ef, 7b3c1ed4dd, e0c88e4a1a, 952d643101, fc9de8ed08, 2f4319b31a, 105662d5ba, 0a08833b0f, 4ac19a99fc, 4c5494c67d, 528bb85b30, 528bb85b30 becuase of missing CLA 2015-11-03 10:19:25 +01:00
vocbase.h added deadlock detection for lazy locking of collections 2015-10-29 11:57:22 +01:00