Archived
1
0
Fork 0
Commit graph

84 commits

Author SHA1 Message Date
Henrik Hautakoski
03c830be75 common/strbuf.c: fixing up squeeze. 2010-10-22 13:59:17 +02:00
Fredric N
73ac9837ff mysql reconnect option fix 2010-10-22 13:59:16 +02:00
Fredric N
1b7747c54a fixed segfault bug 2010-10-22 13:59:16 +02:00
Henrik Hautakoski
0174b8d6dc client/stdout.c: ported the code from output to client. deleting the old files. 2010-10-02 19:57:25 +02:00
Henrik Hautakoski
f44ada20b3 common/rbtree.c: some cleanup 2010-10-22 13:59:16 +02:00
Henrik Hautakoski
99066503f3 notify/inotify.c: now using new fscrawl. 2010-10-22 13:59:16 +02:00
Henrik Hautakoski
797545cd9b arch.c: changed clean_exit to exit when getting segfault signal, process will hang if not exited immediately. 2010-10-22 13:59:15 +02:00
Henrik Hautakoski
7209cfb1c4 common/rbtree: fixed a bug in delete 2010-10-22 13:59:15 +02:00
Henrik Hautakoski
8d7b4a74c7 notify/fscrawl: fixed up src/notify/tree, ADT, new API, new name. 2010-10-22 13:59:15 +02:00
Henrik Hautakoski
9fbe9cfc23 common/strbuf.c: attach function. 2010-10-22 13:59:15 +02:00
Henrik Hautakoski
3abbb2b63e common/strbuf: added chop function 2010-10-22 13:59:15 +02:00
Fredric N
69b418472e Fix to mysql client 2010-10-22 13:59:14 +02:00
Fredric N
30fe0ce353 Added mysql client 2010-10-22 13:59:14 +02:00
Henrik Hautakoski
34e3eff9c4 Makefile: adding configuration file. 2010-09-27 08:54:16 +02:00
Henrik Hautakoski
3e4723aa06 notify/notify.h: changed the api abit. 2010-10-22 13:59:14 +02:00
Henrik Hautakoski
7106d9aa5e test/h_touchdir.sh: helper shellscript 2010-10-22 13:59:14 +02:00
Henrik Hautakoski
5ec71fe7d2 Makefile: added phony target. 2010-10-22 13:59:14 +02:00
Henrik Hautakoski
cda3b2c6eb output: the need of a configuration file is now module specific. 2010-10-22 13:59:13 +02:00
Henrik Hautakoski
d9007a38a7 output/stdout.c: changed the output abit. 2010-10-22 13:59:13 +02:00
Henrik Hautakoski
d05c15a935 notify/inotify.c: improved notify_read() 2010-10-22 13:59:13 +02:00
Henrik Hautakoski
c6f346586e notify/inotify.c: first change, uses queue 2010-09-26 14:53:14 +02:00
Henrik Hautakoski
dd73cf9422 common/debug.h: replaced die-macro with function in die.c 2010-10-22 13:59:13 +02:00
Henrik Hautakoski
b137dd64f5 notify: preparation for the new Notify API and inotify implementation 2010-10-22 13:59:12 +02:00
Henrik Hautakoski
ed428f20c9 queue: fixed API function name to follow spec. 2010-10-22 13:59:12 +02:00
Henrik Hautakoski
26b1f73f8f Makefile: new buildprocess (kbuild like) 2010-10-22 13:59:12 +02:00
H Hautakoski
e8c73df6b5 docs: output 2010-10-22 13:59:12 +02:00
Fredric N
df67148db5 Added documentation 2010-10-22 13:59:12 +02:00
Fredric N
89b4b6f85b Support for iniconfig in arch.c + small output API fixes 2010-10-22 13:59:11 +02:00
H Hautakoski
5da0562350 docs: more xalloc. 2010-10-22 13:59:11 +02:00
Fredric N
3ec6498e83 Stdout output-driver with test 2010-10-22 13:59:11 +02:00
Fredric N
131a8b9501 Added output test for mysql 2010-10-22 13:59:11 +02:00
Fredric N
e93422ecef Deleted old database API 2010-10-22 13:59:11 +02:00
Fredric N
41043f9b5b Added output API + mysql impl. 2010-10-22 13:59:10 +02:00
Fredric N
d62be07874 Added ini library for configuration 2010-10-22 13:59:10 +02:00
H Hautakoski
c5458d982b docs: update strbuf and added xalloc. 2010-10-22 13:59:10 +02:00
H Hautakoski
4ca920dc01 common/path.c: ~ expand in normalize 2010-10-22 13:59:10 +02:00
H Hautakoski
8b0772d0f1 common/strbuf: new function strbuf_term 2010-10-22 13:59:10 +02:00
H Hautakoski
2c2c0781d9 xalloc 2010-10-22 13:59:10 +02:00
H Hautakoski
25d789c77b common/path.c: normalize function (old fmt_path) using strbuf. 2010-10-22 13:59:09 +02:00
H Hautakoski
ccdad9c6aa strbuf: docs and const pointers. 2010-10-22 13:59:09 +02:00
H Hautakoski
850df3fc87 notify/queue.c: fixed potential null pointer dereference 2010-10-22 13:59:09 +02:00
H Hautakoski
9de2e02418 common/strbuf: "\0" pointer for new buffers and squeeze. 2010-10-22 13:59:09 +02:00
H Hautakoski
c967a59706 queue: changed the ADT abit. 2010-10-22 13:59:08 +02:00
H Hautakoski
1ce3172734 better test for queue 2010-10-22 13:59:08 +02:00
H Hautakoski
2cc0d3f470 updated todo 2010-10-22 13:59:08 +02:00
H Hautakoski
073c210814 Moving some files and cleaning up. 2010-10-22 13:59:08 +02:00
H Hautakoski
8cafb25c42 arch/mysql.c: fixed the test and a overflow in init(). mysql needs alot more love. 2010-10-22 13:59:08 +02:00
H Hautakoski
bc7492cb1d updated strbuf docs 2010-10-22 13:59:07 +02:00
H Hautakoski
d5d79c77db common/path.c: fixed is_abspath. 2010-10-22 13:59:07 +02:00
H Hautakoski
af818017ed common/path: throwing away base/dirname in favor of libgen.h 2010-10-22 13:59:07 +02:00