..
ArangoGlobalContext.cpp
always look in etc/relative first for config files ( #6049 )
2018-08-03 09:38:08 +02:00
ArangoGlobalContext.h
always look in etc/relative first for config files ( #6049 )
2018-08-03 09:38:08 +02:00
AssocHelpers.h
…
AssocMulti.h
allow master & slave to work in parallel for RocksDB WAL tailing ( #6059 )
2018-08-03 13:37:53 +02:00
AssocMultiHelpers.h
allow master & slave to work in parallel for RocksDB WAL tailing ( #6059 )
2018-08-03 13:37:53 +02:00
AssocUnique.h
allow master & slave to work in parallel for RocksDB WAL tailing ( #6059 )
2018-08-03 13:37:53 +02:00
AssocUniqueHelpers.h
allow master & slave to work in parallel for RocksDB WAL tailing ( #6059 )
2018-08-03 13:37:53 +02:00
AttributeNameParser.cpp
…
AttributeNameParser.h
Feature/efficiency ( #3736 )
2018-01-05 16:51:31 +01:00
CleanupFunctions.cpp
Bug fix/lock file cleanup ( #5960 )
2018-07-24 09:43:15 +02:00
CleanupFunctions.h
Bug fix/always remove lock file ( #6314 )
2018-09-01 12:09:23 +02:00
Common.h
now that we are on c++14 and std::make_unique is available everywhere, we can safely remove our shim for std::make_unique ( #6429 )
2018-09-10 16:19:06 +02:00
ConditionLocker.cpp
Parallelize arangodump ( #4356 )
2018-03-26 15:55:14 +02:00
ConditionLocker.h
issue 427.5: use ApplicationServer reference instead of pointer ( #6145 )
2018-08-15 12:16:02 +03:00
ConditionVariable.cpp
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
ConditionVariable.h
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
ConditionalDeleter.h
…
DataProtector.cpp
ASAN runtime errors
2017-04-28 11:57:20 +02:00
DataProtector.h
remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … ( #3817 )
2017-12-06 18:43:49 +01:00
DeadlockDetector.h
Deadlock detection uses TransactionID instead of Thread ID ( #4787 )
2018-03-09 18:35:38 +01:00
Endian.h
fix some issues reported by codescan ( #7195 )
2018-11-02 19:04:39 +01:00
EnumIterator.h
…
Exceptions.cpp
cleanup ( #7597 )
2018-12-03 16:17:45 +01:00
Exceptions.h
cleanup ( #7597 )
2018-12-03 16:17:45 +01:00
FileResult.h
…
FileResultString.h
…
FileUtils.cpp
fix path normalization for Windows ( #7566 )
2018-11-30 16:21:30 +01:00
FileUtils.h
do not copy node_modules directory on startup ( #6945 )
2018-10-22 16:43:13 +02:00
FixedSizeAllocator.h
fix define name
2018-11-12 09:49:22 +01:00
FloatingPoint.h
Bug fix/fixes 0409 ( #3199 )
2017-09-04 18:04:05 +02:00
HybridLogicalClock.cpp
…
HybridLogicalClock.h
Bug fix/replication improvements ( #5962 )
2018-07-25 09:04:50 +02:00
IndexBucket.h
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
LdapUrlParser.cpp
forward-port LDAP changes ( #4766 )
2018-03-06 22:32:53 +01:00
LdapUrlParser.h
forward-port LDAP changes ( #4766 )
2018-03-06 22:32:53 +01:00
LocalTaskQueue.cpp
revert Scheduler changes
2018-11-26 09:57:53 +01:00
LocalTaskQueue.h
Using asio::io_context::strands instead of locks ( #5266 )
2018-05-07 15:58:19 +02:00
Locking.h
…
LruCache.h
rather use null-pointers than try/catch for control flow ( #7271 )
2018-11-08 16:27:44 +01:00
Mutex.cpp
Changes for libmusl compilation. ( #4294 )
2018-01-16 09:22:45 +01:00
Mutex.h
fix premature unlock ( #3802 )
2017-12-13 13:27:42 +01:00
MutexLocker.h
fix small issues found by cov-build ( #2746 )
2017-07-07 12:36:11 +02:00
MutexUnlocker.h
fix some issues found by coverity code scan ( #3256 )
2017-09-21 10:26:59 +02:00
Nonce.cpp
dont use memory for nonces if not needed ( #5638 )
2018-06-20 14:28:41 +02:00
Nonce.h
dont use memory for nonces if not needed ( #5638 )
2018-06-20 14:28:41 +02:00
NumberUtils.h
added __attribute__((unused)) and other minor tweaks to silence some of the warnings ( #6035 )
2018-08-01 13:22:45 +02:00
PerformanceLogScope.h
…
ReadLocker.h
Bug fix/refactor read write locks ( #5215 )
2018-05-24 21:18:00 +02:00
ReadUnlocker.h
Feature/misc spelling corrections ( #5164 )
2018-07-13 13:06:20 +02:00
ReadWriteLock.cpp
Bug fix/refactor read write locks ( #5215 )
2018-05-24 21:18:00 +02:00
ReadWriteLock.h
update copyright, use uin32_t everywhere
2018-07-18 23:43:44 +02:00
ReadWriteSpinLock.h
Address leak sanitizer warnings ( #6275 )
2018-09-10 12:10:55 +02:00
Result.cpp
Feature/optimizations 211018 ( #6994 )
2018-10-23 09:57:24 +02:00
Result.h
Minor refactoring ( #7408 )
2018-11-22 16:16:05 +01:00
RocksDBLogger.cpp
Bug fix/issues 1708 ( #3060 )
2017-08-17 21:48:27 +02:00
RocksDBLogger.h
Feature/misc spelling corrections ( #5164 )
2018-07-13 13:06:20 +02:00
RocksDBUtils.cpp
remove TRI_ERROR_ARANGO_VIEW_NOT_FOUND, rename TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND to TRI_ERROR_ARNANGO_DATA_SOURCE_NOT_FOUND
2018-03-17 19:36:14 +03:00
RocksDBUtils.h
finalize `--rocksdb.sync-interval` feature ( #5856 )
2018-07-17 11:09:57 +02:00
RollingVector.h
Bug fix/refactor query optimizer ( #7228 )
2018-11-05 18:30:12 +01:00
SameThreadAsserter.h
…
ScopeGuard.h
Propper commit Sequence Numbers ( #6958 ) ( #6964 )
2018-10-19 14:19:57 +02:00
SharedAtomic.h
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
SharedCounter.h
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
SharedPRNG.cpp
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
SharedPRNG.h
fix clang warnings
2017-09-01 12:08:31 +02:00
SmallVector.h
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
StaticStrings.cpp
Bug fix/synchronous replication catchup ( #7146 )
2018-11-23 16:16:34 +01:00
StaticStrings.h
Bug fix/synchronous replication catchup ( #7146 )
2018-11-23 16:16:34 +01:00
StringBuffer.cpp
Reuse buffers for HttpResponse ( #3433 )
2017-10-30 17:30:36 +01:00
StringBuffer.h
Bug fix/aql speedup ( #7379 )
2018-11-20 16:07:40 +01:00
StringHeap.cpp
…
StringHeap.h
…
StringRef.cpp
…
StringRef.h
const-expressify some VPack functions ( #6993 )
2018-10-23 11:32:46 +02:00
StringUtils.cpp
Bug fix/use lock for pregel stats ( #7499 )
2018-11-28 18:39:27 +01:00
StringUtils.h
remove some unused StringUtils functions ( #7402 )
2018-11-22 09:41:47 +01:00
Thread.cpp
don't fiddle with thread structs that were not initialized yet ( #6980 )
2018-10-23 09:53:11 +02:00
Thread.h
don't fiddle with thread structs that were not initialized yet ( #6980 )
2018-10-23 09:53:11 +02:00
TimedAction.h
Bug fix/fixes 0211 ( #3568 )
2017-11-09 12:48:15 +01:00
Utf8Helper.cpp
Feature/improvements 031018 ( #6712 )
2018-10-04 15:10:54 +02:00
Utf8Helper.h
Feature/improvements 031018 ( #6712 )
2018-10-04 15:10:54 +02:00
VERSION.in
…
VPackStringBufferAdapter.h
…
VelocyPackDumper.cpp
fixed minor several compiler complaints ( #5406 )
2018-05-23 11:50:00 +02:00
VelocyPackDumper.h
…
VelocyPackHelper.cpp
remove OpenFilesTracker ( #7189 )
2018-11-02 11:38:38 +01:00
VelocyPackHelper.h
Bug fix/aql modify cleanup ( #6380 )
2018-09-11 08:54:45 +02:00
WriteLocker.h
Bug fix/refactor read write locks ( #5215 )
2018-05-24 21:18:00 +02:00
WriteUnlocker.h
Feature/misc spelling corrections ( #5164 )
2018-07-13 13:06:20 +02:00
application-exit.cpp
Bug fix/always remove lock file ( #6314 )
2018-09-01 12:09:23 +02:00
application-exit.h
…
asio_ns.h
Feature/remove event loop ( #5565 )
2018-06-11 11:46:17 +02:00
build-date.h.in
…
build-repository.h.in
…
build.h.in
…
conversions.cpp
Bug fix/fixes 111018 ( #6843 )
2018-10-12 12:51:11 +02:00
conversions.h
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
cpu-relax.h
fixes for MSVC
2017-09-01 13:24:44 +02:00
crc1.S
…
crc4.S
…
crc5.S
Further fixes for libmusl completely static build. ( #4474 )
2018-02-01 13:38:34 +01:00
csv.cpp
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
csv.h
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
datetime.cpp
fix date test
2018-05-16 16:20:45 +02:00
datetime.h
avoid redundant creation of the same regexes ( #5343 )
2018-05-14 17:36:22 +02:00
debugging.cpp
Bug fix/forward port missing changes ( #7706 )
2018-12-10 12:51:20 +01:00
debugging.h
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
directories.h.in
remove unused defines from directories.h.in ( #5407 )
2018-05-22 11:32:46 +02:00
encoding.h
…
error.cpp
Bug fix/replication improvements ( #5962 )
2018-07-25 09:04:50 +02:00
error.h
Bug fix/replication improvements ( #5962 )
2018-07-25 09:04:50 +02:00
errors.dat
Make recovery more reliable ( #7297 )
2018-11-19 13:59:18 +01:00
exitcodes.cpp
Improve windows installer ( #6045 )
2018-08-17 12:37:47 +02:00
exitcodes.dat
Improve windows installer ( #6045 )
2018-08-17 12:37:47 +02:00
exitcodes.h
Improve windows installer ( #6045 )
2018-08-17 12:37:47 +02:00
fasthash.cpp
Bug fix/fix compilation with gxx7 ( #3637 )
2017-11-10 16:00:57 +01:00
fasthash.h
Feature/mmfiles hash lookup performance ( #3265 )
2017-09-26 14:48:06 +02:00
files.cpp
add some debug information in case temp directory cannot be created
2018-11-10 23:13:36 +01:00
files.h
Feature/windows utf16 fileaccess ( #6534 )
2018-09-24 19:41:17 +02:00
fpconv.cpp
…
fpconv.h
…
gcd.h
…
hashes.cpp
fixed issue #2490
2017-05-22 09:40:08 +02:00
hashes.h
honor unaligned memory access issues
2017-05-03 11:05:51 +02:00
json.cpp
Feature/misc spelling corrections ( #5164 )
2018-07-13 13:06:20 +02:00
json.h
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
levenshtein.cpp
…
levenshtein.h
…
locks-posix.cpp
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
locks-posix.h
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
locks-win32.cpp
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
locks-win32.h
fix warning
2018-07-23 14:59:05 +02:00
locks.h
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
memory-map-posix.cpp
improve startup resilience in case there are datafile errors ( #4975 )
2018-04-03 17:32:30 +02:00
memory-map-posix.h
try to make it work on older Linux kernels (pre 3.4) ( #2642 )
2017-06-22 14:23:04 +02:00
memory-map-win32.cpp
fix potential duplicate closing of typed buffer ( #3587 )
2017-11-07 10:27:51 +01:00
memory-map-win32.h
do not include our datafiles in core files ( #2630 )
2017-06-22 12:34:27 +02:00
memory-map.h
modify msync code so that only base address is page-aligned ( #6585 )
2018-09-25 09:37:03 +02:00
memory.cpp
remove now obsolete remainders of memory management functions ( #3820 )
2017-12-06 18:43:34 +01:00
memory.h
remove now obsolete remainders of memory management functions ( #3820 )
2017-12-06 18:43:34 +01:00
messages.h
Update messages.h ( #7360 )
2018-11-19 09:17:33 +01:00
mimetypes.cpp
clean up generator code ( #4191 )
2018-01-02 15:26:06 +01:00
mimetypes.dat
…
mimetypes.h
clean up generator code ( #4191 )
2018-01-02 15:26:06 +01:00
operating-system.h
Fix recovery tests on MacOS ( #6610 )
2018-09-27 18:52:28 +02:00
powers.h
…
prime-numbers.cpp
…
prime-numbers.h
…
process-utils.cpp
wait for procdump to exit too. ( #7731 )
2018-12-12 18:06:08 +01:00
process-utils.h
wait for procdump to exit too. ( #7731 )
2018-12-12 18:06:08 +01:00
short_alloc.h
…
socket-utils.cpp
Bug fix/cleanup 2305 ( #5437 )
2018-05-23 15:45:55 +02:00
socket-utils.h
fix warning
2017-04-27 15:51:19 +02:00
splitmix64.h
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
system-compiler.h
added __attribute__((unused)) and other minor tweaks to silence some of the warnings ( #6035 )
2018-08-01 13:22:45 +02:00
system-functions.cpp
Bug fix/cleanup 2305 ( #5437 )
2018-05-23 15:45:55 +02:00
system-functions.h
merge in cpp & js from 3.1.18 yet to do tests
2017-04-21 15:41:05 +02:00
terminal-utils-posix.cpp
terminal codes
2017-09-28 22:23:54 +02:00
terminal-utils-win32.cpp
terminal codes
2017-09-28 22:23:54 +02:00
terminal-utils.cpp
Feature/async failover ( #3451 )
2017-10-18 23:59:29 +02:00
terminal-utils.h
terminal codes
2017-09-28 22:23:54 +02:00
threads-posix.cpp
Bug fix/meierloch ( #5895 )
2018-07-17 11:39:50 +02:00
threads-posix.h
…
threads-win32.cpp
Bug fix/fix thread shutdown ( #7728 )
2018-12-11 22:18:33 +01:00
threads-win32.h
…
threads.h
Bug fix/scheduler delete ( #3077 )
2017-08-25 12:00:17 +02:00
tri-strings.cpp
speed up query string parsing ( #7115 )
2018-10-29 15:45:42 +01:00
tri-strings.h
speed up query string parsing ( #7115 )
2018-10-29 15:45:42 +01:00
tri-zip.cpp
Feature/windows utf16 fileaccess ( #6534 )
2018-09-24 19:41:17 +02:00
tri-zip.h
fix adler32 function
2017-05-18 15:40:35 +02:00
vector.cpp
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
vector.h
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
voc-errors.cpp
Make recovery more reliable ( #7297 )
2018-11-19 13:59:18 +01:00
voc-errors.h
Make recovery more reliable ( #7297 )
2018-11-19 13:59:18 +01:00
voc-mimetypes.cpp
…
voc-mimetypes.h
…
win-utils.cpp
Bug fix/forward port missing changes ( #7706 )
2018-12-10 12:51:20 +01:00
win-utils.h
Upgrade old MMFiles collections for compatibility with ArangoSearch. ( #7248 )
2018-11-07 15:52:37 +01:00
xoroshiro128plus.h
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +02:00
xxhash.cpp
Bug fix/cleanup after cppcheck ( #3639 )
2017-11-10 13:53:28 +01:00
xxhash.h
…