1
0
Fork 0
arangodb/lib/BasicsC
Frank Celler 995a3b06da work-around for program-suffix 2013-12-23 18:02:06 +01:00
..
application-exit.c updated disclaimer 2013-03-13 17:03:18 +01:00
application-exit.h FreeBSD port 2013-04-02 18:43:10 +02:00
associative-multi.c handle OOM 2013-07-02 17:19:03 +02:00
associative-multi.h handle OOM 2013-07-02 17:19:03 +02:00
associative.c optimisation for empty arrays 2013-09-26 12:58:19 +02:00
associative.h less dependency on regex.h, also fixes some speed problems for key validation 2013-09-19 08:20:35 +02:00
common.h windows 2013-09-05 15:03:05 +02:00
conversions.c several errors fixed 2013-09-26 09:44:50 +02:00
conversions.h updated disclaimer 2013-03-13 17:03:18 +01:00
csv.c updated disclaimer 2013-03-13 17:03:18 +01:00
csv.h updated disclaimer 2013-03-13 17:03:18 +01:00
debugging.c added derived file 2013-05-17 15:59:58 +02:00
debugging.h added derived file 2013-05-17 15:59:58 +02:00
error.c FreeBSD port 2013-04-02 18:43:10 +02:00
error.h updated disclaimer 2013-03-13 17:03:18 +01:00
errors.dat Vs2013 2013-12-07 18:55:55 +01:00
files.c work-around for program-suffix 2013-12-23 18:02:06 +01:00
files.h wrong prototype, wrong destroy 2013-12-22 15:41:15 +01:00
fsrt.inc
hashes.c updated disclaimer 2013-03-13 17:03:18 +01:00
hashes.h updated disclaimer 2013-03-13 17:03:18 +01:00
init.c simplify build.h 2013-08-28 22:20:06 +02:00
init.h updated disclaimer 2013-03-13 17:03:18 +01:00
json-utilities.c added TRI_JSON_STRING_REFERENCE 2013-07-10 17:00:29 +02:00
json-utilities.h updated disclaimer 2013-03-13 17:03:18 +01:00
json.c fixed some VS complaints 2013-10-16 17:27:35 +02:00
json.h refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
linked-list.c added functions to add to front 2013-04-10 08:50:49 +02:00
linked-list.h added functions to add to front 2013-04-10 08:50:49 +02:00
local-configuration-win.h windows 2013-09-05 15:03:05 +02:00
local-configuration.h.in moved TRI_ENABLE_MRUBY to command line 2013-10-20 18:46:31 +02:00
locks-macos.c updated disclaimer 2013-03-13 17:03:18 +01:00
locks-macos.h updated disclaimer 2013-03-13 17:03:18 +01:00
locks-posix.c destroy can only be called if initialised 2013-11-18 18:39:18 +01:00
locks-posix.h destroy can only be called if initialised 2013-11-18 18:39:18 +01:00
locks-win32.c issue #662: ArangoDB on Windows hanging 2013-11-19 16:35:14 +01:00
locks-win32.h issue #662: ArangoDB on Windows hanging 2013-11-19 16:35:14 +01:00
locks.h simplified condition variables 2013-11-13 19:02:22 +01:00
logging.c added newline to log message 2013-11-21 16:16:09 +01:00
logging.h do not flush log messages after initialisation 2013-08-27 13:26:00 +02:00
memory-map-posix.c refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
memory-map-posix.h updated disclaimer 2013-03-13 17:03:18 +01:00
memory-map-win32.c FreeBSD port 2013-04-02 18:43:10 +02:00
memory-map-win32.h updated disclaimer 2013-03-13 17:03:18 +01:00
memory-map.h updated disclaimer 2013-03-13 17:03:18 +01:00
memory.c fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
memory.h memory size restrictions 2013-07-03 13:01:01 +02:00
mersenne.c updated disclaimer 2013-03-13 17:03:18 +01:00
mersenne.h updated disclaimer 2013-03-13 17:03:18 +01:00
messages.h fixed wrong ifdefs and missing constructor for Logger 2013-12-22 14:58:51 +01:00
mimetypes.c FreeBSD port 2013-04-02 18:43:10 +02:00
mimetypes.dat Vs2013 2013-12-07 18:55:55 +01:00
mimetypes.h mimetypes w/ charsets 2013-03-27 10:31:30 +01:00
operating-system.h fixed open mode for files 2013-12-23 12:12:13 +01:00
process-utils.c fix some VS warnings 2013-10-09 14:05:36 +02:00
process-utils.h fix different resident set size report units 2013-05-08 19:10:49 +02:00
random.c updated disclaimer 2013-03-13 17:03:18 +01:00
random.h updated disclaimer 2013-03-13 17:03:18 +01:00
shell-colors.h updated disclaimer 2013-03-13 17:03:18 +01:00
skip-list.c less memory usage 2013-09-19 11:46:21 +02:00
skip-list.h more OOM awareness 2013-09-19 08:44:12 +02:00
socket-utils.c FreeBSD port 2013-04-02 18:43:10 +02:00
socket-utils.h updated disclaimer 2013-03-13 17:03:18 +01:00
string-buffer.c fixed some multi-thread issues 2013-11-21 15:14:46 +01:00
string-buffer.h support for deflate compression 2013-08-28 11:44:49 +02:00
structures.c Merge branch 'experiment' of https://github.com/guidoreina/ArangoDB into experiment 2013-08-13 20:07:17 +02:00
structures.h added TRI_JSON_STRING_REFERENCE 2013-07-10 17:00:29 +02:00
system-compiler.h updated disclaimer 2013-03-13 17:03:18 +01:00
system-functions.c fixed some VS complaints 2013-10-16 17:27:35 +02:00
system-functions.h updated disclaimer 2013-03-13 17:03:18 +01:00
terminal-utils-posix.c updated disclaimer 2013-03-13 17:03:18 +01:00
terminal-utils-win32.c updated disclaimer 2013-03-13 17:03:18 +01:00
terminal-utils.c updated disclaimer 2013-03-13 17:03:18 +01:00
terminal-utils.h updated disclaimer 2013-03-13 17:03:18 +01:00
threads-posix.c lol self 2013-10-29 09:39:36 +01:00
threads-posix.h updated disclaimer 2013-03-13 17:03:18 +01:00
threads-win32.c Windows warnings 2013-10-29 10:09:12 +01:00
threads-win32.h updated disclaimer 2013-03-13 17:03:18 +01:00
threads.h some fixes for issue #642 2013-10-28 14:34:37 +01:00
tri-strings.c fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
tri-strings.h added logging options 2013-07-02 12:16:13 +02:00
tri-zip.c Vs2013 2013-12-07 18:55:55 +01:00
tri-zip.h Vs2013 2013-12-07 18:55:55 +01:00
utf8-helper.c a few mallocs less 2013-06-24 20:55:12 +02:00
utf8-helper.h updated disclaimer 2013-03-13 17:03:18 +01:00
vector.c fixed memory allocation inefficiency 2013-09-20 17:26:26 +02:00
vector.h fixed memory allocation inefficiency 2013-09-20 17:26:26 +02:00
voc-errors.c added documentation for /_api/import 2013-10-02 14:22:25 +02:00
voc-errors.h added documentation for /_api/import 2013-10-02 14:22:25 +02:00
voc-mimetypes.c mimetypes for fonts 2013-08-20 10:03:38 +02:00
voc-mimetypes.h added mimetype generation file 2013-03-27 10:11:56 +01:00
win-utils.c fixed open mode for files 2013-12-23 12:12:13 +01:00
win-utils.h fixed open mode for files 2013-12-23 12:12:13 +01:00