.. |
AuthInfo.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-07-25 11:14:44 +02:00 |
AuthInfo.h
|
…
|
|
CompactionLocker.h
|
moved _compactionLock out of TRI_collection_t
|
2016-08-26 11:53:42 +02:00 |
DatafileHelper.h
|
…
|
|
DatafileStatisticsContainer.cpp
|
moved _datafileStatistics into engine
|
2016-08-26 16:22:41 +02:00 |
DatafileStatisticsContainer.h
|
moved _datafileStatistics into engine
|
2016-08-26 16:22:41 +02:00 |
Ditch.cpp
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
Ditch.h
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
EdgeCollectionInfo.cpp
|
finish ResponseCode enum
|
2016-08-23 15:46:42 +02:00 |
EdgeCollectionInfo.h
|
Improved OperationCursor. It now uses unique instead of shared ptr. It was never shared anyways. Also many more places now use direct MasterPointers in favor of OperationResults. Also added a generic IndexIterator nextBabies function.
|
2016-06-29 13:08:07 +02:00 |
Graphs.cpp
|
…
|
|
Graphs.h
|
…
|
|
IndexPoolFeature.cpp
|
starting again... well, at least in some configuration
|
2016-07-22 14:03:03 +02:00 |
IndexPoolFeature.h
|
moved index threads into a feature of its own
|
2016-07-18 15:23:25 +02:00 |
KeyGenerator.cpp
|
make key generator throw on invalid key options
|
2016-08-25 11:32:38 +02:00 |
KeyGenerator.h
|
micro optimization for key generator key tracking
|
2016-07-12 17:16:06 +02:00 |
LogicalCollection.cpp
|
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-30 16:37:26 +02:00 |
LogicalCollection.h
|
Removed obsolete constructor
|
2016-08-30 15:48:25 +02:00 |
MasterPointer.h
|
do not use revision id comparisions for compaction, but marker addresses
|
2016-06-29 15:59:35 +02:00 |
MasterPointers.cpp
|
…
|
|
MasterPointers.h
|
…
|
|
PathEnumerator.cpp
|
Fix namespace stuff for VC++
|
2016-07-04 18:44:04 +02:00 |
PathEnumerator.h
|
Improved Traversal internal API. It now does less copying and creates less objects. Also it is way simpler to understand.
|
2016-07-04 16:16:58 +02:00 |
PhysicalCollection.h
|
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-30 10:12:36 +02:00 |
SingleServerTraverser.cpp
|
Internal cleanup of TraversalOptions. Now the options know the the expressions not the traverser any more. Preparation to use other indexes
|
2016-07-06 22:42:46 +02:00 |
SingleServerTraverser.h
|
entirely removed TRI_document_collection_t
|
2016-07-29 17:48:51 +02:00 |
Traverser.cpp
|
removed JsonHelper
|
2016-08-19 12:24:12 +02:00 |
Traverser.h
|
fixed extraction of _id attribute in Traversal condition
|
2016-08-02 17:02:02 +02:00 |
collection.cpp
|
unify id handling?
|
2016-08-30 16:07:35 +02:00 |
collection.h
|
remove superfluous _infoLock
|
2016-08-30 11:54:04 +02:00 |
datafile.cpp
|
fix bitshifting
|
2016-08-30 17:27:50 +02:00 |
datafile.h
|
privatize some TRI_datafile_t internals
|
2016-08-29 15:43:03 +02:00 |
modes.cpp
|
removed server.h
|
2016-07-25 16:49:52 +02:00 |
modes.h
|
some fixes
|
2016-08-01 17:16:23 +02:00 |
replication-applier.cpp
|
remove unnecessary string conversions
|
2016-08-15 15:58:51 +02:00 |
replication-applier.h
|
refactoring
|
2016-07-22 15:44:23 +02:00 |
replication-common.cpp
|
remove includes
|
2016-08-26 10:18:30 +02:00 |
replication-common.h
|
…
|
|
replication-dump.cpp
|
Removed all references to _info in TRI_collection_t. This commit does not start. Constructor is broken.
|
2016-08-29 10:44:31 +02:00 |
replication-dump.h
|
Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes.
|
2016-08-17 11:10:39 +02:00 |
ticks.cpp
|
refactoring
|
2016-07-22 15:44:23 +02:00 |
ticks.h
|
refactoring
|
2016-07-22 15:44:23 +02:00 |
transaction.cpp
|
Merge branch 'generic-col-types' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-30 10:12:36 +02:00 |
transaction.h
|
Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes.
|
2016-08-17 11:10:39 +02:00 |
voc-types.h
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-17 11:23:04 +02:00 |
vocbase.cpp
|
bugfixes
|
2016-08-30 13:45:54 +02:00 |
vocbase.h
|
fix leaks
|
2016-08-30 13:02:04 +02:00 |