| .. |
|
.gitignore
|
Cleanup the .gitignore files
|
2012-05-09 21:43:58 +10:00 |
|
array.c
|
cleanup some warnings
|
2012-05-31 22:18:04 +10: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: if the server returns EAGAIN or ETIMEOUT the check the connection
|
2012-06-06 13:46:58 +10:00 |
|
ipc_shm.c
|
IPC: log the connection description in all logs
|
2012-05-16 13:59:12 +10:00 |
|
ipc_us.c
|
Don't use msg_flags on solaris (recvmsg).
|
2012-06-06 15:29:10 +10:00 |
|
ipcc.c
|
IPC: if the server returns EAGAIN or ETIMEOUT the check the connection
|
2012-06-06 13:46:58 +10:00 |
|
ipcs.c
|
IPC: if the server returns EAGAIN or ETIMEOUT the check the connection
|
2012-06-06 13:46:58 +10:00 |
|
libqb.pc.in
|
make the pc file auto detect -lrt
|
2012-01-16 22:33:21 +11:00 |
|
log_blackbox.c
|
LOG: Gracefully fail when the caller exceeds QB_LOG_MAX_LEN
|
2012-06-07 14:41:03 +10:00 |
|
log_dcs.c
|
cleanup some warnings
|
2012-05-31 22:18:04 +10:00 |
|
log_file.c
|
LOG: make it possible to fsync() on each file log.
|
2012-06-05 12:07:35 +10:00 |
|
log_format.c
|
LOG: Observe field widths when serializing string arguments
|
2012-06-07 14:40:34 +10:00 |
|
log_int.h
|
LOG: make it possible to fsync() on each file log.
|
2012-06-05 12:07:35 +10:00 |
|
log_syslog.c
|
Get coverity to ignore this warning.
|
2012-02-03 14:42:25 +11:00 |
|
log_thread.c
|
Use SCHED_BATCH only on platforms where available
|
2012-03-28 09:28:42 +11:00 |
|
log.c
|
LOG: make it possible to fsync() on each file log.
|
2012-06-05 12:07:35 +10: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: when new jobs are added they are added to the head instead of the tail.
|
2012-03-09 19:32:37 +11:00 |
|
loop_poll_epoll.c
|
Remove unused local variable
|
2012-05-01 09:13:04 +10:00 |
|
loop_poll_int.h
|
POLL: seperate out the poll/epoll and add kqueue
|
2012-04-04 00:26:20 +10:00 |
|
loop_poll_kqueue.c
|
Fix kqueue on freebsd.
|
2012-04-04 20:55:37 +10:00 |
|
loop_poll_poll.c
|
POLL: seperate out the poll/epoll and add kqueue
|
2012-04-04 00:26:20 +10:00 |
|
loop_poll.c
|
Fix kqueue on freebsd.
|
2012-04-04 20:55:37 +10:00 |
|
loop_timerlist.c
|
TIMER: check for null timer handle
|
2012-03-09 12:17:03 +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 message queues
|
2012-05-28 13:41:04 +10: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
|
RB: fix wrong sem_flg IPC_NOWAIT option
|
2012-06-06 16:22:58 +10:00 |
|
ringbuffer_int.h
|
Check for union semun properly
|
2012-05-28 13:35:48 +10:00 |
|
ringbuffer.c
|
RB: use the same mechanism in reclaim as read/peek to detect end-of-ring
|
2012-06-07 12:02:32 +10:00 |
|
rpl_sem.c
|
rb: cleanup the semaphores
|
2012-05-10 10:39:43 +10:00 |
|
rpl_sem.h
|
Try and improve the portability on bsd variants.
|
2012-03-24 22:43:37 +11:00 |
|
skiplist.c
|
use random() not rand()
|
2012-02-08 22:00:49 +11:00 |
|
stpcpy.c
|
Add replacement function stpcpy
|
2012-05-28 19:10:13 +10: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
|
Open shared mem file in /dev/shm only for linux
|
2012-06-06 15:31:51 +10:00 |
|
util_int.h
|
Use safer versions of string functions (strcpy -> strlcpy)
|
2012-02-08 22:00:49 +11:00 |
|
util.c
|
Remove HZ and use sysconf instead.
|
2012-05-09 21:38:38 +10:00 |