.. |
AssocMulti.h
|
…
|
|
AssocUnique.h
|
…
|
|
AssociativeArray.h
|
…
|
|
AttributeNameParser.cpp
|
changed error message
|
2015-12-15 13:13:31 +01:00 |
AttributeNameParser.h
|
allow using array indexes without specifying the `[*]` extension
|
2015-11-17 14:03:58 +01:00 |
Barrier.cpp
|
…
|
|
Barrier.h
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
Common.h
|
added implementation for make_unique
|
2015-12-15 13:09:27 +01:00 |
ConditionLocker.cpp
|
…
|
|
ConditionLocker.h
|
…
|
|
ConditionVariable.cpp
|
…
|
|
ConditionVariable.h
|
…
|
|
DataProtector.cpp
|
…
|
|
DataProtector.h
|
…
|
|
DeadlockDetector.h
|
move away from mutex to atomic variables
|
2015-11-05 10:58:35 +01:00 |
Dictionary.h
|
…
|
|
Exceptions.cpp
|
…
|
|
Exceptions.h
|
…
|
|
FileUtils.cpp
|
set cloexec for file descriptors
|
2015-12-15 20:30:28 +01:00 |
FileUtils.h
|
…
|
|
Functor.h
|
…
|
|
InitializeBasics.cpp
|
…
|
|
InitializeBasics.h
|
…
|
|
JsonHelper.cpp
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
JsonHelper.h
|
build fix
|
2015-12-10 10:43:59 +01:00 |
Mutex.cpp
|
…
|
|
Mutex.h
|
…
|
|
MutexLocker.cpp
|
…
|
|
MutexLocker.h
|
…
|
|
Nonce.cpp
|
…
|
|
Nonce.h
|
…
|
|
ProgramOptions.cpp
|
…
|
|
ProgramOptions.h
|
…
|
|
ProgramOptionsDescription.cpp
|
…
|
|
ProgramOptionsDescription.h
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
RandomGenerator.cpp
|
set cloexec for file descriptors
|
2015-12-15 20:30:28 +01:00 |
RandomGenerator.h
|
…
|
|
RandomHeap.h
|
…
|
|
ReadLocker.h
|
switched to template implementations
|
2015-12-14 15:48:40 +01:00 |
ReadUnlocker.h
|
switched to template implementations
|
2015-12-14 15:48:40 +01:00 |
ReadWriteLock.cpp
|
…
|
|
ReadWriteLock.h
|
…
|
|
ReadWriteLockCPP11.h
|
…
|
|
ScopeGuard.h
|
…
|
|
SkipList.h
|
…
|
|
SpinLock.cpp
|
…
|
|
SpinLock.h
|
…
|
|
SpinLocker.cpp
|
…
|
|
SpinLocker.h
|
…
|
|
StringBuffer.h
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
StringUtils.cpp
|
…
|
|
StringUtils.h
|
…
|
|
Thread.cpp
|
…
|
|
Thread.h
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
ThreadPool.cpp
|
…
|
|
ThreadPool.h
|
…
|
|
Traverser.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-12-16 11:44:56 +01:00 |
Utf8Helper.cpp
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
Utf8Helper.h
|
…
|
|
WorkerThread.h
|
…
|
|
WriteLocker.h
|
switched to template implementations
|
2015-12-14 15:48:40 +01:00 |
WriteUnlocker.h
|
switched to template implementations
|
2015-12-14 15:48:40 +01:00 |
application-exit.cpp
|
…
|
|
application-exit.h
|
…
|
|
associative.cpp
|
…
|
|
associative.h
|
…
|
|
conversions.cpp
|
…
|
|
conversions.h
|
…
|
|
csv.cpp
|
…
|
|
csv.h
|
…
|
|
debugging.cpp
|
…
|
|
debugging.h
|
…
|
|
error.cpp
|
…
|
|
error.h
|
…
|
|
errors.dat
|
changed error message
|
2015-12-15 13:13:31 +01:00 |
fasthash.cpp
|
…
|
|
fasthash.h
|
…
|
|
files.cpp
|
set cloexec for file descriptors
|
2015-12-15 20:30:28 +01:00 |
files.h
|
set cloexec for file descriptors
|
2015-12-15 20:30:28 +01:00 |
fpconv.cpp
|
…
|
|
fpconv.h
|
…
|
|
gcd.h
|
…
|
|
hashes.cpp
|
…
|
|
hashes.h
|
…
|
|
init.cpp
|
…
|
|
init.h
|
…
|
|
json-utilities.cpp
|
issue #1409: fix NUL-byte handling
|
2015-12-17 10:54:24 +01:00 |
json-utilities.h
|
…
|
|
json.cpp
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
json.h
|
…
|
|
levenshtein.cpp
|
fix VS warning
|
2015-12-10 21:16:03 +01:00 |
levenshtein.h
|
replaced levenshtein distance implementation
|
2015-12-10 18:43:44 +01:00 |
local-configuration-win.h
|
…
|
|
local-configuration.h.in
|
…
|
|
locks-macos.cpp
|
…
|
|
locks-macos.h
|
…
|
|
locks-posix.cpp
|
…
|
|
locks-posix.h
|
…
|
|
locks-win32.cpp
|
…
|
|
locks-win32.h
|
…
|
|
locks.h
|
…
|
|
logging.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
logging.h
|
…
|
|
make_unique.h
|
added implementation for make_unique
|
2015-12-15 13:09:27 +01:00 |
memory-map-posix.cpp
|
…
|
|
memory-map-posix.h
|
…
|
|
memory-map-win32.cpp
|
…
|
|
memory-map-win32.h
|
…
|
|
memory-map.h
|
…
|
|
memory.cpp
|
…
|
|
memory.h
|
…
|
|
messages.h
|
Fix Hebrew fix.
|
2015-12-21 10:23:54 +01:00 |
mimetypes.cpp
|
…
|
|
mimetypes.dat
|
…
|
|
mimetypes.h
|
…
|
|
operating-system.h
|
fixed Visual Studio build
|
2015-12-16 10:06:42 +01:00 |
powers.h
|
…
|
|
prime-numbers.cpp
|
…
|
|
prime-numbers.h
|
…
|
|
process-utils.cpp
|
…
|
|
process-utils.h
|
…
|
|
random.cpp
|
…
|
|
random.h
|
…
|
|
shell-colors.h
|
…
|
|
socket-utils.cpp
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
socket-utils.h
|
…
|
|
ssl-helper.cpp
|
…
|
|
ssl-helper.h
|
…
|
|
string-buffer.cpp
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
string-buffer.h
|
…
|
|
structures.cpp
|
…
|
|
structures.h
|
…
|
|
system-compiler.h
|
…
|
|
system-functions.cpp
|
…
|
|
system-functions.h
|
…
|
|
terminal-utils-posix.cpp
|
…
|
|
terminal-utils-win32.cpp
|
…
|
|
terminal-utils.cpp
|
…
|
|
terminal-utils.h
|
…
|
|
threads-posix.cpp
|
…
|
|
threads-posix.h
|
…
|
|
threads-win32.cpp
|
…
|
|
threads-win32.h
|
…
|
|
threads.h
|
…
|
|
tri-strings.cpp
|
…
|
|
tri-strings.h
|
…
|
|
tri-zip.cpp
|
…
|
|
tri-zip.h
|
…
|
|
vector.cpp
|
…
|
|
vector.h
|
…
|
|
voc-errors.cpp
|
changed error message
|
2015-12-15 13:13:31 +01:00 |
voc-errors.h
|
changed error message
|
2015-12-15 13:13:31 +01:00 |
voc-mimetypes.cpp
|
…
|
|
voc-mimetypes.h
|
…
|
|
win-utils.cpp
|
…
|
|
win-utils.h
|
…
|
|