Archived
1
0
Fork 0

Commit graph

  • e2ff9d98df log.c: small fixes. Henrik Hautakoski 2010-12-20 19:42:20 +01:00
  • f973e29668 src/queue.c: don't deallocate the last block when queue becomes empty. Henrik Hautakoski 2010-12-09 15:53:53 +01:00
  • 3110bbf761 docs: adding log Henrik Hautakoski 2010-11-28 18:54:50 +01:00
  • e36fb981f2 archived.c: support for log levels in config Henrik Hautakoski 2010-11-28 17:37:53 +01:00
  • 80ad7d0daa log.c: added logstrtolvl Henrik Hautakoski 2010-11-28 17:19:25 +01:00
  • 6b2465dce2 docs/strbuf.txt: added strbuf_explode and strbuf_free_list Henrik Hautakoski 2010-11-28 10:23:22 +01:00
  • b6ab5c88a8 strbuf.c: added strbuf_explode Henrik Hautakoski 2010-11-28 10:18:41 +01:00
  • ce520fc35b src/queue.c: minor stuff. uint16_t -> unsigned int and a NULL check. Henrik Hautakoski 2010-11-28 10:03:18 +01:00
  • 463d432104 src/queue.c: use xalloc. Henrik Hautakoski 2010-11-28 10:00:48 +01:00
  • 2e2d6c7eee use stdlib.h instead of malloc.h Henrik Hautakoski 2010-11-28 09:51:53 +01:00
  • ae3ff5faae strbuf.c: use memrchr in strbuf_rchop Henrik Hautakoski 2010-11-27 18:29:39 +01:00
  • de032e9b33 compat: Added memrchr implementation Henrik Hautakoski 2010-11-27 18:07:16 +01:00
  • 132bc6e838 Refactoring the buildsystem Henrik Hautakoski 2010-11-26 15:30:38 +01:00
  • 5dd6f89946 xalloc.c: cleaning up and better error messages. Henrik Hautakoski 2010-11-24 21:50:02 +01:00
  • 3cdbc3aa57 archived.c: changed the usage string abit. Henrik Hautakoski 2010-11-24 19:37:17 +01:00
  • 97bc6ef58f archived.c: moved usage string to static variable (more readable) Henrik Hautakoski 2010-11-24 19:35:00 +01:00
  • 34cd74bcbf event.c: use xalloc instead of malloc. Henrik Hautakoski 2010-11-22 19:43:09 +01:00
  • a6cec1ce34 event.c: removed redundant sizeof()'s. Henrik Hautakoski 2010-11-22 19:34:49 +01:00
  • ed8891000f event.c: fix memory leak in notify_event_del. Henrik Hautakoski 2010-11-22 18:54:18 +01:00
  • 18e9de6bc2 archived.c: setup signals as soon as possible Henrik Hautakoski 2010-11-22 18:41:03 +01:00
  • f156e8906c removed debug.h in favor for log.h Henrik Hautakoski 2010-11-21 16:38:04 +01:00
  • 8ad0243c31 archived.c: added code for setting up log. Henrik Hautakoski 2010-11-21 16:37:02 +01:00
  • 055825766f test/t_path.c: added is_file tests. Henrik Hautakoski 2010-11-21 13:28:17 +01:00
  • f65dcaaf18 file.c: moved everything into path.c Henrik Hautakoski 2010-11-21 13:25:04 +01:00
  • c1963d1397 fscrawl.c: moved errno reset and don't call perror on EACCES. Henrik Hautakoski 2010-11-20 08:29:37 +01:00
  • 63b4beb8b0 fscrawl.c: don't ignore DT_UNKNOWN. Henrik Hautakoski 2010-11-20 08:24:23 +01:00
  • 8e9f51338b Makefile: compile with LFS flags to support large files on 32bit. Henrik Hautakoski 2010-11-20 08:08:36 +01:00
  • fca8bba289 path.c: Added is_dir function Henrik Hautakoski 2010-11-20 08:06:05 +01:00
  • dd0f1ae393 log.c: Added basic logging support. Henrik Hautakoski 2010-11-19 11:12:22 +01:00
  • 4a33fa091f docs/strbuf.txt: Adding 'strbuf_append_repeat' Henrik Hautakoski 2010-11-19 11:05:29 +01:00
  • f06a528ad0 strbuf.c: Added strbuf_append_repeat function Henrik Hautakoski 2010-11-19 11:04:16 +01:00
  • 0416fea36a fscrawl.c: removed unused variable. Henrik Hautakoski 2010-11-19 09:57:04 +01:00
  • 5d06e3c176 rbtree.h: small typo Henrik Hautakoski 2010-11-19 09:55:28 +01:00
  • c097750262 docs/strbuf.txt: added strbuf_rchop Henrik Hautakoski 2010-11-19 09:10:03 +01:00
  • d1924e5c67 test/t_strbuf.c: added test for freeing an empty buffer Henrik Hautakoski 2010-11-19 09:02:04 +01:00
  • 30ae4449ea test/t_strbuf.c: refactoring to individual function tests. Henrik Hautakoski 2010-11-19 08:57:02 +01:00
  • 925972faa5 strbuf.c: make 'strbuf_rtrim' alittle more readable Henrik Hautakoski 2010-11-15 19:24:08 +01:00
  • c558135c63 strbuf.c: move declarations that are not declared at the beginning of a scope block Henrik Hautakoski 2010-11-15 19:20:53 +01:00
  • 362b845030 inotify.c: always print notify_stat. Henrik Hautakoski 2010-11-14 13:46:13 +01:00
  • fd6a122c04 archived.c: don't exit on SIGUSR. Henrik Hautakoski 2010-11-14 13:44:17 +01:00
  • 1cce3f7ec1 docs: added queue. Henrik Hautakoski 2010-11-14 13:06:09 +01:00
  • 9a855dcade docs/Makefile: make doc generation more flexible. Henrik Hautakoski 2010-11-14 11:57:19 +01:00
  • c6309dd0af docs: added path Henrik Hautakoski 2010-11-14 11:36:59 +01:00
  • 4bf08bdc7f docs/rbtree.txt: changed indent on data structure section. Henrik Hautakoski 2010-11-14 11:24:51 +01:00
  • 546a78ad76 docs: added fscrawl Henrik Hautakoski 2010-11-14 10:44:08 +01:00
  • 2ad92d719e docs/xalloc.txt: typo fix. Henrik Hautakoski 2010-11-14 10:00:21 +01:00
  • d1c548a722 docs/api-notify.txt: fixed the style of an code example. Henrik Hautakoski 2010-11-14 09:58:12 +01:00
  • f752e03943 path.c: removed unneeded functions. Henrik Hautakoski 2010-11-14 09:46:34 +01:00
  • de35c33c37 README: updated compile instructions to reflect Makefile. Henrik Hautakoski 2010-11-12 09:20:31 +01:00
  • 1d99ab9eea test/t_inotify.c: cleanup and moved to t_notify.c Henrik Hautakoski 2010-11-11 16:10:18 +01:00
  • 5fd33c5115 inotify.c: some format cleanup Henrik Hautakoski 2010-11-11 16:07:48 +01:00
  • 4a2665004e queue.c: remove queue_clear. Henrik Hautakoski 2010-11-10 08:45:44 +01:00
  • 1f1e9f7764 inotify.c: more robust checking if we have instantiated properly. Henrik Hautakoski 2010-11-10 08:16:41 +01:00
  • 917666b012 inotify.c: cleaned up the structure. Henrik Hautakoski 2010-11-10 08:00:28 +01:00
  • b27aeaa283 Makefile: supress warning of including Makefile.local.mk Henrik Hautakoski 2010-11-09 17:56:28 +01:00
  • ef3355f600 lib/mongodb: removed, link to it instead. Henrik Hautakoski 2010-11-09 16:50:54 +01:00
  • 220d924336 docs: added rbtree. Henrik Hautakoski 2010-11-08 19:11:43 +01:00
  • 39d4899c5a rbtree: removed unneeded typedefs Henrik Hautakoski 2010-11-07 11:46:28 +01:00
  • d00fa63900 rbtree: changeing design. now using callbacks Henrik Hautakoski 2010-11-07 09:18:29 +01:00
  • 731f19553a rbtree: fixed some memory leaks. Henrik Hautakoski 2010-11-05 14:08:43 +01:00
  • baa6cbb316 docs: index generation Henrik Hautakoski 2010-11-05 11:13:18 +01:00
  • 15e73d76ab docs: updated xalloc Henrik Hautakoski 2010-11-05 10:26:33 +01:00
  • 44be15984f docs: added Asciidoc support Henrik Hautakoski 2010-11-04 21:42:39 +01:00
  • ff89dd2ded updated header comments and guards Henrik Hautakoski 2010-11-03 08:35:58 +01:00
  • a908cf92af mongodb support Henrik Hautakoski 2010-10-27 17:18:39 +02:00
  • 97bdfd94f1 refactoring out mysql to database API Henrik Hautakoski 2010-10-26 14:43:50 +02:00
  • d420a86372 minor fixes in xalloc and rbtree. Henrik Hautakoski 2010-10-24 13:54:40 +02:00
  • f3158fb988 Added README Henrik Hautakoski 2010-10-24 13:54:06 +02:00
  • 16c1930e21 moving ini to lib directory. Henrik Hautakoski 2010-10-23 13:34:03 +02:00
  • 6ac76b1830 src/util.h: switched file_exists macro to function. Henrik Hautakoski 2010-10-23 11:11:08 +02:00
  • 2d247fd827 throwing away the client and let database functionality always be built. Henrik Hautakoski 2010-10-22 16:46:58 +02:00
  • cfb5e85699 moving src/common to src/ Henrik Hautakoski 2010-10-19 13:34:06 +02:00
  • 22d7238b36 moving src/notify to src/ Henrik Hautakoski 2010-10-19 11:25:24 +02:00
  • 309350c01f docs: deleted old output API Henrik Hautakoski 2010-10-14 17:32:06 +02:00
  • fe6b1e1363 client: can't catch SIGKILL. Henrik Hautakoski 2010-10-11 21:50:43 +02:00
  • c0d47d945c client/mysql.c: fixed compiler warning Henrik Hautakoski 2010-10-11 20:15:13 +02:00
  • b6b355f6ce notify: refactoring in inotify and minor fixes in event/fscrawl. Henrik Hautakoski 2010-10-08 19:22:27 +02:00
  • c18d548afc docs: notify api Henrik Hautakoski 2010-10-08 18:54:04 +02:00
  • 205f72b3e0 fixed compiler warnings in test helpers. Henrik Hautakoski 2010-10-08 17:28:10 +02:00
  • 03c830be75 common/strbuf.c: fixing up squeeze. Henrik Hautakoski 2010-10-04 22:20:54 +02:00
  • 73ac9837ff mysql reconnect option fix Fredric N 2010-10-04 16:04:55 +02:00
  • 1b7747c54a fixed segfault bug Fredric N 2010-10-04 01:13:17 +02:00
  • 0174b8d6dc client/stdout.c: ported the code from output to client. deleting the old files. Henrik Hautakoski 2010-10-02 19:57:25 +02:00
  • f44ada20b3 common/rbtree.c: some cleanup Henrik Hautakoski 2010-10-02 18:50:58 +02:00
  • 99066503f3 notify/inotify.c: now using new fscrawl. Henrik Hautakoski 2010-10-02 16:42:10 +02:00
  • 797545cd9b arch.c: changed clean_exit to exit when getting segfault signal, process will hang if not exited immediately. Henrik Hautakoski 2010-10-02 10:38:22 +02:00
  • 7209cfb1c4 common/rbtree: fixed a bug in delete Henrik Hautakoski 2010-10-02 08:20:48 +02:00
  • 8d7b4a74c7 notify/fscrawl: fixed up src/notify/tree, ADT, new API, new name. Henrik Hautakoski 2010-09-30 23:04:11 +02:00
  • 9fbe9cfc23 common/strbuf.c: attach function. Henrik Hautakoski 2010-09-30 22:43:08 +02:00
  • 3abbb2b63e common/strbuf: added chop function Henrik Hautakoski 2010-09-29 22:21:38 +02:00
  • 69b418472e Fix to mysql client Fredric N 2010-09-29 21:31:05 +02:00
  • 30fe0ce353 Added mysql client Fredric N 2010-09-29 20:25:04 +02:00
  • 34e3eff9c4 Makefile: adding configuration file. Henrik Hautakoski 2010-09-27 08:54:16 +02:00
  • 3e4723aa06 notify/notify.h: changed the api abit. Henrik Hautakoski 2010-09-27 08:23:25 +02:00
  • 7106d9aa5e test/h_touchdir.sh: helper shellscript Henrik Hautakoski 2010-09-26 20:43:37 +02:00
  • 5ec71fe7d2 Makefile: added phony target. Henrik Hautakoski 2010-09-26 20:11:11 +02:00
  • cda3b2c6eb output: the need of a configuration file is now module specific. Henrik Hautakoski 2010-09-26 20:09:53 +02:00
  • d9007a38a7 output/stdout.c: changed the output abit. Henrik Hautakoski 2010-09-26 19:51:59 +02:00
  • d05c15a935 notify/inotify.c: improved notify_read() Henrik Hautakoski 2010-09-26 16:49:43 +02:00
  • c6f346586e notify/inotify.c: first change, uses queue Henrik Hautakoski 2010-09-26 14:53:14 +02:00