..
ArangoGlobalContext.cpp
Merge branch 'devel' of github.com:arangodb/ArangoDB into v8_subsubmodule
2017-01-31 16:34:42 +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
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
AssocMultiHelpers.h
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
AssocUnique.h
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
AssocUniqueHelpers.h
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
AttributeNameParser.cpp
Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit.
2016-08-25 09:57:36 +02:00
AttributeNameParser.h
micro optimizations
2016-11-01 15:23:28 +01:00
Common.h
dirty attempt to fix MSVC compile errors
2017-02-01 10:58:09 +01:00
ConditionLocker.cpp
added comments
2016-09-07 15:00:15 +02:00
ConditionLocker.h
added comments
2016-09-07 15:00:15 +02:00
ConditionVariable.cpp
added comments
2016-09-07 15:00:15 +02:00
ConditionVariable.h
added comments
2016-09-07 15:00:15 +02:00
ConditionalDeleter.h
…
DataProtector.cpp
…
DataProtector.h
changes for Visual Studio
2016-08-19 17:22:57 +02:00
DeadlockDetector.h
try to fix compile warnings in non-maintainer mode
2016-09-27 13:31:17 +02:00
Exceptions.cpp
added ctor that moves message
2017-01-25 11:58:51 +01:00
Exceptions.h
added ctor that moves message
2017-01-25 11:58:51 +01:00
FileUtils.cpp
prevent duplicate forward slashes in concatenated filenames
2017-01-31 14:56:28 +01:00
FileUtils.h
more style cleanup
2017-01-05 10:52:03 +01:00
FixedSizeAllocator.h
use bulk allocator for index elements
2016-12-09 21:40:49 +01: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
remove unused file-backed implementation
2017-01-31 18:02:00 +01:00
LocalTaskQueue.cpp
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
LocalTaskQueue.h
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
LruCache.h
Implement cluster authentication
2016-10-17 13:35:55 +02:00
Mutex.cpp
Add distinct log messages
2017-01-26 15:03:13 +01:00
Mutex.h
…
MutexLocker.cpp
properly initialize variables...
2017-01-09 17:08:28 +01:00
MutexLocker.h
fix races in VST response handling
2017-01-09 17:06:33 +01:00
Nonce.cpp
…
Nonce.h
…
ReadLocker.h
Templatified read and write locker. They can now use Cpp11 style locks. Also included distributeShardsLike in AgencyInformation about collections.
2016-09-26 18:29:51 +02:00
ReadUnlocker.h
…
ReadWriteLock.cpp
privatization
2016-08-04 17:06:51 +02:00
ReadWriteLock.h
privatization
2016-08-04 17:06:51 +02:00
ReadWriteLockCPP11.cpp
…
ReadWriteLockCPP11.h
…
RollingVector.h
replace expensive std::deques with much simpler RollingVectors
2017-02-06 23:23:18 +01:00
ScopeGuard.h
…
ShortestPathFinder.h
Clang format fix
2016-12-01 10:38:15 +01:00
SmallVector.h
…
StaticStrings.cpp
avoid constructing temporary lookup strings
2017-01-19 14:27:04 +01:00
StaticStrings.h
avoid constructing temporary lookup strings
2017-01-19 14:27:04 +01:00
StringBuffer.cpp
removed unused method
2016-09-01 12:02:24 +02:00
StringBuffer.h
removed unused method
2016-09-01 12:02:24 +02:00
StringHeap.cpp
…
StringHeap.h
…
StringRef.cpp
added StringRef implementation file to implement operator<<
2016-10-28 16:03:53 +02:00
StringRef.h
performance optimizations
2016-11-09 14:46:50 +01:00
StringUtils.cpp
micro optimizations
2017-02-03 22:28:51 +01:00
StringUtils.h
micro optimizations
2017-02-03 22:28:51 +01:00
Thread.cpp
cleaned up macros a bit
2017-01-25 17:50:23 +01:00
Thread.h
added work context
2017-01-22 12:53:52 +01:00
Timers.cpp
…
Timers.h
…
Utf8Helper.cpp
prevent memleaks in C++ UnitTests
2017-02-07 17:30:30 +01:00
Utf8Helper.h
prevent memleaks in C++ UnitTests
2017-02-07 17:30:30 +01:00
VERSION.in
…
VPackStringBufferAdapter.h
…
VelocyPackDumper.cpp
fixed issue #2018
2016-08-24 17:33:49 +02:00
VelocyPackDumper.h
…
VelocyPackHelper.cpp
added define for unaligned memory accesses
2017-01-06 21:09:53 +01:00
VelocyPackHelper.h
fixed issues reported by coverity scan
2017-01-24 11:31:40 +01:00
WorkDescription.h
added work context
2017-01-22 12:53:52 +01:00
WorkMonitor.cpp
added work context
2017-01-22 12:53:52 +01:00
WorkMonitor.h
switch to boost asio
2016-10-14 10:12:17 +00:00
WorkMonitorDummy.cpp
switch to boost asio
2016-10-14 10:12:17 +00:00
WriteLocker.h
Templatified read and write locker. They can now use Cpp11 style locks. Also included distributeShardsLike in AgencyInformation about collections.
2016-09-26 18:29:51 +02:00
WriteUnlocker.h
…
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
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
fix function name
2016-12-20 17:34:34 +01: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
…
csv.h
…
debugging.cpp
remove now-unused logging functionality
2017-02-01 11:44:09 +01:00
debugging.h
remove now-unused logging functionality
2017-02-01 11:44:09 +01:00
directories.h.in
Fix windows build with the calculation of file locations
2016-10-11 19:08:53 +02:00
error.cpp
…
error.h
…
errors.dat
blanks destroy documentation building regexes here
2017-01-20 10:08:22 +01: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
make database deletion more deterministic
2017-02-01 16:44:41 +01:00
files.h
make database deletion more deterministic
2017-02-01 16:44:41 +01:00
fpconv.cpp
…
fpconv.h
…
gcd.h
…
hashes.cpp
…
hashes.h
…
json.cpp
remove structures.h (only needed by json.h)
2016-11-01 15:34:18 +01: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
Add distinct log messages
2017-01-26 15:03:13 +01:00
locks-posix.h
…
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
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
…
memory-map-win32.cpp
experimental mlock flag
2016-11-24 10:02:51 +01:00
memory-map-win32.h
…
memory-map.h
experimental mlock flag
2016-11-24 10:02:51 +01:00
memory.cpp
try to avoid unnecessary function calls
2016-12-01 14:02:59 +01:00
memory.h
try to avoid unnecessary function calls
2016-12-01 14:02:59 +01:00
messages.h
…
mimetypes.cpp
…
mimetypes.dat
…
mimetypes.h
…
operating-system.h
added define for unaligned memory accesses
2017-01-06 21:09:53 +01:00
powers.h
…
prime-numbers.cpp
…
prime-numbers.h
…
process-utils.cpp
attempt to obtain a coredump on server shutdown hang
2017-02-07 10:27:31 +01:00
process-utils.h
attempt to obtain a coredump on server shutdown hang
2017-02-07 10:27:31 +01:00
shell-colors.h
…
short_alloc.h
…
socket-utils.cpp
…
socket-utils.h
…
system-compiler.h
clean up macros a bit. hopefully clang and MSVC won't complain about this
2017-01-04 12:45:23 +01:00
system-functions.cpp
more authentication events, fixed changePassword
2016-10-03 19:54:54 +02:00
system-functions.h
more authentication events, fixed changePassword
2016-10-03 19:54:54 +02:00
terminal-utils-posix.cpp
…
terminal-utils-win32.cpp
…
terminal-utils.cpp
…
terminal-utils.h
…
threads-posix.cpp
added thread affinity for MacOSX
2016-07-27 22:29:59 +02:00
threads-posix.h
…
threads-win32.cpp
…
threads-win32.h
…
threads.h
…
tri-strings.cpp
…
tri-strings.h
…
tri-zip.cpp
fixed cppcheck warnings
2016-09-09 15:08:48 +02:00
tri-zip.h
…
vector.cpp
…
vector.h
…
voc-errors.cpp
agency bug in precondition and log handling fixed
2017-01-18 11:07:30 +01:00
voc-errors.h
pushing avoidServers property
2017-01-20 15:15:03 +01: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
Upgrade V8
2017-01-30 12:30:07 +01:00
win-utils.h
Upgrade V8
2017-01-30 12:30:07 +01:00
xxhash.cpp
…
xxhash.h
…