1
0
Fork 0
arangodb/lib/Basics
Jan fd1ebd2ee9
remove unused defines from directories.h.in (#5407)
2018-05-22 11:32:46 +02:00
..
ArangoGlobalContext.cpp Stack size at least 8MB on libmusl. (#4529) 2018-02-09 15:03:18 +01:00
ArangoGlobalContext.h Upgrade V8 2017-01-30 12:30:07 +01:00
AssocHelpers.h cleaned up macros a bit 2017-01-25 17:50:23 +01:00
AssocMulti.h Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
AssocMultiHelpers.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
AssocUnique.h Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
AssocUniqueHelpers.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
AttributeNameParser.cpp improve error messages when trying to create indices 2017-03-06 19:10:46 +01:00
AttributeNameParser.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Common.h speed up replication (#5226) 2018-05-14 18:32:26 +02:00
ConditionLocker.cpp Parallelize arangodump (#4356) 2018-03-26 15:55:14 +02:00
ConditionLocker.h Parallelize arangodump (#4356) 2018-03-26 15:55:14 +02:00
ConditionVariable.cpp shutdown quicker on db server and coordinator heartbeat threads (#5114) 2018-04-20 15:00:08 +02:00
ConditionVariable.h shutdown quicker on db server and coordinator heartbeat threads (#5114) 2018-04-20 15:00:08 +02:00
ConditionalDeleter.h potential performance optimizations 2016-06-23 14:47:44 +02:00
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 S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
EnumIterator.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
Exceptions.cpp Bug fix/fix mac wincompile (#4799) 2018-03-09 15:51:54 +01:00
Exceptions.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
FileResult.h simplification: FileResult does only support ok, no additional result 2017-03-08 13:01:20 +01:00
FileResultString.h simplification: FileResult does only support ok, no additional result 2017-03-08 13:01:20 +01:00
FileUtils.cpp make arangovpack work without any config file specified (#5224) 2018-04-30 18:33:42 +02:00
FileUtils.h added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
FixedSizeAllocator.h use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
FloatingPoint.h Bug fix/fixes 0409 (#3199) 2017-09-04 18:04:05 +02:00
HybridLogicalClock.cpp visual studio 2016-08-02 11:46:44 +02:00
HybridLogicalClock.h Change undocumented behaviour in case of invalid rev in JS document ops. 2017-02-08 10:59:04 +01: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 Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
LocalTaskQueue.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
Locking.h clean up write lockers a bit 2017-02-16 15:44:45 +01:00
LruCache.h Implement cluster authentication 2016-10-17 13:35:55 +02: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 remove logging for non-topics 2017-02-10 09:32:50 +01:00
Nonce.h
NumberUtils.h fix left shift of signed values 2018-05-19 21:59:04 +02:00
OpenFilesTracker.cpp warn before we run out of file descriptors 2017-03-29 02:35:46 +02:00
OpenFilesTracker.h warn before we run out of file descriptors 2017-03-29 02:35:46 +02:00
PerformanceLogScope.h simplified performance logging 2017-02-27 22:22:41 +01:00
ReadLocker.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ReadUnlocker.h Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
ReadWriteLock.cpp Bug fix/restore unlock (#4387) 2018-01-25 15:56:27 +01:00
ReadWriteLock.h remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
ReadWriteSpinLock.h Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
Result.h Bug fix/issues 2308 (#3117) 2017-08-24 14:47:22 +02:00
RocksDBLogger.cpp Bug fix/issues 1708 (#3060) 2017-08-17 21:48:27 +02:00
RocksDBLogger.h enable rocksdb logger 2017-05-12 12:03:54 +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 improve rocksdb logging (#3613) 2017-11-11 19:35:27 +01:00
RollingVector.h replace expensive std::deques with much simpler RollingVectors 2017-02-06 23:23:18 +01:00
SameThreadAsserter.h ensure that JobGuards are started and ended in the same thread 2017-02-27 22:41:58 +01: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 issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
StaticStrings.h issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
StringBuffer.cpp Reuse buffers for HttpResponse (#3433) 2017-10-30 17:30:36 +01:00
StringBuffer.h Feature/async failover (#3451) 2017-10-18 23:59:29 +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.cpp simplifications 2017-03-02 22:20:51 +01:00
StringRef.h performance optimizations 2016-11-09 14:46:50 +01:00
StringUtils.cpp retire some old string functions, and make encode/decodeHex copy less data around (#5313) 2018-05-14 10:06:45 +02:00
StringUtils.h retire some old string functions, and make encode/decodeHex copy less data around (#5313) 2018-05-14 10:06:45 +02:00
Thread.cpp Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
Thread.h Rest middleware refactoring (#5332) 2018-05-14 17:43:10 +02:00
TimedAction.h Bug fix/fixes 0211 (#3568) 2017-11-09 12:48:15 +01:00
Utf8Helper.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Utf8Helper.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
VERSION.in
VPackStringBufferAdapter.h added fillBody 2016-05-13 15:14:44 +02:00
VelocyPackDumper.cpp fixed issue #2018 2016-08-24 17:33:49 +02:00
VelocyPackDumper.h escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
VelocyPackHelper.cpp Simple dump speedup (#5298) 2018-05-09 12:51:04 +02:00
VelocyPackHelper.h Simple dump speedup (#5298) 2018-05-09 12:51:04 +02:00
WriteLocker.h Feature/hugepages (#2497) 2017-05-25 16:04:23 +02:00
WriteUnlocker.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
application-exit.cpp
application-exit.h
build-date.h.in
build-repository.h.in Implement detection whether we are in a git repo and use the toplevel source dir. 2016-08-18 17:53:47 +02:00
build.h.in
conversions.cpp Geo index update, renaming 2017-05-11 13:19:51 +02:00
conversions.h fix function name 2016-12-20 17:34:34 +01:00
cpu-relax.h fixes for MSVC 2017-09-01 13:24:44 +02: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 assembly fix relocation R_X86_64_32S against 2016-11-10 14:19:02 +01:00
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/fixes 1711 obi (#3730) 2017-11-17 16:34:33 +01:00
debugging.h quick fix to fix MacOS compilation 2018-01-25 16:28:51 +01:00
directories.h.in remove unused defines from directories.h.in (#5407) 2018-05-22 11:32:46 +02:00
encoding.h comments 2017-03-29 01:06:47 +02:00
error.cpp clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
error.h clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
errors.dat Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
exitcodes.cpp remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01:00
exitcodes.dat remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01:00
exitcodes.h remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01: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 make file locking a bit more sensible (#5012) 2018-04-13 11:06:47 +02:00
files.h try to fix permission issues of "/var/tmp/arangod" (#4457) 2018-02-06 23:17:08 +01: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 Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
json.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
levenshtein.cpp
levenshtein.h
local-configuration-win.h
locks-posix.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
locks-posix.h delete useless DEV_TIMERS, fix rwlockcpp11 2017-03-28 22:38:27 +02:00
locks-win32.cpp
locks-win32.h
locks.h added comments 2016-09-07 15:00:15 +02:00
make_unique.h
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 potential fix for issue #3517: several "filesystem full" errors in log… (#3525) 2017-10-30 17:28:59 +01: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 Add bye bye messages 2017-05-12 17:59:36 +02: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 Bug fix/downgrade s2 2 (#5276) 2018-05-07 16:24:47 +02:00
powers.h
prime-numbers.cpp cppcheck 2016-05-10 20:13:55 +02:00
prime-numbers.h
process-utils.cpp if the process to spawn doesn't contain a path, do a lookup in the host path for it. (#5127) 2018-04-18 16:37:47 +02:00
process-utils.h Bug fix/fixes 1910 (#3471) 2017-10-23 09:17:36 +02:00
short_alloc.h added SmallVector optimization 2016-05-31 11:10:11 +02:00
socket-utils.cpp remove obsolete comment 2017-05-08 15:57:20 +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 make @dothebart happier 2017-03-29 15:04:54 +02:00
system-functions.cpp Bug fix/agency leader timeouts (#3373) 2017-10-06 10:11:51 +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/default stack size on osx too small (#5265) 2018-05-07 16:50:51 +02:00
threads-posix.h
threads-win32.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
threads-win32.h
threads.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
tri-strings.cpp retire some old string functions, and make encode/decodeHex copy less data around (#5313) 2018-05-14 10:06:45 +02:00
tri-strings.h retire some old string functions, and make encode/decodeHex copy less data around (#5313) 2018-05-14 10:06:45 +02:00
tri-zip.cpp fix Windows ifdefs (#3824) 2017-12-06 18:43:12 +01: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 Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
voc-errors.h Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
voc-mimetypes.cpp pushing corrected unittest script and cluster startup scripts 2016-08-19 09:49:44 +02:00
voc-mimetypes.h
win-utils.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
win-utils.h remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +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 added xxHash 2016-05-02 13:46:03 +02:00