1
0
Fork 0
arangodb/lib/BasicsC
Frank Celler cccb3511c5 fixed documentation again 2012-11-21 17:42:13 +01:00
..
associative-multi.c changed "false" to "NULL" 2012-08-08 11:31:32 +02:00
associative-multi.h the great rename 2012-06-08 15:01:25 +02:00
associative.c disable internal statistics by default 2012-10-16 17:43:11 +02:00
associative.h disable internal statistics by default 2012-10-16 17:43:11 +02:00
common.h minor changes for windows compatability 2012-09-28 17:34:22 +08:00
conversions.c removed user manager 2012-09-12 23:37:39 +02:00
conversions.h removed user manager 2012-09-12 23:37:39 +02:00
csv.c fixed memory issues 2012-10-11 14:08:38 +02:00
csv.h issue #204: allow import of tab-separated values 2012-09-30 01:38:32 +02:00
error.c the great rename 2012-06-08 15:01:25 +02:00
error.h the great rename 2012-06-08 15:01:25 +02:00
errors.dat issue #245 2012-10-17 14:24:31 +02:00
files.c minor changes for windows compatability 2012-09-28 17:34:22 +08:00
files.h fixed issue #88: fds not closed 2012-07-11 15:18:12 +02:00
fsrt.inc the great rename 2012-06-08 15:01:25 +02:00
hashes.c replaced 1-byte-at-a-time algorithm with 8-bytes-at-a-time algorithm for CRC32 block calculation 2012-07-05 12:13:11 +02:00
hashes.h the great rename 2012-06-08 15:01:25 +02:00
init.c switched to C mersenne twister implementation in BasicsC 2012-09-25 22:57:47 +02:00
init.h added process title for supervisor 2012-07-11 10:46:04 +02:00
json-utilities.c Merge branch 'master' of github.com:triAGENS/ArangoDB into devel 2012-09-13 22:16:31 +02:00
json-utilities.h issue #110: add PATCH method for documents 2012-08-20 19:16:45 +02:00
json.c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-09-26 19:11:18 +08:00
json.h Merge branch 'master' of github.com:triAGENS/ArangoDB into devel 2012-09-13 22:16:31 +02:00
linked-list.c issue #72: fixed memleak for cap constraints 2012-06-25 10:03:15 +02:00
linked-list.h issue #72: fixed memleak for cap constraints 2012-06-25 10:03:15 +02:00
local-configuration.h.in remove configure option --enable-lock-check. has done its purpose already 2012-10-10 14:21:25 +02:00
locks-macos.c fixed typos in comments 2012-09-10 18:16:07 +02:00
locks-macos.h the great rename 2012-06-08 15:01:25 +02:00
locks-posix.c remove configure option --enable-lock-check. has done its purpose already 2012-10-10 14:21:25 +02:00
locks-posix.h the great rename 2012-06-08 15:01:25 +02:00
locks-win32.c avoid deadlocking between synchroniser, compactor and data modification threads (e.g. POST /_api/document) 2012-09-12 09:07:51 +02:00
locks-win32.h the great rename 2012-06-08 15:01:25 +02:00
locks.h remove configure option --enable-lock-check. has done its purpose already 2012-10-10 14:21:25 +02:00
logging.c wrapper for memory mapped files add 2012-10-05 18:31:13 +08:00
logging.h ZeroMQ batch job and threads 2012-06-19 12:01:05 +02:00
memory-map-posix.c memory mapped files extensions for windows 2012-10-08 17:17:03 +08:00
memory-map-posix.h wrapper for memory mapped files add 2012-10-05 18:31:13 +08:00
memory-map-win32.c windows 2012-10-08 23:29:29 +08:00
memory-map-win32.h windows 2012-10-08 23:29:29 +08:00
memory-map.h memory mapped files extensions for windows 2012-10-08 17:17:03 +08:00
memory.c fix some memory issues 2012-10-11 22:49:46 +02:00
memory.h fix some memory issues 2012-10-11 22:49:46 +02:00
mersenne.c switched to C mersenne twister implementation in BasicsC 2012-09-25 22:57:47 +02:00
mersenne.h switched to C mersenne twister implementation in BasicsC 2012-09-25 22:57:47 +02:00
messages.h Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-10-13 16:28:09 +02:00
operating-system.h windows 2012-10-08 23:29:29 +08:00
process-utils.c Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel 2012-09-20 16:39:59 +02:00
process-utils.h added process title for supervisor 2012-07-11 10:46:04 +02:00
random.c the great rename 2012-06-08 15:01:25 +02:00
random.h added process title for supervisor 2012-07-11 10:46:04 +02:00
socket-utils.c issue #181: removed the function that called gethostbyname() because the function itself was not used. 2012-09-03 08:46:32 +02:00
socket-utils.h issue #181: removed the function that called gethostbyname() because the function itself was not used. 2012-09-03 08:46:32 +02:00
string-buffer.c fixed memory clearing in TRI_EraseFrontStringBuffer for some cases 2012-10-11 13:31:43 +02:00
string-buffer.h some cleanup 2012-09-25 16:12:20 +02:00
strings.c fix some memory issues 2012-10-11 22:49:46 +02:00
strings.h fix some memory issues 2012-10-11 22:49:46 +02:00
structures.c the great rename 2012-06-08 15:01:25 +02:00
structures.h the great rename 2012-06-08 15:01:25 +02:00
system-compiler.h the great rename 2012-06-08 15:01:25 +02:00
system-functions.c fix some memory issues 2012-10-11 22:49:46 +02:00
system-functions.h the great rename 2012-06-08 15:01:25 +02:00
terminal-utils-posix.c Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-09-12 23:49:14 +02:00
terminal-utils-win32.c the great rename 2012-06-08 15:01:25 +02:00
terminal-utils.c removed user manager 2012-09-12 23:37:39 +02:00
terminal-utils.h added documentation for endpoints, disable-authentication, fixed tests 2012-07-26 09:10:59 +02:00
threads-posix.c added name for pthreads 2012-06-13 00:12:45 +02:00
threads-posix.h the great rename 2012-06-08 15:01:25 +02:00
threads-win32.c minor changes for windows compatability 2012-09-28 17:34:22 +08:00
threads-win32.h the great rename 2012-06-08 15:01:25 +02:00
threads.h added name for pthreads 2012-06-13 00:12:45 +02:00
timer.h more macros 2012-08-09 17:11:00 +02:00
utf8-helper.c fixed warning 2012-09-26 12:38:34 +02:00
utf8-helper.h ICU changes 2012-09-24 11:40:06 +02:00
vector.c disable internal statistics by default 2012-10-16 17:43:11 +02:00
vector.h disable internal statistics by default 2012-10-16 17:43:11 +02:00
voc-errors.c issue #245 2012-10-17 14:24:31 +02:00
voc-errors.h fixed documentation again 2012-11-21 17:42:13 +01:00
win-utils.c windows 2012-10-08 23:29:29 +08:00
win-utils.h windows 2012-10-08 23:29:29 +08:00