Archived
1
0
Fork 0

Commit graph

  • dd73cf9422 common/debug.h: replaced die-macro with function in die.c Henrik Hautakoski 2010-09-25 18:43:32 +02:00
  • b137dd64f5 notify: preparation for the new Notify API and inotify implementation Henrik Hautakoski 2010-09-25 18:08:55 +02:00
  • ed428f20c9 queue: fixed API function name to follow spec. Henrik Hautakoski 2010-09-25 18:05:30 +02:00
  • 26b1f73f8f Makefile: new buildprocess (kbuild like) Henrik Hautakoski 2010-09-24 10:46:52 +02:00
  • e8c73df6b5 docs: output H Hautakoski 2010-09-22 13:46:21 +02:00
  • df67148db5 Added documentation Fredric N 2010-09-21 19:57:43 +02:00
  • 89b4b6f85b Support for iniconfig in arch.c + small output API fixes Fredric N 2010-09-21 19:38:02 +02:00
  • 5da0562350 docs: more xalloc. H Hautakoski 2010-09-21 09:07:07 +02:00
  • 3ec6498e83 Stdout output-driver with test Fredric N 2010-09-21 08:25:18 +02:00
  • 131a8b9501 Added output test for mysql Fredric N 2010-09-20 23:06:57 +02:00
  • e93422ecef Deleted old database API Fredric N 2010-09-20 23:05:47 +02:00
  • 41043f9b5b Added output API + mysql impl. Fredric N 2010-09-20 23:04:02 +02:00
  • d62be07874 Added ini library for configuration Fredric N 2010-09-20 22:19:30 +02:00
  • c5458d982b docs: update strbuf and added xalloc. H Hautakoski 2010-09-20 21:53:23 +02:00
  • 4ca920dc01 common/path.c: ~ expand in normalize H Hautakoski 2010-09-18 21:05:23 +02:00
  • 8b0772d0f1 common/strbuf: new function strbuf_term H Hautakoski 2010-09-18 20:16:24 +02:00
  • 2c2c0781d9 xalloc H Hautakoski 2010-09-18 19:01:33 +02:00
  • 25d789c77b common/path.c: normalize function (old fmt_path) using strbuf. H Hautakoski 2010-09-14 12:58:39 +02:00
  • ccdad9c6aa strbuf: docs and const pointers. H Hautakoski 2010-09-14 12:54:56 +02:00
  • 850df3fc87 notify/queue.c: fixed potential null pointer dereference H Hautakoski 2010-09-12 20:05:18 +02:00
  • 9de2e02418 common/strbuf: "\0" pointer for new buffers and squeeze. H Hautakoski 2010-09-12 13:32:20 +02:00
  • c967a59706 queue: changed the ADT abit. H Hautakoski 2010-09-09 07:47:57 +02:00
  • 1ce3172734 better test for queue H Hautakoski 2010-09-09 07:45:55 +02:00
  • 2cc0d3f470 updated todo H Hautakoski 2010-09-08 20:11:52 +02:00
  • 073c210814 Moving some files and cleaning up. H Hautakoski 2010-09-08 19:53:15 +02:00
  • 8cafb25c42 arch/mysql.c: fixed the test and a overflow in init(). mysql needs alot more love. H Hautakoski 2010-08-26 21:37:47 +02:00
  • bc7492cb1d updated strbuf docs H Hautakoski 2010-08-25 09:07:51 +02:00
  • d5d79c77db common/path.c: fixed is_abspath. H Hautakoski 2010-08-22 14:08:30 +02:00
  • af818017ed common/path: throwing away base/dirname in favor of libgen.h H Hautakoski 2010-08-21 22:07:03 +02:00
  • 3b91895093 first hack at the event queue. H Hautakoski 2010-08-10 21:57:00 +02:00
  • f1dbd880a7 docs for strbuf and some small changes. H Hautakoski 2010-08-06 11:31:04 +02:00
  • d6537b235c remove old democode H Hautakoski 2010-08-06 06:35:59 +02:00
  • 2afa74ee81 updated header comments H Hautakoski 2010-07-22 18:02:17 +02:00
  • 436c9ed7e4 ignore object files and test binaries. H Hautakoski 2010-07-22 17:59:33 +02:00
  • 1cf6ea1571 common/strbuf: a little cleanup in rev H Hautakoski 2010-07-21 20:52:08 +02:00
  • 92477a7261 core string buffer implementation. H Hautakoski 2010-07-12 00:01:35 +02:00
  • f35b780e53 Added .gitignore Fredric N 2010-06-15 19:00:00 +02:00
  • ebc1f68cde Removed call to deleted function Fredric N 2010-06-15 10:41:01 +02:00
  • 82a35e8232 Added creation of database on startup Fredric N 2010-06-15 10:38:06 +02:00
  • 616d5ca03f Indentation fix Fredric N 2010-06-15 10:05:43 +02:00
  • d8b25fe83b Updated TODO Fredric N 2010-06-15 10:11:04 +02:00
  • dc94d1185c small fix. H Hautakoski 2010-06-14 22:57:48 +02:00
  • 20a13a90b4 fs/notify.h: some small API change. H Hautakoski 2010-06-10 00:04:04 +02:00
  • 8f89092faa arch/mysql.c: fixed memoryblock calculation bug in delete() H Hautakoski 2010-06-09 23:49:18 +02:00
  • b326f23c85 common/path.c: fixed bug whit trailing slash in fmt_path H Hautakoski 2010-06-09 22:44:05 +02:00
  • fd3d2c0fa6 common/mem.h: removed, not needed. H Hautakoski 2010-06-09 20:25:00 +02:00
  • ec6b523713 updated TODO H Hautakoski 2010-06-09 14:34:39 +02:00
  • 4a36c05134 Added docs dir, updated TEMPLATE H Hautakoski 2010-06-09 14:33:40 +02:00
  • 20348ed1e9 wrapperscript generation from makefile H Hautakoski 2010-06-09 14:30:51 +02:00
  • 6fea192c60 rbtree.c: killed some dragons H Hautakoski 2010-05-18 08:05:59 +02:00
  • 319b76216b updated some headercomments and added HACKING H Hautakoski 2010-05-18 08:04:44 +02:00
  • 9fa5c9eac9 unit test api needs to be rewritten. crazy to assert functions with heap allocated memory or "in place" manipulation. Henrik Hautakoski 2010-05-16 22:47:38 +02:00
  • 64b6356e61 Updated template Henrik Hautakoski 2010-05-16 22:16:19 +02:00
  • 654f4bff80 updated dirname/basepath to follow a modification of IEEE standard. Henrik Hautakoski 2010-05-16 22:13:16 +02:00
  • 304049064e small fixes in debug and rbtree. Henrik Hautakoski 2010-05-16 13:36:34 +02:00
  • d0d344a78c Fixa lite i todo. Fredric N 2010-04-28 22:21:57 +02:00
  • f630cbf979 some cleanup and extended insertion in rbtree, updated rbtree test Henrik Hautakoski 2010-04-28 08:49:15 +02:00
  • 401b11fdcf Removed a unused file and updated debug.h macros Henrik Hautakoski 2010-04-27 08:45:13 +02:00
  • aca1e7240f Crawler prototype Fredric N 2010-04-22 21:40:38 +02:00
  • efd9d3d312 Added dirname() function Fredric N 2010-04-22 21:37:52 +02:00
  • 1e68c71d72 added template Henrik Hautakoski 2010-04-21 23:11:30 +02:00
  • 3b9c726466 Added support for user specified database host and tablename Fredric N 2010-04-20 22:52:50 +02:00
  • fdfefe7d55 Initial commit Henrik Hautakoski 2010-04-20 20:38:50 +02:00