1
0
Fork 0
arangodb/lib/BasicsC
Guido Reina 011117edee In the function: TRI_LocateBinaryPath(), "binaryPath" was duplicated from "dir" and then "dir" freed. Better just to assign to "binaryPath" the result of TRI_Dirname(). 2013-08-16 06:55:43 +02:00
..
application-exit.c
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 OOM handling 2013-07-02 17:33:31 +02:00
associative.h OOM handling 2013-07-02 17:33:31 +02:00
common.h added derived file 2013-05-17 15:59:58 +02:00
conversions.c In the function TRI_StringInt8InPlace, when attr == INT8_MIN, it was copying only 4 bytes instead of 5 and it was returning 3 instead of 4. 2013-08-13 20:02:25 +02:00
conversions.h
csv.c
csv.h
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
errors.dat documentation for replication 2013-08-02 15:28:30 +02:00
files.c In the function: TRI_LocateBinaryPath(), "binaryPath" was duplicated from "dir" and then "dir" freed. Better just to assign to "binaryPath" the result of TRI_Dirname(). 2013-08-16 06:55:43 +02:00
files.h TRI_CreateRecursiveDirectory returns an int, but the function prototype says it returns a bool (the return code is not checked in the source code, so it is not a problem). 2013-05-26 18:44:35 +02:00
fsrt.inc
hashes.c
hashes.h
init.c added derived file 2013-05-17 15:59:58 +02:00
init.h
json-utilities.c added TRI_JSON_STRING_REFERENCE 2013-07-10 17:00:29 +02:00
json-utilities.h
json.c stoppable replication applier 2013-07-17 10:58:10 +02:00
json.h stoppable replication applier 2013-07-17 10:58:10 +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.h.in removed all replication conditionals 2013-07-30 13:16:37 +02:00
locks-macos.c
locks-macos.h
locks-posix.c update 2013-06-05 19:52:34 +08:00
locks-posix.h
locks-win32.c windows dev update 2013-04-29 21:24:57 +08:00
locks-win32.h
locks.h update 2013-04-23 19:02:46 +08:00
logging.c added logging options 2013-07-02 12:16:13 +02:00
logging.h added logging options 2013-07-02 12:16:13 +02:00
memory-map-posix.c FreeBSD port 2013-04-02 18:43:10 +02:00
memory-map-posix.h
memory-map-win32.c FreeBSD port 2013-04-02 18:43:10 +02:00
memory-map-win32.h
memory-map.h
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
mersenne.h
messages.h
mimetypes.c FreeBSD port 2013-04-02 18:43:10 +02:00
mimetypes.dat Foxx: Also using ArangoDB Mimetype Lookup for the other way around 2013-03-28 14:01:04 +01:00
mimetypes.h mimetypes w/ charsets 2013-03-27 10:31:30 +01:00
operating-system.h fixed issue 505: statistics not populated on MacOS 2013-05-04 21:54:22 +02:00
process-utils.c fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
process-utils.h fix different resident set size report units 2013-05-08 19:10:49 +02:00
random.c
random.h
shell-colors.h
skip-list.c windows dev update 2013-04-29 21:24:57 +08:00
skip-list.h windows dev update 2013-04-29 21:24:57 +08:00
socket-utils.c FreeBSD port 2013-04-02 18:43:10 +02:00
socket-utils.h
string-buffer.c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-12 22:40:37 +08:00
string-buffer.h added TRI_StealStringBuffer() 2013-07-10 12:02:42 +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
system-functions.c
system-functions.h
terminal-utils-posix.c
terminal-utils-win32.c
terminal-utils.c
terminal-utils.h
threads-posix.c removed superfluous space 2013-07-15 17:48:44 +02:00
threads-posix.h
threads-win32.c FreeBSD port 2013-04-02 18:43:10 +02:00
threads-win32.h
threads.h
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 fixed a few type issues, updated TODOs 2013-06-07 11:31:42 +02:00
tri-zip.h sync dev for windows 2013-04-29 21:49:28 +08:00
utf8-helper.c a few mallocs less 2013-06-24 20:55:12 +02:00
utf8-helper.h
vector.c fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
vector.h fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
voc-errors.c documentation for replication 2013-08-02 15:28:30 +02:00
voc-errors.h documentation for replication 2013-08-02 15:28:30 +02:00
voc-mimetypes.c windows 1.3 changes 2013-04-23 19:03:08 +02:00
voc-mimetypes.h added mimetype generation file 2013-03-27 10:11:56 +01:00
win-utils.c Typo. 2013-05-26 18:16:36 +02:00
win-utils.h windows dev update 2013-04-29 21:24:57 +08:00