1
0
Fork 0
arangodb/lib/Basics
Dan Larkin 6a068d062e Changed some tasks to post through Scheduler instead of directly. (#3159) 2017-08-30 10:41:41 +02:00
..
ArangoGlobalContext.cpp comment out the windows unhandled exception handler 2017-04-24 15:13:40 +02: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 fix crashes 2017-04-25 15:47:11 +02:00
AssocMultiHelpers.h fix crashes 2017-04-25 15:47:11 +02:00
AssocUnique.h fix crashes 2017-04-25 15:47:11 +02:00
AssocUniqueHelpers.h fix crashes 2017-04-25 15:47:11 +02:00
AttributeNameParser.cpp improve error messages when trying to create indices 2017-03-06 19:10:46 +01:00
AttributeNameParser.h simplified some ostream kirmes 2017-03-06 14:44:56 +01:00
Common.h prevent macro redefinition 2017-05-29 17:35:20 +02:00
ConditionLocker.cpp added isLocked() flag for ConditionLocker 2017-04-27 13:01:30 +02:00
ConditionLocker.h added isLocked() flag for ConditionLocker 2017-04-27 13:01:30 +02:00
ConditionVariable.cpp
ConditionVariable.h
ConditionalDeleter.h
DataProtector.cpp ASAN runtime errors 2017-04-28 11:57:20 +02:00
DataProtector.h fix compile warnings with newer compilers (#2604) 2017-06-22 12:28:19 +02:00
DeadlockDetector.h try to fix compile warnings in non-maintainer mode 2016-09-27 13:31:17 +02:00
Endian.h check endianess when storing ints 2017-05-31 10:52:32 +02:00
EnumIterator.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
Exceptions.cpp remove unused error code 2017-05-22 13:53:10 +02:00
Exceptions.h remove unused error code 2017-05-22 13:53:10 +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 sync ENGINE file 2017-05-30 16:39:30 +02:00
FileUtils.h sync ENGINE file 2017-05-30 16:39:30 +02:00
FixedSizeAllocator.h use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
HybridLogicalClock.cpp
HybridLogicalClock.h Change undocumented behaviour in case of invalid rev in JS document ops. 2017-02-08 10:59:04 +01:00
IndexBucket.h warn before we run out of file descriptors 2017-03-29 02:35:46 +02:00
LdapUrlParser.cpp fix parsing for URLs starting with ldap:// 2017-04-03 13:06:31 +02:00
LdapUrlParser.h added LDAP url parser 2017-03-29 15:34:49 +02:00
LocalTaskQueue.cpp Changed some tasks to post through Scheduler instead of directly. (#3159) 2017-08-30 10:41:41 +02:00
LocalTaskQueue.h Changed some tasks to post through Scheduler instead of directly. (#3159) 2017-08-30 10:41:41 +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 to be but not to bee (#2708) 2017-07-02 12:54:21 +02:00
Mutex.h fixed windows unsupported assert (#2707) 2017-07-02 09:17:21 +02:00
MutexLocker.h fix small issues found by cov-build (#2746) 2017-07-07 12:36:11 +02:00
MutexUnlocker.h re-introduce one lock for read/write (#2686) 2017-06-28 15:11:56 +02:00
Nonce.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
Nonce.h
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/hugepages (#2497) 2017-05-25 16:04:23 +02:00
ReadUnlocker.h Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
ReadWriteLock.cpp use ReadWriteLockCPP11 instead of ReadWriteLock 2017-03-29 11:13:50 +02:00
ReadWriteLock.h use ReadWriteLockCPP11 instead of ReadWriteLock 2017-03-29 11:13:50 +02:00
ReadWriteLockCPP11.cpp delete useless DEV_TIMERS, fix rwlockcpp11 2017-03-28 22:38:27 +02:00
ReadWriteLockCPP11.h delete useless DEV_TIMERS, fix rwlockcpp11 2017-03-28 22:38:27 +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 adjust error code from lock timeout to conflict 2017-05-18 10:34:41 +02:00
RocksDBUtils.h optimizations 2017-05-17 23:41:16 +02: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
ScopeGuard.h
SmallVector.h
StaticStrings.cpp Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
StaticStrings.h Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
StringBuffer.cpp Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
StringBuffer.h Bug fix/pre release woes (#2988) 2017-08-10 09:39:28 +02:00
StringHeap.cpp
StringHeap.h
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 RocksDB WAL entries for transactions 2017-04-26 18:54:55 +02:00
StringUtils.h micro optimizations 2017-02-03 22:28:51 +01:00
Thread.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
Thread.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
TimedAction.h give up waiting for V8 context after some time 2017-02-27 23:08:49 +01:00
Utf8Helper.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
Utf8Helper.h Geo index update, renaming 2017-05-11 13:19:51 +02:00
VERSION.in
VPackStringBufferAdapter.h
VelocyPackDumper.cpp
VelocyPackDumper.h
VelocyPackHelper.cpp cleanup error codes a bit 2017-06-09 14:50:05 +02:00
VelocyPackHelper.h Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
WorkDescription.h added work context 2017-01-22 12:53:52 +01:00
WorkMonitor.cpp this time fix the leak properly 2017-03-17 14:45:55 +01:00
WorkMonitor.h fix shutdown races 2017-05-09 10:24:40 +02:00
WorkMonitorDummy.cpp fix shutdown races 2017-05-09 10:24:40 +02:00
WriteLocker.h Feature/hugepages (#2497) 2017-05-25 16:04:23 +02:00
WriteUnlocker.h Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
application-exit.cpp
application-exit.h
asio-helper.h fix warning 2017-01-25 16:37:06 +01:00
build-date.h.in
build-repository.h.in
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
crc1.S
crc4.S assembly fix relocation R_X86_64_32S against 2016-11-10 14:19:02 +01:00
csv.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
csv.h
debugging.cpp Bug fix/prevent multiple journals (#3027) 2017-08-15 23:02:08 +02:00
debugging.h simplified some ostream kirmes 2017-03-06 14:44:56 +01:00
directories.h.in fix locating of relative ICU files 2017-02-08 15:18:16 +01:00
encoding.h comments 2017-03-29 01:06:47 +02:00
error.cpp simplify error message setup a bit - hopefully this will work with MSVC and clang 2017-02-06 23:45:41 +01:00
error.h
errors.dat Fixed distributeShardsLike bug in creating collections. numberOfShard… (#2895) 2017-08-03 19:38:16 +02:00
fasthash.cpp added define for unaligned memory accesses 2017-01-06 21:09:53 +01:00
fasthash.h added specialized fasthash version for uint64 input 2016-12-08 13:32:48 +01:00
files.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
files.h fix locating of relative ICU files 2017-02-08 15:18:16 +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 remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
json.h remove structures.h (only needed by json.h) 2016-11-01 15:34:18 +01:00
levenshtein.cpp
levenshtein.h
local-configuration-win.h
locks-posix.cpp delete useless DEV_TIMERS, fix rwlockcpp11 2017-03-28 22:38:27 +02: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
make_unique.h
memory-map-posix.cpp better don't change mmap flags... instead let mapping a file fail when protection cannot be changed later on 2016-12-20 11:20:43 +01: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 remove logging for non-topics 2017-02-10 09:32:50 +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 experimental mlock flag 2016-11-24 10:02:51 +01:00
memory.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
memory.h remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
messages.h Add bye bye messages 2017-05-12 17:59:36 +02:00
mimetypes.cpp
mimetypes.dat
mimetypes.h
operating-system.h added wrapper for fdopen (#2645) 2017-06-22 19:38:08 +02:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
process-utils.h attempt to obtain a coredump on server shutdown hang 2017-02-07 10:27:31 +01:00
short_alloc.h
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
system-compiler.h make @dothebart happier 2017-03-29 15:04:54 +02:00
system-functions.cpp Fixed typedefs 2017-04-26 19:27:11 +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-utils-win32.cpp
terminal-utils.cpp
terminal-utils.h
threads-posix.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +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 remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
tri-strings.h
tri-zip.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
tri-zip.h fix adler32 function 2017-05-18 15:40:35 +02:00
vector.cpp remove memset parameter from TRI_Allocate signature (#2993) 2017-08-08 16:07:32 +02:00
vector.h
voc-errors.cpp Fixed distributeShardsLike bug in creating collections. numberOfShard… (#2895) 2017-08-03 19:38:16 +02:00
voc-errors.h Fixed distributeShardsLike bug in creating collections. numberOfShard… (#2895) 2017-08-03 19:38:16 +02:00
voc-mimetypes.cpp
voc-mimetypes.h
win-utils.cpp GetVersion() is deprecated 2017-05-24 10:58:15 +02:00
win-utils.h enable colors on recent enough windows versions 2017-05-23 18:18:07 +02:00
xxhash.cpp
xxhash.h