Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/src
Henrik Hautakoski a1a85267f0 path.c: dirname_s: allow 'path' to point to the static buffer.
feeding the function a pointer to sb.buf results in path also being cleared
by the call to strbuf_reduce and the information is lost.
2011-02-16 16:53:26 +02:00
..
compat compat/string.h: Added header-guards 2011-01-13 14:54:19 +01:00
database removed debug.h in favor for log.h 2010-12-22 14:51:28 +01:00
archived.c archived.c: include util.h for die() 2011-03-22 04:45:51 +01:00
database.h refactoring out mysql to database API 2010-10-27 10:41:29 +02:00
die.c moving src/common to src/ 2010-10-19 13:34:06 +02:00
event.c Removed unneeded includes. 2011-01-13 14:53:04 +01:00
event.h updated header comments and guards 2010-11-03 08:35:58 +01:00
fscrawl.c fscrawl.c: remove unneeded function 2011-01-29 11:13:19 +01:00
fscrawl.h updated header comments and guards 2010-11-03 08:35:58 +01:00
inotify-map.c inotify-map: Make the compiler happy and remove the pointer to int casts. 2011-02-06 19:53:38 +01:00
inotify-map.h inotify-map.c: return a copy of a path list in lookup functions. 2011-01-30 15:55:51 +01:00
inotify-watch.c inotify-watch: Adding inotify watch datastructure. 2011-02-15 16:33:51 +01:00
inotify-watch.h inotify-watch: Adding inotify watch datastructure. 2011-02-15 16:33:51 +01:00
inotify.c inotify.c: refactoring addwatch function. 2011-02-08 11:09:33 +01:00
list.c list.c: basic list implementation 2011-01-04 21:04:02 +01:00
list.h list.c: basic list implementation 2011-01-04 21:04:02 +01:00
log.c log.c: util.h and xalloc.h, used but not included. 2011-01-29 11:08:49 +01:00
log.h log.c: added logstrtolvl 2011-01-13 15:36:59 +01:00
notify.h moving src/notify to src/ 2010-10-19 11:25:24 +02:00
path.c path.c: dirname_s: allow 'path' to point to the static buffer. 2011-02-16 16:53:26 +02:00
path.h path.c: Added path_isparent function. 2011-02-15 16:23:54 +01:00
queue.c queue.c: fixed bug where dequeue returns a invalid pointer. 2011-01-27 17:38:54 +01:00
queue.h queue.c: remove queue_clear. 2010-11-10 08:45:44 +01:00
rbtree.c rbtree: move delete_fn from the structure to argument. 2011-02-01 11:51:54 +01:00
rbtree.h rbtree: remove unused arguments from INIT macro. 2011-02-01 12:00:07 +01:00
str-list.c inotify: breakup mapping into a module. 2011-01-25 15:38:06 +01:00
str-list.h str-list.h: added str_list_export prototype. 2011-01-30 13:27:54 +01:00
strbuf.c strbuf.c: let strbuf_rchop return a value 2011-02-11 17:47:57 +01:00
strbuf.h strbuf.c: let strbuf_rchop return a value 2011-02-11 17:47:57 +01:00
tree.c tree: Adding N-tree module. 2011-02-14 08:09:42 +01:00
tree.h tree: Adding N-tree module. 2011-02-14 08:09:42 +01:00
util.h file.c: moved everything into path.c 2010-12-22 14:51:27 +01:00
xalloc.c xalloc.c: cleaning up and better error messages. 2010-11-24 21:50:02 +01:00
xalloc.h updated header comments and guards 2010-11-03 08:35:58 +01:00