.. |
DatafileHelper.h
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
DatafileStatistics.cpp
|
cleanup
|
2016-02-27 01:10:42 +01:00 |
DatafileStatistics.h
|
cleanup
|
2016-02-27 01:10:42 +01:00 |
Ditch.cpp
|
attempt to fix Windows build
|
2016-02-01 12:04:28 +01:00 |
Ditch.h
|
moved low level mutex in Mutex class
|
2016-01-27 15:31:02 +01:00 |
DocumentAccessor.cpp
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |
DocumentAccessor.h
|
smaller datafile markers
|
2016-03-04 02:25:03 +01:00 |
ExampleMatcher.cpp
|
Removed shape from ExampleMatcher. Also TRI_json_t variant is non functional anymore. It is DEPRECATED and will be removed very very soon
|
2016-03-02 15:46:32 +01:00 |
ExampleMatcher.h
|
fixed warning
|
2016-03-02 17:55:02 +01:00 |
FILES.md
|
…
|
|
Graphs.cpp
|
removed file
|
2016-03-04 18:32:54 +01:00 |
Graphs.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
KeyGenerator.cpp
|
constexpr
|
2016-03-04 12:33:59 +01:00 |
KeyGenerator.h
|
renamed and removed
|
2016-03-01 12:34:03 +01:00 |
LOCKS.md
|
…
|
|
MasterPointer.cpp
|
moved TRI_doc_mptr_t into its own file(s)
|
2016-03-04 20:02:55 +01:00 |
MasterPointer.h
|
moved TRI_doc_mptr_t into its own file(s)
|
2016-03-04 20:02:55 +01:00 |
MasterPointers.cpp
|
less dependency on document-collection.h
|
2016-03-04 20:53:17 +01:00 |
MasterPointers.h
|
smaller datafile markers
|
2016-03-04 02:25:03 +01:00 |
Shaper.cpp
|
cleanup
|
2016-02-27 02:44:51 +01:00 |
Shaper.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Traverser.cpp
|
Preparation for multi-direction traversals. As requested in #1683. Internal traverser can now work with one direction per collection. Next: AQL needs to learn this too.
|
2016-01-28 14:07:50 +01:00 |
Traverser.h
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |
VocShaper.cpp
|
made some methods private
|
2016-03-01 15:53:10 +01:00 |
VocShaper.h
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
auth.cpp
|
less dependency on document-collection.h
|
2016-03-04 20:53:17 +01:00 |
auth.h
|
Replaced another TRI_associative with a std::vector for Auth. Also replace TRI_vocbase_auth_cache_t by a proper CXX class VocbaseAuthCache.
|
2016-03-03 11:35:30 +01:00 |
cleanup.cpp
|
made some methods private
|
2016-03-01 15:53:10 +01:00 |
cleanup.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
collection.cpp
|
smaller datafile markers
|
2016-03-04 02:25:03 +01:00 |
collection.h
|
some json removal
|
2016-03-02 17:51:05 +01:00 |
compactor.cpp
|
less dependency on document-collection.h
|
2016-03-04 20:53:17 +01:00 |
compactor.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
datafile.cpp
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
datafile.h
|
constexpr
|
2016-03-04 12:33:59 +01:00 |
document-collection.cpp
|
Fix new call to lookupDocument.
|
2016-03-08 21:41:06 +01:00 |
document-collection.h
|
Remove update polic from document-collection.
|
2016-03-08 21:36:13 +01:00 |
edge-collection.cpp
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |
edge-collection.h
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
replication-applier.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-07 08:11:01 +01:00 |
replication-applier.h
|
less json
|
2016-03-03 17:30:15 +01:00 |
replication-common.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
replication-common.h
|
less json
|
2016-03-03 14:23:39 +01:00 |
replication-dump.cpp
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
replication-dump.h
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
server.cpp
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
server.h
|
cleanup
|
2016-02-27 02:44:51 +01:00 |
shape-accessor.cpp
|
more cleanup
|
2016-02-24 19:19:04 +01:00 |
shape-accessor.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
shaped-json.cpp
|
fixed saving
|
2016-02-29 23:31:21 +01:00 |
shaped-json.h
|
marker changes, unfinished
|
2016-02-26 19:39:17 +01:00 |
transaction.cpp
|
fixed replace
|
2016-03-07 16:49:26 +01:00 |
transaction.h
|
simplifications
|
2016-03-04 17:48:27 +01:00 |
update-policy.h
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
voc-types.h
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-04 18:35:40 +01:00 |
vocbase-defaults.cpp
|
less json
|
2016-03-03 14:23:39 +01:00 |
vocbase-defaults.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
vocbase.cpp
|
fixed replication dump and logger-follow commands
|
2016-03-07 15:21:11 +01:00 |
vocbase.h
|
constexpr
|
2016-03-04 12:33:59 +01:00 |