.. |
ArangoGlobalContext.cpp
|
Fix missing include; thanks to @servusoft for pointing this out.
|
2016-07-11 15:39:10 +02:00 |
ArangoGlobalContext.h
|
don't log client tool errors to Windows event log
|
2016-07-06 12:30:02 +02:00 |
AssocMulti.h
|
fixed array index batch insertion issue
|
2016-07-13 11:32:39 +02:00 |
AssocUnique.h
|
remove unused JsonHelper includes
|
2016-07-18 13:52:08 +02:00 |
AttributeNameParser.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 09:42:10 +01:00 |
AttributeNameParser.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Barrier.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 09:42:10 +01:00 |
Barrier.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
BloomFilter.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Common.h
|
added cmath for GCC 5.4
|
2016-06-08 21:40:21 +02:00 |
ConditionLocker.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
ConditionLocker.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ConditionVariable.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
ConditionVariable.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ConditionalDeleter.h
|
potential performance optimizations
|
2016-06-23 14:47:44 +02:00 |
DataProtector.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
DataProtector.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
DeadlockDetector.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Exceptions.cpp
|
global exception catch block
|
2016-04-26 23:23:06 +02:00 |
Exceptions.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
FileUtils.cpp
|
Fix isSubdir on windows
|
2016-06-06 10:49:40 +02:00 |
FileUtils.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
HybridLogicalClock.cpp
|
fixed epoch computation
|
2016-08-01 13:43:30 +02:00 |
HybridLogicalClock.h
|
fixed epoch computation
|
2016-08-01 13:43:30 +02:00 |
JsonHelper.cpp
|
removal of some JSON
|
2016-04-12 18:21:11 +02:00 |
JsonHelper.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Mutex.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
Mutex.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
MutexLocker.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
MutexLocker.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Nonce.cpp
|
fixed crash in nonce handling
|
2016-06-21 11:35:34 +02:00 |
Nonce.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ReadLocker.h
|
changed lock type
|
2016-05-25 15:18:56 +02:00 |
ReadUnlocker.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ReadWriteLock.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
ReadWriteLock.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ReadWriteLockCPP11.cpp
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ReadWriteLockCPP11.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ScopeGuard.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
ShortestPathFinder.h
|
Fixed a bug in SHORTEST_PATH using a distance attribute. In some cases the computed path was not correct.
|
2016-06-27 16:57:47 +02:00 |
SkipList.h
|
remove unused JsonHelper includes
|
2016-07-18 13:52:08 +02:00 |
SmallVector.h
|
added SmallVector optimization
|
2016-05-31 11:10:11 +02:00 |
StaticStrings.cpp
|
Merge branch 'HLC' into devel
|
2016-07-13 12:52:33 +02:00 |
StaticStrings.h
|
Merge branch 'HLC' into devel
|
2016-07-13 12:52:33 +02:00 |
StringBuffer.cpp
|
various AQL changes
|
2016-05-23 17:10:15 +02:00 |
StringBuffer.h
|
various AQL changes
|
2016-05-23 17:10:15 +02:00 |
StringHeap.cpp
|
renamed CharLengthPair to StringRef
|
2016-06-15 19:33:08 +02:00 |
StringHeap.h
|
renamed CharLengthPair to StringRef
|
2016-06-15 19:33:08 +02:00 |
StringRef.h
|
prevent VS warnings
|
2016-06-28 17:16:48 +02:00 |
StringUtils.cpp
|
don't copy
|
2016-06-07 23:08:43 +02:00 |
StringUtils.h
|
don't copy
|
2016-06-07 23:08:43 +02:00 |
Thread.cpp
|
attempt to finish startup order
|
2016-04-27 22:54:29 +02:00 |
Thread.h
|
attempt to finish startup order
|
2016-04-27 22:54:29 +02:00 |
ThreadPool.cpp
|
changed to new Thread interface
|
2016-02-17 22:19:37 +01:00 |
ThreadPool.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
Timers.cpp
|
micro optimizations
|
2016-04-23 16:23:15 +02:00 |
Timers.h
|
added timers
|
2016-04-28 12:48:02 +02:00 |
Utf8Helper.cpp
|
potential performance optimizations
|
2016-06-23 14:47:44 +02:00 |
Utf8Helper.h
|
potential performance optimizations
|
2016-06-23 14:47:44 +02:00 |
VERSION.in
|
removed old files
|
2016-02-19 12:26:26 +01:00 |
VPackStringBufferAdapter.h
|
added fillBody
|
2016-05-13 15:14:44 +02:00 |
VelocyPackDumper.cpp
|
escape Unicode characters in JSON dumps
|
2016-06-29 12:53:08 +02:00 |
VelocyPackDumper.h
|
escape Unicode characters in JSON dumps
|
2016-06-29 12:53:08 +02:00 |
VelocyPackHelper.cpp
|
escape Unicode characters in JSON dumps
|
2016-06-29 12:53:08 +02:00 |
VelocyPackHelper.h
|
Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals.
|
2016-07-12 14:46:24 +02:00 |
WorkDescription.h
|
WIP
|
2016-05-21 21:58:42 +02:00 |
WorkItem.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
WorkMonitor.cpp
|
WIP
|
2016-05-22 21:08:37 +02:00 |
WorkMonitor.h
|
WIP
|
2016-05-22 21:08:37 +02:00 |
WorkMonitorDummy.cpp
|
WIP
|
2016-05-22 21:08:37 +02:00 |
WorkerThread.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
WriteLocker.h
|
added unlock() methods
|
2016-05-17 19:52:17 +02:00 |
WriteUnlocker.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
application-exit.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
application-exit.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
build-date.h.in
|
moved build date to file build-date.h.in
|
2016-03-05 09:49:31 +01:00 |
build.h.in
|
moved build date to file build-date.h.in
|
2016-03-05 09:49:31 +01:00 |
conversions.cpp
|
WIP
|
2016-04-15 22:09:55 -07:00 |
conversions.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
crc1.S
|
.S files must be in capital case to have preprocessor handle them
|
2016-05-12 15:20:14 +00:00 |
crc4.S
|
.S files must be in capital case to have preprocessor handle them
|
2016-05-12 15:20:14 +00:00 |
csv.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
csv.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
debugging.cpp
|
attempt to finish startup order
|
2016-04-27 22:54:29 +02:00 |
debugging.h
|
attempt to finish startup order
|
2016-04-27 22:54:29 +02:00 |
error.cpp
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
error.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
errors.dat
|
ERROR_APPLICATION_* -> ERROR_SERVICE_*
|
2016-06-17 20:02:25 +02:00 |
fasthash.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
fasthash.h
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
files.cpp
|
ignore revision ids
|
2016-07-12 13:54:41 +02:00 |
files.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
fpconv.cpp
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
fpconv.h
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
gcd.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
hashes.cpp
|
constexpr
|
2016-05-10 17:14:18 +02:00 |
hashes.h
|
constexpr
|
2016-05-10 17:14:18 +02:00 |
json-utilities.cpp
|
try to fix potential crashes
|
2016-06-14 16:41:00 +02:00 |
json-utilities.h
|
removed unused code
|
2016-05-10 16:04:10 +02:00 |
json.cpp
|
try to fix potential crashes
|
2016-06-14 16:41:00 +02:00 |
json.h
|
try to fix potential crashes
|
2016-06-14 16:41:00 +02:00 |
levenshtein.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
levenshtein.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
local-configuration-win.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
locks-posix.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
locks-posix.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
locks-win32.cpp
|
use Logger
|
2016-01-30 00:08:35 +01:00 |
locks-win32.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
locks.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
make_unique.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
memory-map-posix.cpp
|
more diagnoses
|
2016-05-04 21:49:44 +02:00 |
memory-map-posix.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
memory-map-win32.cpp
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
memory-map-win32.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
memory-map.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
memory.cpp
|
try to fix potential crashes
|
2016-06-14 16:41:00 +02:00 |
memory.h
|
micro optimizations
|
2016-05-01 00:03:23 +02:00 |
messages.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
mimetypes.cpp
|
simplifications
|
2016-03-04 02:25:18 +01:00 |
mimetypes.dat
|
…
|
|
mimetypes.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
operating-system.h
|
added thread affinity for MacOSX
|
2016-07-27 22:29:59 +02:00 |
powers.h
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
prime-numbers.cpp
|
cppcheck
|
2016-05-10 20:13:55 +02:00 |
prime-numbers.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
process-utils.cpp
|
Try to fix a shutdown memory leak.
|
2016-05-27 00:10:07 +02:00 |
process-utils.h
|
two unused typedefs less
|
2016-06-15 22:40:31 +02:00 |
shell-colors.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
short_alloc.h
|
added SmallVector optimization
|
2016-05-31 11:10:11 +02:00 |
socket-utils.cpp
|
splitted HttpRequest into GeneralRequest/HttpRequest
|
2016-03-31 11:45:21 +02:00 |
socket-utils.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
structures.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
structures.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
system-compiler.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
system-functions.cpp
|
added thread affinity for MacOSX
|
2016-07-27 22:29:59 +02:00 |
system-functions.h
|
various AQL changes
|
2016-05-23 17:10:15 +02:00 |
terminal-utils-posix.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
terminal-utils-win32.cpp
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
terminal-utils.cpp
|
fixed ifdef
|
2016-07-07 11:41:45 +02:00 |
terminal-utils.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
threads-posix.cpp
|
added thread affinity for MacOSX
|
2016-07-27 22:29:59 +02:00 |
threads-posix.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
threads-win32.cpp
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
threads-win32.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
threads.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
tri-strings.cpp
|
issue #1936
|
2016-07-11 09:57:30 +02:00 |
tri-strings.h
|
potential performance optimizations
|
2016-06-23 14:47:44 +02:00 |
tri-zip.cpp
|
WIP
|
2016-04-16 20:29:33 -07:00 |
tri-zip.h
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
vector.cpp
|
delete TRI_vector_pointer
|
2016-06-07 23:08:53 +02:00 |
vector.h
|
delete TRI_vector_pointer
|
2016-06-07 23:08:53 +02:00 |
voc-errors.cpp
|
ERROR_APPLICATION_* -> ERROR_SERVICE_*
|
2016-06-17 20:02:25 +02:00 |
voc-errors.h
|
ERROR_APPLICATION_* -> ERROR_SERVICE_*
|
2016-06-17 20:02:25 +02:00 |
voc-mimetypes.cpp
|
updated cleanupCFiles
|
2016-04-23 16:34:57 -07:00 |
voc-mimetypes.h
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
win-utils.cpp
|
removed some unused Windows code remainders
|
2016-06-07 23:08:18 +02:00 |
win-utils.h
|
removed some unused Windows code remainders
|
2016-06-07 23:08:18 +02:00 |
xxhash.cpp
|
added xxHash
|
2016-05-02 13:46:03 +02:00 |
xxhash.h
|
added xxHash
|
2016-05-02 13:46:03 +02:00 |