.. |
Aggregator.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
Aggregator.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
AqlItemBlock.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
AqlItemBlock.h
|
fixed copying of AqlValues
|
2016-07-21 15:57:29 +02:00 |
AqlItemBlockManager.cpp
|
…
|
|
AqlItemBlockManager.h
|
…
|
|
AqlValue.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-15 18:58:43 +02:00 |
AqlValue.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-15 18:58:43 +02:00 |
Arithmetic.h
|
…
|
|
Ast.cpp
|
some collection handling refactoring
|
2016-07-27 13:12:26 +02:00 |
Ast.h
|
…
|
|
AstNode.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-23 12:13:08 +02:00 |
AstNode.h
|
removed JsonHelper
|
2016-08-19 12:24:12 +02:00 |
AttributeAccessor.cpp
|
…
|
|
AttributeAccessor.h
|
…
|
|
BasicBlocks.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
BasicBlocks.h
|
don't copy unneeded registers
|
2016-07-21 12:10:09 +02:00 |
BindParameters.cpp
|
…
|
|
BindParameters.h
|
…
|
|
CalculationBlock.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
CalculationBlock.h
|
…
|
|
ClusterBlocks.cpp
|
finish RequestType enum
|
2016-08-23 14:49:29 +02:00 |
ClusterBlocks.h
|
finish RequestType enum
|
2016-08-23 14:49:29 +02:00 |
ClusterNodes.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ClusterNodes.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
CollectBlock.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
CollectBlock.h
|
…
|
|
CollectNode.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
CollectNode.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
CollectOptions.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
CollectOptions.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
Collection.cpp
|
Further fixes for tests: Fixed unitialized count. Fixed some false CORRUPTED_COLLECTION states.
|
2016-08-26 08:02:34 +02:00 |
Collection.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 |
CollectionScanner.cpp
|
…
|
|
CollectionScanner.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 |
Collections.cpp
|
…
|
|
Collections.h
|
increase max. number of collections to 256
|
2016-06-30 13:44:31 +02:00 |
Condition.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
Condition.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ConditionFinder.cpp
|
…
|
|
ConditionFinder.h
|
…
|
|
EnumerateCollectionBlock.cpp
|
fixed copying of AqlValues
|
2016-07-21 15:57:29 +02:00 |
EnumerateCollectionBlock.h
|
…
|
|
EnumerateListBlock.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
EnumerateListBlock.h
|
…
|
|
ExecutionBlock.cpp
|
Merge branch 'obi-velocystream-2' into obi-velocystream-3
|
2016-07-27 10:11:50 +02:00 |
ExecutionBlock.h
|
Merge branch 'obi-velocystream-2' into obi-velocystream-3
|
2016-07-27 10:11:50 +02:00 |
ExecutionEngine.cpp
|
finish ResponseCode enum
|
2016-08-23 15:46:42 +02:00 |
ExecutionEngine.h
|
fixed issue #1941
|
2016-07-14 10:08:17 +02:00 |
ExecutionNode.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
ExecutionNode.h
|
removed useless include
|
2016-08-19 12:42:45 +02:00 |
ExecutionPlan.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
ExecutionPlan.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
ExecutionStats.cpp
|
…
|
|
ExecutionStats.h
|
…
|
|
Executor.cpp
|
throw OOM error in case no buffer can be allocated
|
2016-08-26 11:00:05 +02:00 |
Executor.h
|
Attempt not to bypass error handling so we hopefully get some more information on issue #2011
|
2016-08-23 17:02:28 +02:00 |
Expression.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-23 12:13:08 +02:00 |
Expression.h
|
remove Json/JsonHelper/TRI_json_t
|
2016-08-18 17:28:43 +02:00 |
Function.cpp
|
…
|
|
Function.h
|
…
|
|
FunctionDefinitions.cpp
|
issue #1891: renamed to OUTERSECTION
|
2016-06-24 14:07:41 +02:00 |
FunctionDefinitions.h
|
…
|
|
Functions.cpp
|
renamed GeoIndex2 to GeoIndex
|
2016-08-29 13:02:07 +02:00 |
Functions.h
|
issue #1891: renamed to OUTERSECTION
|
2016-06-24 14:07:41 +02:00 |
Graphs.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
Graphs.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
IndexBlock.cpp
|
fixed copying of AqlValues
|
2016-07-21 15:57:29 +02:00 |
IndexBlock.h
|
reuse operation cursors for const expressions
|
2016-06-29 22:56:42 +02:00 |
IndexNode.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
IndexNode.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ModificationBlocks.cpp
|
fix upsert
|
2016-07-07 15:15:43 +02:00 |
ModificationBlocks.h
|
…
|
|
ModificationNodes.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ModificationNodes.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ModificationOptions.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ModificationOptions.h
|
cppcheck
|
2016-08-18 16:57:55 +02:00 |
NodeFinder.cpp
|
…
|
|
NodeFinder.h
|
…
|
|
Optimizer.cpp
|
beautify handling of optimizer rules
|
2016-07-05 11:21:04 +02:00 |
Optimizer.h
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
OptimizerRules.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
OptimizerRules.h
|
…
|
|
Parser.cpp
|
removed JsonHelper
|
2016-08-19 12:24:12 +02:00 |
Parser.h
|
…
|
|
Quantifier.cpp
|
…
|
|
Quantifier.h
|
…
|
|
Query.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-01 09:04:17 +02:00 |
Query.h
|
moved query id generation
|
2016-07-27 17:44:31 +02:00 |
QueryCache.cpp
|
some collection handling refactoring
|
2016-07-27 13:12:26 +02:00 |
QueryCache.h
|
some collection handling refactoring
|
2016-07-27 13:12:26 +02:00 |
QueryList.cpp
|
re-added --database.slow-query-threshold
|
2016-06-09 11:07:51 +02:00 |
QueryList.h
|
…
|
|
QueryRegistry.cpp
|
refactoring
|
2016-07-26 16:25:38 +02:00 |
QueryRegistry.h
|
…
|
|
QueryResult.h
|
…
|
|
QueryResultV8.h
|
…
|
|
Range.cpp
|
…
|
|
Range.h
|
…
|
|
RestAqlHandler.cpp
|
renamed method
|
2016-08-30 10:36:34 +02:00 |
RestAqlHandler.h
|
finish ResponseCode enum
|
2016-08-23 15:46:42 +02:00 |
Scopes.cpp
|
…
|
|
Scopes.h
|
…
|
|
ShortStringStorage.cpp
|
…
|
|
ShortStringStorage.h
|
…
|
|
ShortestPathBlock.cpp
|
fixed copying of AqlValues
|
2016-07-21 15:57:29 +02:00 |
ShortestPathBlock.h
|
Removed Code that is now obsolete do to replacement of Neighbors by Pattern Matching traversal
|
2016-06-10 21:33:46 +02:00 |
ShortestPathNode.cpp
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
ShortestPathNode.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
|
2016-08-30 16:07:50 +02:00 |
ShortestPathOptions.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
ShortestPathOptions.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
SortBlock.cpp
|
micro optimizations
|
2016-06-09 10:13:01 +02:00 |
SortBlock.h
|
…
|
|
SortCondition.cpp
|
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types
|
2016-08-25 11:08:39 +02:00 |
SortCondition.h
|
…
|
|
SortNode.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-23 12:13:08 +02:00 |
SortNode.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-23 12:13:08 +02:00 |
SubqueryBlock.cpp
|
…
|
|
SubqueryBlock.h
|
…
|
|
TraversalBlock.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
|
2016-08-23 12:13:08 +02:00 |
TraversalBlock.h
|
attempt to fix Visual Studio complaints
|
2016-06-21 09:52:42 +02:00 |
TraversalConditionFinder.cpp
|
…
|
|
TraversalConditionFinder.h
|
…
|
|
TraversalNode.cpp
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
TraversalNode.h
|
cppcheck
|
2016-08-25 14:04:23 +02:00 |
TraversalOptions.cpp
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
TraversalOptions.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
V8Expression.cpp
|
Attempt not to bypass error handling so we hopefully get some more information on issue #2011
|
2016-08-23 17:02:28 +02:00 |
V8Expression.h
|
…
|
|
Variable.cpp
|
…
|
|
Variable.h
|
…
|
|
VariableGenerator.cpp
|
…
|
|
VariableGenerator.h
|
…
|
|
WalkerWorker.h
|
…
|
|
grammar.cpp
|
…
|
|
grammar.h
|
…
|
|
grammar.y
|
…
|
|
tokens.cpp
|
…
|
|
tokens.ll
|
…
|
|
types.h
|
…
|
|