.. |
AuthInfo.cpp
|
renamed RestServerFeature to GeneralServerFeature
|
2016-07-23 14:16:10 +02:00 |
AuthInfo.h
|
…
|
|
DatafileHelper.h
|
…
|
|
DatafileStatistics.cpp
|
…
|
|
DatafileStatistics.h
|
…
|
|
Ditch.cpp
|
…
|
|
Ditch.h
|
…
|
|
EdgeCollectionInfo.cpp
|
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 |
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 |
FILES.md
|
…
|
|
Graphs.cpp
|
…
|
|
Graphs.h
|
…
|
|
KeyGenerator.cpp
|
micro optimization for key generator key tracking
|
2016-07-12 17:16:06 +02:00 |
KeyGenerator.h
|
micro optimization for key generator key tracking
|
2016-07-12 17:16:06 +02:00 |
LOCKS.md
|
…
|
|
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
|
Internal cleanup. Moved traversal options to a central place and removed the AQL-only version which was mostly redundant. This is preperation for Cluster initialisation.
|
2016-07-29 14:46:11 +02:00 |
PathEnumerator.h
|
Fixed global uniqueness check of edges in Traverser. Also the vertex document is only loaded if there actually is a filter condition for it.
|
2016-07-22 09:40:08 +02:00 |
SingleServerTraverser.cpp
|
Fixed a bug when using mutliple shards for multiple edge collections on DBServer. The cursors were overriden.
|
2016-08-04 18:10:08 +02:00 |
SingleServerTraverser.h
|
Fixed result generation of TraverserEngines on DBServer side.
|
2016-08-04 12:44:22 +02:00 |
Traverser.cpp
|
Fixed potential dead-lock situation when using AQL Traversals in Cluster with late-modify of Vertex Collection.
|
2016-08-05 13:20:46 +02:00 |
Traverser.h
|
Merge branch 'devel' of github.com:arangodb/arangodb into MIT
|
2016-08-04 09:09:25 +02:00 |
TraverserOptions.cpp
|
Fixed distribution of Filter conditions.
|
2016-08-04 16:46:40 +02:00 |
TraverserOptions.h
|
First draft of communication ClusterTraverser<->Engine. Does crash early.
|
2016-08-04 10:26:41 +02:00 |
cleanup.cpp
|
…
|
|
cleanup.h
|
…
|
|
collection.cpp
|
fix recovery edge case
|
2016-07-25 17:57:25 +02:00 |
collection.h
|
handle "isSystem" somewhat smarter
|
2016-07-06 10:23:37 +02:00 |
compactor.cpp
|
do not use revision id comparisions for compaction, but marker addresses
|
2016-06-29 15:59:35 +02:00 |
compactor.h
|
…
|
|
datafile.cpp
|
Fatal exit if we find an old database version.
|
2016-06-15 13:19:32 +02:00 |
datafile.h
|
…
|
|
document-collection.cpp
|
Merge branch 'devel' into HLC
|
2016-07-12 22:51:40 +02:00 |
document-collection.h
|
potential performance optimizations
|
2016-06-23 14:47:44 +02:00 |
replication-applier.cpp
|
Fix synchronous replication: use shard name instead of ID.
|
2016-06-13 13:54:32 +02:00 |
replication-applier.h
|
Fix synchronous replication: use shard name instead of ID.
|
2016-06-13 13:54:32 +02:00 |
replication-common.cpp
|
…
|
|
replication-common.h
|
…
|
|
replication-dump.cpp
|
…
|
|
replication-dump.h
|
…
|
|
server.cpp
|
renamed RestServerFeature to GeneralServerFeature
|
2016-07-23 14:16:10 +02:00 |
server.h
|
Created a TraverserEngineRegistry which is a singleton feature. Right now it is empty. TODO Implement functionallity
|
2016-07-26 11:29:12 +02:00 |
transaction.cpp
|
added read/write context info
|
2016-07-22 10:00:46 +02:00 |
transaction.h
|
fixed issue #1954
|
2016-07-21 17:39:27 +02:00 |
voc-types.h
|
Rewrite old revision strings with new HLC time stamps.
|
2016-07-12 16:51:25 +02:00 |
vocbase-defaults.cpp
|
…
|
|
vocbase-defaults.h
|
…
|
|
vocbase.cpp
|
FIx typo.
|
2016-07-12 16:55:59 +02:00 |
vocbase.h
|
…
|
|