Archived
1
0
Fork 0
Commit graph

21 commits

Author SHA1 Message Date
Henrik Hautakoski
e0f29b6a45 docs: added inotify-map. 2011-08-08 21:07:40 +02:00
Henrik Hautakoski
4ad7c469ac docs: added inotify-watch. 2011-08-08 21:07:39 +02:00
Henrik Hautakoski
597b410de1 docs: adding tree. 2011-08-08 21:07:32 +02:00
Henrik Hautakoski
3ce514f46d docs: adding inotify-backend. 2011-08-08 20:59:49 +02:00
Henrik Hautakoski
ea923815ab strbuf: redundant assignment.
remove second assignment of 'len' in strbuf_appendf(). it is never used again.
2011-04-03 13:40:09 +02:00
Henrik Hautakoski
a5201deaee docs: changed headers. 2011-03-20 21:12:47 +02:00
Henrik Hautakoski
f46ae1970b Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
2011-03-19 12:28:48 +02:00
Henrik Hautakoski
546e7c50f1 path.c: added dirname_s function. 2011-02-11 19:17:38 +01:00
Henrik Hautakoski
79f18e6671 strbuf.c: let strbuf_rchop return a value 2011-02-11 17:47:57 +01:00
Henrik Hautakoski
dfaa1be71f docs/technical/log.txt: fixed a typo. 2011-02-06 19:15:56 +01:00
Henrik Hautakoski
1b3035b249 path: added mkpath 2011-02-05 14:13:17 +01:00
Henrik Hautakoski
9c73f8f867 strbuf: strbuf_append_va 2011-02-05 14:10:59 +01:00
Henrik Hautakoski
e67e03aceb strbuf: added strbuf_avail and strbuf_appendf. 2011-02-04 17:18:21 +01:00
Henrik Hautakoski
6538fd9369 strbuf: added strbuf_setlen 2011-02-04 16:27:39 +01:00
Henrik Hautakoski
d64f14af4e rbtree: remove unused arguments from INIT macro. 2011-02-01 12:00:07 +01:00
Henrik Hautakoski
b5f0c3117c rbtree: move delete_fn from the structure to argument. 2011-02-01 11:51:54 +01:00
Henrik Hautakoski
ae3dec912a rbtree.c: don't call delete_fn in rbtree_insert, return a value on duplicate keys instead.
for design reasons, it's more flexible to not use callbacks for this purpose.
2011-02-01 10:53:17 +01:00
Henrik Hautakoski
7dcfd815ee rbtree.h: get rid of update_fn, we don't use it. 2011-02-01 10:29:01 +01:00
Henrik Hautakoski
442e912835 rbtree.c: return key instead of using callback. 2011-02-01 10:21:57 +01:00
Henrik Hautakoski
b0f473fb71 docs: adding str-list 2011-01-26 19:19:05 +01:00
Fredric N
3c0e4e6470 Changed the documentation structure 2011-01-26 19:19:04 +01:00