1
0
Fork 0
arangodb/arangod/Utils
Simon Grätzer ffc465433a No access collections Improvements (#3190)
* consolidated EdgeDocumentToken

* optimizing cluster traversal

* adding skip collection checks

* API cleanup

* copying AQLValue to avoid use-after-free bugs

* Fixing rocksdb SingleServerEdgeCursor

* Fixing a collection resolving issue
2017-09-07 14:55:07 +02:00
..
Authentication.cpp Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
Authentication.h Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
CollectionExport.h
CollectionGuard.h
CollectionKeys.cpp
CollectionKeys.h
CollectionKeysRepository.cpp
CollectionKeysRepository.h
CollectionNameResolver.cpp
CollectionNameResolver.h
Cursor.cpp
Cursor.h
CursorRepository.cpp
CursorRepository.h
DatabaseGuard.h
Events.cpp
Events.h
ExecContext.cpp Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
ExecContext.h Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
OperationCursor.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
OperationCursor.h
OperationOptions.h
OperationResult.h
SingleCollectionTransaction.cpp No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
SingleCollectionTransaction.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
WorkMonitorArangod.cpp