.. |
CMakeLists.txt
|
Added RocksDB WAL types
|
2017-04-25 20:55:21 +02:00 |
RocksDBBackgroundThread.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-04-24 14:23:54 +02:00 |
RocksDBBackgroundThread.h
|
Added rocksdb background thread
|
2017-04-20 18:50:52 +02:00 |
RocksDBCollection.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-04-26 23:44:28 +02:00 |
RocksDBCollection.h
|
honor exclusive locks
|
2017-04-25 12:56:56 +02:00 |
RocksDBCollectionExport.cpp
|
…
|
|
RocksDBCollectionExport.h
|
…
|
|
RocksDBCommon.cpp
|
do checking before creating copy of slice
|
2017-04-26 08:33:23 +02:00 |
RocksDBCommon.h
|
do checking before creating copy of slice
|
2017-04-26 08:33:23 +02:00 |
RocksDBComparator.cpp
|
…
|
|
RocksDBComparator.h
|
…
|
|
RocksDBCounterManager.cpp
|
cppcheck
|
2017-04-24 23:06:36 +02:00 |
RocksDBCounterManager.h
|
cppcheck
|
2017-04-24 23:06:36 +02:00 |
RocksDBEdgeIndex.cpp
|
fix crashes
|
2017-04-25 15:47:11 +02:00 |
RocksDBEdgeIndex.h
|
fix crashes
|
2017-04-25 15:47:11 +02:00 |
RocksDBEngine.cpp
|
Added create index and change collection marker creation.
|
2017-04-26 15:23:25 -04:00 |
RocksDBEngine.h
|
Added WAL MARKERS for CreateCollection, RenameCollection and DropIndex, also adjested WalMarkerType constructors.
|
2017-04-26 18:32:28 +02:00 |
RocksDBExportCursor.cpp
|
…
|
|
RocksDBExportCursor.h
|
…
|
|
RocksDBHashIndex.cpp
|
…
|
|
RocksDBHashIndex.h
|
Fixing aql query index optimizer
|
2017-04-19 10:16:19 +02:00 |
RocksDBIndex.cpp
|
added missing return
|
2017-04-24 23:30:57 +02:00 |
RocksDBIndex.h
|
try to fix feature startup order (Scheduler vs. CacheManager vs. DatabaseFeature)
|
2017-04-24 13:17:21 +02:00 |
RocksDBIndexFactory.cpp
|
Fixing index lookup
|
2017-04-18 23:15:01 +02:00 |
RocksDBIndexFactory.h
|
add engine capabilities
|
2017-04-06 14:50:27 +02:00 |
RocksDBKey.cpp
|
implement basic operations for settings
|
2017-04-24 14:19:29 +02:00 |
RocksDBKey.h
|
implement basic operations for settings
|
2017-04-24 14:19:29 +02:00 |
RocksDBKeyBounds.cpp
|
fixes for non-array IN lookups, added tests
|
2017-04-25 01:47:07 +02:00 |
RocksDBKeyBounds.h
|
fixes for non-array IN lookups, added tests
|
2017-04-25 01:47:07 +02:00 |
RocksDBLogValue.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-04-26 23:44:28 +02:00 |
RocksDBLogValue.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2017-04-26 23:44:28 +02:00 |
RocksDBPersistentIndex.h
|
…
|
|
RocksDBPrimaryIndex.cpp
|
fixes for non-array IN lookups, added tests
|
2017-04-25 01:47:07 +02:00 |
RocksDBPrimaryIndex.h
|
Incremental sync
|
2017-04-21 18:10:10 +02:00 |
RocksDBReplicationCommon.cpp
|
Added (rough) logger-follow handler.
|
2017-04-20 14:59:49 -04:00 |
RocksDBReplicationCommon.h
|
Added (rough) logger-follow handler.
|
2017-04-20 14:59:49 -04:00 |
RocksDBReplicationContext.cpp
|
Working on replication
|
2017-04-26 13:32:12 +02:00 |
RocksDBReplicationContext.h
|
Working on replication
|
2017-04-26 13:32:12 +02:00 |
RocksDBReplicationManager.cpp
|
try to fix shutdown issues
|
2017-04-26 09:58:19 +02:00 |
RocksDBReplicationManager.h
|
try to fix shutdown issues
|
2017-04-26 09:58:19 +02:00 |
RocksDBReplicationTailing.cpp
|
Added stub handler for PutLogData.
|
2017-04-26 22:49:32 -04:00 |
RocksDBReplicationTailing.h
|
Split replication context/status/tailing.
|
2017-04-20 11:10:08 -04:00 |
RocksDBRestExportHandler.cpp
|
…
|
|
RocksDBRestExportHandler.h
|
…
|
|
RocksDBRestHandlers.cpp
|
add contextId to replication handler
|
2017-04-20 10:56:17 +02:00 |
RocksDBRestHandlers.h
|
…
|
|
RocksDBRestReplicationHandler.cpp
|
Add waitForSyncReplication as a _create() option
|
2017-04-26 09:57:40 +02:00 |
RocksDBRestReplicationHandler.h
|
Added batchSize support to collection dumping.
|
2017-04-21 11:51:56 -04:00 |
RocksDBRestWalHandler.cpp
|
…
|
|
RocksDBRestWalHandler.h
|
…
|
|
RocksDBSkiplistIndex.h
|
…
|
|
RocksDBToken.h
|
Initial partial implementation of replication contexts.
|
2017-04-18 19:55:18 -04:00 |
RocksDBTransactionCollection.cpp
|
honor exclusive locks
|
2017-04-25 12:56:56 +02:00 |
RocksDBTransactionCollection.h
|
first stab at exclusive locks
|
2017-04-20 12:25:53 +02:00 |
RocksDBTransactionContextData.cpp
|
…
|
|
RocksDBTransactionContextData.h
|
…
|
|
RocksDBTransactionState.cpp
|
Fixed startup exception
|
2017-04-26 20:35:20 +02:00 |
RocksDBTransactionState.h
|
RocksDB WAL entries for transactions
|
2017-04-26 18:54:55 +02:00 |
RocksDBTypes.cpp
|
implement basic operations for settings
|
2017-04-24 14:19:29 +02:00 |
RocksDBTypes.h
|
Updated document markers.
|
2017-04-26 16:25:12 -04:00 |
RocksDBV8Functions.cpp
|
…
|
|
RocksDBV8Functions.h
|
…
|
|
RocksDBVPackIndex.cpp
|
fixes for non-array IN lookups, added tests
|
2017-04-25 01:47:07 +02: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
|
…
|
|
RocksDBView.h
|
…
|
|