Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/test
Henrik Hautakoski f973e29668 src/queue.c: don't deallocate the last block when queue becomes empty.
always keep one block in the queue so that in situations when the queue becomes empty
frequently. performance dosent blow up by calls to malloc/free.
2011-01-13 15:37:00 +01:00
..
h_touchdir.sh test/h_touchdir.sh: helper shellscript 2010-10-22 13:59:14 +02:00
Makefile Refactoring the buildsystem 2010-11-26 15:30:38 +01:00
t_fscrawl.c moving src/notify to src/ 2010-10-19 11:25:24 +02:00
t_log.c log.c: Added basic logging support. 2010-12-22 14:51:26 +01:00
t_notify.c test/t_inotify.c: cleanup and moved to t_notify.c 2010-11-11 16:10:18 +01:00
t_path.c use stdlib.h instead of malloc.h 2011-01-13 15:36:58 +01:00
t_queue.c src/queue.c: don't deallocate the last block when queue becomes empty. 2011-01-13 15:37:00 +01:00
t_rbtree.c removed debug.h in favor for log.h 2010-12-22 14:51:28 +01:00
t_strbuf.c strbuf.c: added strbuf_explode 2011-01-13 15:36:59 +01:00
unit.c use stdlib.h instead of malloc.h 2011-01-13 15:36:58 +01:00
unit.h fixed compiler warnings in test helpers. 2010-10-22 13:59:17 +02:00