libqb/lib
Angus Salkeld 002f009941 Remove timerfd usage and go back to timelist.
timefd is using too much cpu and it is using up
file descriptors.

timelist is also more portable and now I have less
code to maintain.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-02-24 11:40:45 +11:00
..
array.c ARRAY: save memory (in the bins array) and allow holes in the array 2012-02-22 17:30:19 +11:00
hashtable.c MAP: add a notifier purely to allow the user to free memory. 2011-12-14 00:26:01 +11:00
hdb.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_int.h IPC: split up the recv into chuncks of 2 seconds. 2012-02-14 16:42:59 +11:00
ipc_posix_mq.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
ipc_shm.c Be more consistent with the internal logs. 2012-02-14 12:43:42 +11:00
ipc_sysv_mq.c Merge some portability changes from the mingw branch 2011-12-21 14:23:43 +11:00
ipc_us.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
ipcc.c IPC: split up the recv into chuncks of 2 seconds. 2012-02-14 16:42:59 +11:00
ipcs.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
libqb.pc.in make the pc file auto detect -lrt 2012-01-16 22:33:21 +11:00
log_blackbox.c Be more consistent with the internal logs. 2012-02-14 12:43:42 +11:00
log_dcs.c ARRAY: save memory (in the bins array) and allow holes in the array 2012-02-22 17:30:19 +11:00
log_file.c LOG: add stdout target 2012-02-20 14:46:43 +11:00
log_format.c LOG: add a hostname %H format specifier. 2012-02-15 17:34:45 +11:00
log_int.h LOG: add a hostname %H format specifier. 2012-02-15 17:34:45 +11:00
log_syslog.c Get coverity to ignore this warning. 2012-02-03 14:42:25 +11:00
log_thread.c Remove dead code 2012-02-08 22:00:49 +11:00
log.c UTIL: if possible use COARSE resolution clocks - they are much faster. 2012-02-24 11:25:55 +11:00
loop_int.h LOOP: make it possible to pass in NULL as the default loop instance 2012-02-10 14:47:49 +11:00
loop_job.c LOOP: add a function to delete jobs 2012-02-15 22:18:43 +11:00
loop_poll.c Remove timerfd usage and go back to timelist. 2012-02-24 11:40:45 +11:00
loop_timerlist.c Remove timerfd usage and go back to timelist. 2012-02-24 11:40:45 +11:00
loop.c LOOP: allow stop() and run() to be called with NULL loop instance. 2012-02-20 14:46:43 +11:00
Makefile.am Remove timerfd usage and go back to timelist. 2012-02-24 11:40:45 +11:00
map_int.h PTRIE: refcount the notifier structs 2012-01-25 16:09:32 +11:00
map.c MAP: add a notifier purely to allow the user to free memory. 2011-12-14 00:26:01 +11:00
ringbuffer_helper.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ringbuffer_int.h IPC: fix resource cleanup if the server dies 2012-01-12 15:09:58 +11:00
ringbuffer.c RB: add a debug message if trying to read a message of the wrong size 2012-02-14 16:43:50 +11:00
skiplist.c use random() not rand() 2012-02-08 22:00:49 +11:00
strchrnul.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
strlcat.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
strlcpy.c Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
trie.c PTRIE: refcount the notifier structs 2012-01-25 16:09:32 +11:00
unix.c set umask before calling mkstemp() 2012-02-08 22:00:49 +11:00
util_int.h Use safer versions of string functions (strcpy -> strlcpy) 2012-02-08 22:00:49 +11:00
util.c UTIL: if possible use COARSE resolution clocks - they are much faster. 2012-02-24 11:25:55 +11:00