1
0
Fork 0
arangodb/arangod/Utils
Max Neunhoeffer 877e42e7c5 Merge branch 'FMH' into devel 2016-04-21 14:04:39 +02:00
..
AqlTransaction.cpp Added a cpp file for AqlTransaction. Now only parts of AQL have to be rebuild on cluster changes, not complete AQL 2016-04-14 11:30:54 +02:00
AqlTransaction.h Added a cpp file for AqlTransaction. Now only parts of AQL have to be rebuild on cluster changes, not complete AQL 2016-04-14 11:30:54 +02:00
CollectionExport.cpp
CollectionExport.h
CollectionGuard.h
CollectionKeys.cpp WIP 2016-04-03 13:48:25 +02:00
CollectionKeys.h
CollectionKeysRepository.cpp
CollectionKeysRepository.h
CollectionNameResolver.h ClusterResolver cid by numeric name now checks if the number is actually a valid collection and it returns cid 0 instead of the given numeric number. Some apis rely on this to check if collection exists or not. 2016-04-01 14:31:13 +02:00
CollectionReadLocker.h
CollectionWriteLocker.h
Cursor.cpp fixed crash 2016-04-19 15:54:10 +02:00
Cursor.h Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads 2016-04-19 14:32:23 +02:00
CursorRepository.cpp Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads 2016-04-19 14:32:23 +02:00
CursorRepository.h Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads 2016-04-19 14:32:23 +02:00
DatabaseGuard.h
ExplicitTransaction.h bugfixes 2016-03-24 16:18:18 +01:00
OperationCursor.cpp Added a function to request babies from an IndexIterator (next n elements). Used this function in OperationCursor to get a list of mptrs. The only Index supporting it right now is EdgeIndex. It is only used in OutboundNeighbors at this point. 2016-04-20 15:13:42 +02:00
OperationCursor.h Added a function to request babies from an IndexIterator (next n elements). Used this function in OperationCursor to get a list of mptrs. The only Index supporting it right now is EdgeIndex. It is only used in OutboundNeighbors at this point. 2016-04-20 15:13:42 +02:00
OperationOptions.h test fixes 2016-03-24 01:12:57 +01:00
OperationResult.h move construction to initializer list 2016-04-11 23:10:48 +02:00
ReplicationTransaction.h
SingleCollectionTransaction.cpp test fixes 2016-03-24 01:12:57 +01:00
SingleCollectionTransaction.h test fixes 2016-03-24 01:12:57 +01:00
StandaloneTransactionContext.cpp test fixes 2016-03-24 12:46:08 +01:00
StandaloneTransactionContext.h test fixes 2016-03-24 12:46:08 +01:00
Transaction.cpp Fix maintainer mode compilation again. 2016-04-20 16:08:15 +02:00
Transaction.h Moved GET _api/document?collection=xxx to PUT _api/simple/all-keys {collection: xxx}. Adapted all tests. Also removed Transaction::allKeys which got obsolete by this commit. 2016-04-15 11:23:25 +02:00
TransactionContext.cpp test fixes 2016-03-24 12:46:08 +01:00
TransactionContext.h test fixes 2016-03-24 12:46:08 +01:00
V8TransactionContext.cpp test fixes 2016-03-24 12:46:08 +01:00
V8TransactionContext.h test fixes 2016-03-24 12:46:08 +01:00
WorkMonitorArangod.cpp Merge branch 'devel' of github.com:arangodb/arangodb into FMH 2016-04-03 21:46:30 +02:00