1
0
Fork 0
arangodb/lib/Basics
Jan Steemann 64d77cbe24 added query tracking feature 2015-03-12 13:02:13 +01:00
..
AssociativeArray.h updated disclaimer 2014-06-20 16:41:35 +02:00
Barrier.cpp use barrier 2015-03-04 11:35:32 +01:00
Barrier.h added Barrier 2015-03-03 18:57:15 +01:00
Common.h less namespace pollution 2014-10-28 00:24:37 +01:00
ConditionLocker.cpp towards new dispatcher interface 2014-08-18 23:37:32 +02:00
ConditionLocker.h towards new dispatcher interface 2014-08-18 23:37:32 +02:00
ConditionVariable.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
ConditionVariable.h renamed files 2014-09-13 01:44:01 +02:00
Dictionary.h the great rename 2014-09-13 00:10:11 +02:00
Exceptions.cpp moved backtrace functions 2014-10-27 18:15:10 +01:00
Exceptions.h less namespace pollution 2014-10-28 00:24:37 +01:00
FileUtils.cpp less namespace pollution 2014-10-28 00:24:37 +01:00
FileUtils.h less namespace pollution 2014-10-28 00:24:37 +01:00
Functor.h updated disclaimer 2014-06-20 16:41:35 +02:00
InitialiseBasics.cpp rename orgy 2014-09-13 02:35:13 +02:00
InitialiseBasics.h updated disclaimer 2014-06-20 16:41:35 +02:00
JsonHelper.cpp removed several JSON functions 2015-01-13 01:31:04 +01:00
JsonHelper.h removed several JSON functions 2015-01-13 01:31:04 +01:00
Mutex.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
Mutex.h renamed files 2014-09-13 01:44:01 +02:00
MutexLocker.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
MutexLocker.h updated disclaimer 2014-06-20 16:41:35 +02:00
Nonce.cpp decrease loglevel 2015-03-10 11:19:10 +01:00
Nonce.h less namespace pollution 2014-10-28 00:24:37 +01:00
ProgramOptions.cpp issue #1086: arangoimp: Odd errors if arguments are not given properly 2014-11-06 12:07:12 +01:00
ProgramOptions.h less namespace pollution 2014-10-28 00:24:37 +01:00
ProgramOptionsDescription.cpp arangod/Aql/Expression.cpp 2015-01-29 15:21:14 +01:00
ProgramOptionsDescription.h fixed Windows compile error 2015-01-30 17:18:25 +01:00
RandomGenerator.cpp rename orgy 2014-09-13 02:35:13 +02:00
RandomGenerator.h less namespace pollution 2014-10-28 00:24:37 +01:00
RandomHeap.h updated disclaimer 2014-06-20 16:41:35 +02:00
ReadLocker.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
ReadLocker.h updated disclaimer 2014-06-20 16:41:35 +02:00
ReadUnlocker.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
ReadUnlocker.h updated disclaimer 2014-06-20 16:41:35 +02:00
ReadWriteLock.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
ReadWriteLock.h renamed files 2014-09-13 01:44:01 +02:00
ScopeGuard.h v8 context handling 2014-10-17 15:25:06 +02:00
StringBuffer.h removed unused method 2015-03-03 15:01:16 +01:00
StringUtils.cpp better support for handling multipart requests 2014-10-16 02:05:57 +02:00
StringUtils.h less namespace pollution 2014-10-28 00:24:37 +01:00
Thread.cpp less namespace pollution 2014-10-28 00:24:37 +01:00
Thread.h less namespace pollution 2014-10-28 00:24:37 +01:00
ThreadPool.cpp parallel secondary index building when loading collections 2015-03-03 10:52:51 +01:00
ThreadPool.h VS 2015-03-03 13:12:12 +01:00
Timing.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
Timing.h updated disclaimer 2014-06-20 16:41:35 +02:00
Utf8Helper.cpp Properly shut down ICU to make valgrind happy. 2015-01-29 17:28:30 +01:00
Utf8Helper.h If we fail to initialize ICU many things will be broken, thus abort. 2015-01-27 12:13:38 +01:00
WorkerThread.h parallel secondary index building when loading collections 2015-03-03 10:52:51 +01:00
WriteLocker.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
WriteLocker.h updated disclaimer 2014-06-20 16:41:35 +02:00
WriteUnlocker.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
WriteUnlocker.h updated disclaimer 2014-06-20 16:41:35 +02:00
application-exit.cpp renamed last C files... 2014-09-13 22:38:25 +02:00
application-exit.h finalized move to cxx 2014-09-14 00:06:00 +02:00
associative-multi.cpp added selectivity estimates for some index types 2015-01-30 23:04:46 +01:00
associative-multi.h added selectivity estimates for some index types 2015-01-30 23:04:46 +01:00
associative.cpp renamed files 2014-09-13 01:44:01 +02:00
associative.h less locking 2014-09-24 13:32:39 +02:00
conversions.cpp added query tracking feature 2015-03-12 13:02:13 +01:00
conversions.h added query tracking feature 2015-03-12 13:02:13 +01:00
csv.cpp The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
csv.h The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
debugging.cpp Namespace demangling for macos X - todo make this work. 2015-02-13 14:20:48 +01:00
debugging.h moved backtrace functions 2014-10-27 18:15:10 +01:00
delete_object.h less namespace pollution 2014-10-28 00:24:37 +01:00
error.cpp macos 2014-09-23 09:38:16 +02:00
error.h finalized move to cxx 2014-09-14 00:06:00 +02:00
errors.dat It is now possible to install Apps that are invalid if they are not configured correctly. If they get broken by configuration they are still routed and will display an errorpage. They also display an errorpage until configured. 2015-03-11 17:49:42 +01:00
fasthash.cpp renamed files 2014-09-13 00:34:48 +02:00
fasthash.h finalized move to cxx 2014-09-14 00:06:00 +02:00
files.cpp removed registry entry, using relative path to binary instead 2015-03-08 20:06:18 +01:00
files.h removed registry entry, using relative path to binary instead 2015-03-08 20:06:18 +01:00
fpconv.cpp fixed Visual Studio compile warnings 2015-02-25 09:23:42 +01:00
fpconv.h added fpconv_dtoa from https://github.com/night-shift/fpconv/ 2015-02-23 22:27:02 +01:00
gcd.h added random iteration for collections 2014-12-19 18:01:13 +01:00
hashes.cpp the great rename 2014-09-13 00:10:11 +02:00
hashes.h finalized move to cxx 2014-09-14 00:06:00 +02:00
init.cpp shaper changes 2015-02-15 21:53:27 +01:00
init.h updated disclaimer 2014-06-20 16:41:35 +02:00
json-utilities.cpp small optimizations 2015-02-19 09:31:00 +01:00
json-utilities.h the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
json.cpp constified 2015-02-07 16:31:27 +01:00
json.h constified 2015-02-07 16:31:27 +01:00
levenshtein.cpp The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
levenshtein.h The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
linked-list.cpp more files renamed 2014-09-13 00:20:30 +02:00
linked-list.h finalized move to cxx 2014-09-14 00:06:00 +02:00
local-configuration-win.h cleanup of Makefiles 2014-12-19 00:13:51 +01:00
local-configuration.h.in finalized move to cxx 2014-09-14 00:06:00 +02:00
locks-macos.cpp fixed fake locks on macos 2014-09-23 09:56:13 +02:00
locks-macos.h lol jan 2014-09-23 09:21:01 +02:00
locks-posix.cpp rename orgy 2014-09-13 02:35:13 +02:00
locks-posix.h finalized move to cxx 2014-09-14 00:06:00 +02:00
locks-win32.cpp Stacktraces & asserts for windows too. 2015-01-30 16:46:56 +01:00
locks-win32.h Stacktraces & asserts for windows too. 2015-01-30 16:46:56 +01:00
locks.h finalized move to cxx 2014-09-14 00:06:00 +02:00
logging.cpp Fix windows logging function: 2015-02-26 16:20:20 +01:00
logging.h fixed Windows compile errors 2015-02-24 15:32:04 +01:00
memory-map-posix.cpp rename orgy 2014-09-13 02:35:13 +02:00
memory-map-posix.h finalized move to cxx 2014-09-14 00:06:00 +02:00
memory-map-win32.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
memory-map-win32.h finalized move to cxx 2014-09-14 00:06:00 +02:00
memory-map.h finalized move to cxx 2014-09-14 00:06:00 +02:00
memory.cpp nullptr 2014-10-14 15:14:38 +02:00
memory.h finalized move to cxx 2014-09-14 00:06:00 +02:00
messages.h added final ! 2015-01-09 14:06:28 +01:00
mimetypes.cpp renamed last C files... 2014-09-13 22:38:25 +02:00
mimetypes.dat linted python files, regenerated derived files 2014-10-29 23:56:20 +01:00
mimetypes.h finalized move to cxx 2014-09-14 00:06:00 +02:00
operating-system.h fixed memleak 2015-02-24 08:42:51 +01:00
powers.h fixed Visual Studio compile warnings 2015-02-25 09:23:42 +01:00
prime-numbers.cpp the great rename 2014-09-13 00:10:11 +02:00
prime-numbers.h finalized move to cxx 2014-09-14 00:06:00 +02:00
process-utils.cpp - install SIG11 handler which prints backtrace to the console. (in windows we don't get cores) 2015-02-13 14:11:15 +01:00
process-utils.h Work on more precise windows process management 2015-02-12 17:38:07 +01:00
random.cpp Fix typo introduced by manualy editing diffs 2015-02-24 15:54:52 +01:00
random.h Use system random function under windows; our algorythm has the tendency to like single values. 2015-02-24 15:38:30 +01:00
safe_cast.h updated disclaimer 2014-06-20 16:41:35 +02:00
shell-colors.h finalized move to cxx 2014-09-14 00:06:00 +02:00
skip-list.cpp reduce number of mallocs 2015-02-15 21:53:07 +01:00
skip-list.h added tests for skiplists 2014-09-18 14:45:45 +02:00
socket-utils.cpp rename orgy 2014-09-13 02:35:13 +02:00
socket-utils.h Windows portability: socket timeouts are handled differently. 2015-01-28 17:23:31 +01:00
ssl-helper.cpp updated disclaimer 2014-06-20 16:41:35 +02:00
ssl-helper.h less namespace pollution 2014-10-28 00:24:37 +01:00
string-buffer.cpp added fpconv_dtoa from https://github.com/night-shift/fpconv/ 2015-02-23 22:27:02 +01:00
string-buffer.h finalized move to cxx 2014-09-14 00:06:00 +02:00
structures.cpp renamed last C files... 2014-09-13 22:38:25 +02:00
structures.h finalized move to cxx 2014-09-14 00:06:00 +02:00
system-compiler.h finalized move to cxx 2014-09-14 00:06:00 +02:00
system-functions.cpp issue #1042 2014-10-10 14:24:22 +02:00
system-functions.h issue #1042 2014-10-10 14:24:22 +02:00
terminal-utils-posix.cpp renamed files 2014-09-13 01:44:01 +02:00
terminal-utils-win32.cpp renamed files 2014-09-13 01:44:01 +02:00
terminal-utils.cpp renamed files 2014-09-13 01:44:01 +02:00
terminal-utils.h finalized move to cxx 2014-09-14 00:06:00 +02:00
threads-posix.cpp fixed casts for threads 2015-02-17 12:38:33 +01:00
threads-posix.h fixed casts for threads 2015-02-17 12:38:33 +01:00
threads-win32.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
threads-win32.h finalized move to cxx 2014-09-14 00:06:00 +02:00
threads.h finalized move to cxx 2014-09-14 00:06:00 +02:00
tri-strings.cpp simplified 2015-03-04 17:18:02 +01:00
tri-strings.h implemented LENGTH in C++ 2014-12-04 17:10:48 +01:00
tri-zip.cpp Fix double free introduced in last commit. 2015-02-23 12:48:52 +01:00
tri-zip.h Improve error handling 2015-02-23 12:26:49 +01:00
utf8-helper.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
utf8-helper.h finalized move to cxx 2014-09-14 00:06:00 +02:00
vector.cpp constified 2015-02-07 16:31:27 +01:00
vector.h constified 2015-02-07 16:31:27 +01:00
voc-errors.cpp It is now possible to install Apps that are invalid if they are not configured correctly. If they get broken by configuration they are still routed and will display an errorpage. They also display an errorpage until configured. 2015-03-11 17:49:42 +01:00
voc-errors.h It is now possible to install Apps that are invalid if they are not configured correctly. If they get broken by configuration they are still routed and will display an errorpage. They also display an errorpage until configured. 2015-03-11 17:49:42 +01:00
voc-mimetypes.cpp linted python files, regenerated derived files 2014-10-29 23:56:20 +01:00
voc-mimetypes.h linted python files, regenerated derived files 2014-10-29 23:56:20 +01:00
win-utils.cpp removed registry entry, using relative path to binary instead 2015-03-08 20:06:18 +01:00
win-utils.h fixed memleak 2015-02-24 08:42:51 +01:00
xxhash.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
xxhash.h finalized move to cxx 2014-09-14 00:06:00 +02:00