.. |
AqlTransaction.cpp
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
AqlTransaction.h
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
CollectionExport.cpp
|
moved things out of TRI_collection_t
|
2016-09-02 11:56:48 +02:00 |
CollectionExport.h
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
CollectionGuard.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 |
CollectionKeys.cpp
|
moved things out of TRI_collection_t
|
2016-09-02 11:56:48 +02:00 |
CollectionKeys.h
|
removed some TRI_collection_t instances
|
2016-08-30 13:01:34 +02:00 |
CollectionKeysRepository.cpp
|
removed server.h
|
2016-07-25 16:49:52 +02:00 |
CollectionKeysRepository.h
|
removed unused forwards and functions
|
2016-02-25 00:48:06 +01:00 |
CollectionNameResolver.cpp
|
Added proper error handling for collection not found in V8
|
2016-09-01 17:42:27 +02:00 |
CollectionNameResolver.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 |
CollectionReadLocker.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-09-01 15:39:11 +02:00 |
CollectionWriteLocker.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-09-01 15:39:11 +02:00 |
Cursor.cpp
|
fixed some tests
|
2016-08-30 09:36:43 +02:00 |
Cursor.h
|
fix RestExportHandler
|
2016-08-29 21:27:05 +02:00 |
CursorRepository.cpp
|
removed JsonParser
|
2016-08-19 12:39:26 +02:00 |
CursorRepository.h
|
Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads
|
2016-04-19 14:32:23 +02:00 |
DatabaseGuard.h
|
some vocbase refactoring
|
2016-07-28 11:06:21 +02:00 |
ExplicitTransaction.h
|
removed server.h
|
2016-07-25 16:49:52 +02:00 |
OperationCursor.cpp
|
reuse operation cursors for const expressions
|
2016-06-29 22:56:42 +02:00 |
OperationCursor.h
|
reuse operation cursors for const expressions
|
2016-06-29 22:56:42 +02:00 |
OperationOptions.h
|
test fixes
|
2016-03-24 01:12:57 +01:00 |
OperationResult.h
|
Implement synchronous replication for replace and update.
|
2016-04-22 11:42:52 +02:00 |
ReplicationTransaction.h
|
some vocbase refactoring
|
2016-07-28 11:06:21 +02:00 |
SingleCollectionTransaction.cpp
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
SingleCollectionTransaction.h
|
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
|
2016-08-25 09:57:36 +02:00 |
StandaloneTransactionContext.cpp
|
escape Unicode characters in JSON dumps
|
2016-06-29 12:53:08 +02:00 |
StandaloneTransactionContext.h
|
test fixes
|
2016-03-24 12:46:08 +01:00 |
Transaction.cpp
|
moved things out of TRI_collection_t
|
2016-09-02 11:56:48 +02:00 |
Transaction.h
|
removed some TRI_collection_t instances
|
2016-08-30 13:01:34 +02:00 |
TransactionContext.cpp
|
cleanup
|
2016-09-02 10:26:43 +02:00 |
TransactionContext.h
|
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 |
V8TransactionContext.cpp
|
added a panic interrupt of memory gets low
|
2016-07-31 12:58:27 +02:00 |
V8TransactionContext.h
|
test fixes
|
2016-03-24 12:46:08 +01:00 |
WorkMonitorArangod.cpp
|
finish ResponseCode enum
|
2016-08-23 15:46:42 +02:00 |