1
0
Fork 0
arangodb/lib/Basics
Jan Steemann 775292224a don't leak lockfile descriptor at shutdown
the descriptor will be freed by the OS anyway at shutdown, but fixing this will make the leak disappear from the Valgrind output
2015-09-17 18:02:59 +02:00
..
AssocMulti.h Fixed the resizing of AssocUnique. It was different from AssocMulti which cased the nonUnique index to be faster than the unique one 2015-09-08 11:48:57 +02:00
AssocUnique.h Fixed the resizing of AssocUnique. It was different from AssocMulti which cased the nonUnique index to be faster than the unique one 2015-09-08 11:48:57 +02:00
AssociativeArray.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
AttributeNameParser.cpp cppcheck 2015-08-26 21:36:44 +02:00
AttributeNameParser.h cppcheck 2015-08-26 21:36:44 +02:00
Barrier.cpp
Barrier.h
Common.h remove CONST_CAST helper 2015-08-17 12:43:11 +02:00
ConditionLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
ConditionLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
ConditionVariable.cpp
ConditionVariable.h moved dispatcher to atomic 2015-07-23 15:40:34 +02:00
DataProtector.cpp More Americanization 2015-09-03 22:25:43 +02:00
DataProtector.h More Americanization 2015-09-03 22:25:43 +02:00
Dictionary.h
Exceptions.cpp
Exceptions.h
FileUtils.cpp fix VS build 2015-08-19 12:37:34 +02:00
FileUtils.h
Functor.h
InitializeBasics.cpp Fix some more typos 2015-09-05 17:18:04 +02:00
InitializeBasics.h Fix some more typos 2015-09-05 17:18:04 +02:00
JsonHelper.cpp Fix grammer in docu 2015-06-24 17:42:39 +02:00
JsonHelper.h pass function arguments by reference 2015-06-16 18:01:45 +02:00
Mutex.cpp
Mutex.h
MutexLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
MutexLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
Nonce.cpp
Nonce.h
ProgramOptions.cpp
ProgramOptions.h
ProgramOptionsDescription.cpp
ProgramOptionsDescription.h
RandomGenerator.cpp use unique_ptr 2015-09-03 13:53:50 +02:00
RandomGenerator.h
RandomHeap.h
ReadLocker.cpp casts for Windows 2015-07-21 18:57:56 +02:00
ReadLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
ReadUnlocker.cpp remove useless header inclusions 2015-07-15 21:47:50 +02:00
ReadUnlocker.h remove useless header inclusions 2015-07-15 21:47:50 +02:00
ReadWriteLock.cpp more cxx 2015-07-20 18:42:02 +02:00
ReadWriteLock.h more cxx 2015-07-20 18:42:02 +02:00
ReadWriteLockCPP11.h
ScopeGuard.h
SkipList.h More Americanization 2015-09-03 22:25:43 +02:00
SpinLock.cpp add SpinLock and SpinLocker, unified other Lockers 2015-07-15 21:22:00 +02:00
SpinLock.h add SpinLock and SpinLocker, unified other Lockers 2015-07-15 21:22:00 +02:00
SpinLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
SpinLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
StringBuffer.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
StringUtils.cpp
StringUtils.h
Thread.cpp More Americanization 2015-09-03 22:25:43 +02:00
Thread.h More Americanization 2015-09-03 22:25:43 +02:00
ThreadPool.cpp
ThreadPool.h speed up initial edge index creation 2015-08-03 18:27:50 +02:00
Traverser.h Fixed failing failure-tests 2015-07-28 13:21:54 +02:00
Utf8Helper.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
Utf8Helper.h added function to create an ICU RegexMatcher 2015-08-03 23:57:26 +02:00
WorkerThread.h
WriteLocker.cpp casts for Windows 2015-07-21 18:57:56 +02:00
WriteLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
WriteUnlocker.cpp remove useless header inclusions 2015-07-15 21:47:50 +02:00
WriteUnlocker.h remove useless header inclusions 2015-07-15 21:47:50 +02:00
application-exit.cpp
application-exit.h
associative.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
associative.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
conversions.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
conversions.h some unused function cleanup 2015-08-17 12:43:09 +02:00
csv.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
csv.h some unused function cleanup 2015-08-17 12:43:09 +02:00
debugging.cpp lol self 2015-09-08 15:16:10 +02:00
debugging.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
delete_object.h
error.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
error.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
errors.dat fixed incremental sync method 2015-09-14 17:44:12 +02:00
fasthash.cpp
fasthash.h
files.cpp don't leak lockfile descriptor at shutdown 2015-09-17 18:02:59 +02:00
files.h Merge branch 'american-english' of https://github.com/CoDEmanX/ArangoDB into devel 2015-09-02 13:14:49 +02:00
fpconv.cpp
fpconv.h
gcd.h
hashes.cpp More Americanization 2015-09-03 22:25:43 +02:00
hashes.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
init.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
init.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
json-utilities.cpp fixed invalidation with index creation etc., adjusted tests 2015-06-25 23:40:31 +02:00
json-utilities.h simplifications 2015-06-10 11:53:31 +02:00
json.cpp issue #1409: Document values with null character truncated with 2.6.2 on Windows 2015-07-13 12:45:13 +02:00
json.h simplifications 2015-06-10 11:53:31 +02:00
levenshtein.cpp
levenshtein.h
local-configuration-win.h removed configure options `--enable-timing` and `--enable-figures` 2015-07-21 18:47:43 +02:00
local-configuration.h.in more version information (readline version, tcmalloc usage) 2015-08-12 21:38:50 +02:00
locks-macos.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
locks-macos.h
locks-posix.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
locks-posix.h
locks-win32.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
locks-win32.h
locks.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
logging.cpp More Americanization 2015-09-03 22:25:43 +02:00
logging.h More Americanization 2015-09-03 22:25:43 +02:00
memory-map-posix.cpp fix compiler warnings on 32bit 2015-09-02 14:13:27 +02:00
memory-map-posix.h Add "sensible" madvise calls. 2015-08-26 16:45:26 +02:00
memory-map-win32.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
memory-map-win32.h Add "sensible" madvise calls. 2015-08-26 16:45:26 +02:00
memory-map.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
memory.cpp no additional memory allocations in maintainer mode, no zone comparisons on free 2015-09-03 13:15:49 +02:00
memory.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
messages.h
mimetypes.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
mimetypes.dat
mimetypes.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
operating-system.h More Americanization 2015-09-03 22:25:43 +02:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
process-utils.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
random.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
random.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
shell-colors.h
socket-utils.cpp remove unused function 2015-08-13 16:34:55 +02:00
socket-utils.h remove unused function 2015-08-13 16:34:55 +02:00
ssl-helper.cpp
ssl-helper.h
string-buffer.cpp use table lookups for JSON escaping 2015-09-16 01:18:57 +02:00
string-buffer.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
structures.cpp removed uncalled functions 2015-08-12 19:46:25 +02:00
structures.h removed uncalled functions 2015-08-12 19:46:25 +02:00
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 More Americanization 2015-09-03 22:25:43 +02:00
threads-posix.h
threads-win32.cpp More Americanization 2015-09-03 22:25:43 +02:00
threads-win32.h
threads.h More Americanization 2015-09-03 22:25:43 +02:00
tri-strings.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
tri-strings.h some unused function cleanup 2015-08-17 12:43:09 +02:00
tri-zip.cpp
tri-zip.h
vector.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
vector.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
voc-errors.cpp fixed incremental sync method 2015-09-14 17:44:12 +02:00
voc-errors.h fixed incremental sync method 2015-09-14 17:44:12 +02:00
voc-mimetypes.cpp Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
voc-mimetypes.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
win-utils.cpp More Americanization 2015-09-03 22:25:43 +02:00
win-utils.h More Americanization 2015-09-03 22:25:43 +02:00
xxhash.cpp More Americanization 2015-09-03 22:25:43 +02:00
xxhash.h