Archived
1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
Henrik Hautakoski
16c1930e21 moving ini to lib directory. 2010-10-23 13:34:03 +02:00
Henrik Hautakoski
6ac76b1830 src/util.h: switched file_exists macro to function.
the macro returns true for directories aswell, using stat.h instead.
2010-10-23 11:11:08 +02:00
Henrik Hautakoski
2d247fd827 throwing away the client and let database functionality always be built.
The debug output used in client/stdout.c should coexist with the database. via __DEBUG__ macro.
2010-10-23 11:10:31 +02:00
Henrik Hautakoski
cfb5e85699 moving src/common to src/ 2010-10-19 13:34:06 +02:00
Henrik Hautakoski
22d7238b36 moving src/notify to src/ 2010-10-19 11:25:24 +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
8d7b4a74c7 notify/fscrawl: fixed up src/notify/tree, ADT, new API, new name. 2010-10-22 13:59:15 +02:00
Henrik Hautakoski
34e3eff9c4 Makefile: adding configuration file. 2010-09-27 08:54:16 +02:00
Henrik Hautakoski
5ec71fe7d2 Makefile: added phony target. 2010-10-22 13:59:14 +02:00
Henrik Hautakoski
c6f346586e notify/inotify.c: first change, uses queue 2010-09-26 14:53:14 +02:00
Henrik Hautakoski
26b1f73f8f Makefile: new buildprocess (kbuild like) 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
25d789c77b common/path.c: normalize function (old fmt_path) using strbuf. 2010-10-22 13:59:09 +02:00
H Hautakoski
073c210814 Moving some files and cleaning up. 2010-10-22 13:59:08 +02:00
Fredric N
616d5ca03f Indentation fix 2010-10-22 13:59:05 +02:00
20348ed1e9 wrapperscript generation from makefile 2010-10-22 13:59:03 +02:00
9fa5c9eac9 unit test api needs to be rewritten. crazy to assert functions with heap allocated memory or "in place"
manipulation.
2010-10-19 03:31:55 +02:00
f630cbf979 some cleanup and extended insertion in rbtree, updated rbtree test 2010-10-19 03:31:54 +02:00
fdfefe7d55 Initial commit 2010-10-19 03:31:16 +02:00