.. |
CMakeLists.txt
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-04-04 17:35:30 -04:00 |
RocksDBCollection.cpp
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-18 17:28:04 +02:00 |
RocksDBCollection.h
|
preparations for locks
|
2017-04-18 17:27:37 +02:00 |
RocksDBCollectionExport.cpp
|
Fixing export
|
2017-04-05 14:03:58 +02:00 |
RocksDBCollectionExport.h
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBCommon.cpp
|
Fixed issue with cache transactions.
|
2017-04-07 16:58:22 -04:00 |
RocksDBCommon.h
|
limit transaction size and work on intermediate commits
|
2017-04-12 09:01:13 +02:00 |
RocksDBComparator.cpp
|
fix range lookups
|
2017-04-05 12:32:00 +02:00 |
RocksDBComparator.h
|
update doc for comparator usage
|
2017-04-04 14:11:30 +02:00 |
RocksDBCounterManager.cpp
|
call shutdown in the dtor
|
2017-04-18 14:49:57 +02:00 |
RocksDBCounterManager.h
|
call shutdown in the dtor
|
2017-04-18 14:49:57 +02:00 |
RocksDBEdgeIndex.cpp
|
fixed assertion failure
|
2017-04-18 14:54:29 +02:00 |
RocksDBEdgeIndex.h
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBEngine.cpp
|
remove code that tracks size of index operations
|
2017-04-18 16:58:44 +02:00 |
RocksDBEngine.h
|
add reset function to RocksDBTransactionState
|
2017-04-18 13:14:15 +02:00 |
RocksDBExportCursor.cpp
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBExportCursor.h
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBHashIndex.cpp
|
Fixed HashIndex matchesDefinition method
|
2017-03-31 12:22:58 +02:00 |
RocksDBHashIndex.h
|
Fixed HashIndex matchesDefinition method
|
2017-03-31 12:22:58 +02:00 |
RocksDBIndex.cpp
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBIndex.h
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBIndexFactory.cpp
|
Fixed some bugs.
|
2017-04-13 20:06:25 -04:00 |
RocksDBIndexFactory.h
|
add engine capabilities
|
2017-04-06 14:50:27 +02:00 |
RocksDBKey.cpp
|
Revert "Fixed primary index cluster bug."
|
2017-04-17 17:06:23 -04:00 |
RocksDBKey.h
|
Revert "Fixed primary index cluster bug."
|
2017-04-17 17:06:23 -04:00 |
RocksDBKeyBounds.cpp
|
Revert "Fixed primary index cluster bug."
|
2017-04-17 17:06:23 -04:00 |
RocksDBKeyBounds.h
|
Revert "Fixed primary index cluster bug."
|
2017-04-17 17:06:23 -04:00 |
RocksDBPersistentIndex.h
|
Added hash-, skip list, persistent indexes
|
2017-03-30 16:00:27 +02:00 |
RocksDBPrimaryIndex.cpp
|
Revert "Fixed primary index cluster bug."
|
2017-04-17 17:06:23 -04:00 |
RocksDBPrimaryIndex.h
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBRestExportHandler.cpp
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBRestExportHandler.h
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBRestHandlers.cpp
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-04-04 17:35:30 -04:00 |
RocksDBRestHandlers.h
|
Added RocksDB export functionality and some bug fixes.
|
2017-04-04 17:33:14 -04:00 |
RocksDBRestWalHandler.cpp
|
Moving api-wal-noncluster and adding running trx
|
2017-04-05 11:54:30 +02:00 |
RocksDBRestWalHandler.h
|
Added REST Wal handler
|
2017-04-04 18:27:19 +02:00 |
RocksDBSkiplistIndex.h
|
Added hash-, skip list, persistent indexes
|
2017-03-30 16:00:27 +02:00 |
RocksDBToken.h
|
…
|
|
RocksDBTransactionCollection.cpp
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-18 17:28:04 +02:00 |
RocksDBTransactionCollection.h
|
add reset function to RocksDBTransactionState
|
2017-04-18 13:14:15 +02:00 |
RocksDBTransactionContextData.cpp
|
…
|
|
RocksDBTransactionContextData.h
|
…
|
|
RocksDBTransactionState.cpp
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-18 17:28:04 +02:00 |
RocksDBTransactionState.h
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-18 13:21:54 +02:00 |
RocksDBTypes.cpp
|
removed type "Index"
|
2017-04-07 12:05:56 +02:00 |
RocksDBTypes.h
|
removed type "Index"
|
2017-04-07 12:05:56 +02:00 |
RocksDBV8Functions.cpp
|
Some bug fixes.
|
2017-04-03 21:01:16 -04:00 |
RocksDBV8Functions.h
|
added v8 functions
|
2017-04-03 17:14:09 +02:00 |
RocksDBVPackIndex.cpp
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBVPackIndex.h
|
Changed index VPack building to include forPersistence flag.
|
2017-04-17 17:04:50 -04:00 |
RocksDBValue.cpp
|
removed type "Index"
|
2017-04-07 12:05:56 +02:00 |
RocksDBValue.h
|
removed type "Index"
|
2017-04-07 12:05:56 +02:00 |
RocksDBView.cpp
|
Implemented views methods.
|
2017-03-31 17:09:27 -04:00 |
RocksDBView.h
|
…
|
|