libqb/lib
Angus Salkeld 2da98acd42 MAP: add a notifier purely to allow the user to free memory.
At the moment if you have multiple notifiers it becomes impossible
to figure out when it is safe to free the values.

This new callback can only be added once and is called
once, making it better suited to freeing memory. It is
also called after the deleted and replaced notifiers.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2011-12-14 00:26:01 +11:00
..
array.c ARRAY: make sure that num_bins stays below MAX_BINS 2011-11-10 09:28:55 +11:00
atomic_gcc.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
atomic_lock.c configure: improve arch & os detection output. 2011-06-26 23:29:19 +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: use the correct pointer type. 2011-06-20 16:36:34 +10:00
ipc_posix_mq.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_shm.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_sysv_mq.c Improve the error handling esp. after failed malloc's 2011-11-08 09:50:38 +11:00
ipc_us.c Fix splint warning on ubuntu 11.04 2011-07-19 14:08:57 +10:00
ipcc.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
ipcs.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
libqb.pc.in LOG: fix shared library callsites 2011-04-06 22:09:46 +10:00
log_blackbox.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
log_dcs.c LOG: clean up mem better when qb_log_fini is called 2011-11-10 21:28:14 +11:00
log_file.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
log_format.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
log_int.h LOG: add qb_log_filter_ctl2() so we can filter a range of priorities 2011-09-09 14:09:02 +10:00
log_syslog.c LOG: move priority check up to prevent unnecessary format. 2011-07-14 12:38:02 +10:00
log_thread.c LOG: clean up mem better when qb_log_fini is called 2011-11-10 21:28:14 +11:00
log.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
loop_int.h LOOP: change timer handle from pointer to index + check. 2011-01-05 10:52:30 +11:00
loop_job.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
loop_poll.c LOOP: free up the signal list when qb_loop_destory() is called 2011-11-10 21:30:37 +11:00
loop_timerlist.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
loop.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
Makefile.am Bump the library version to 0.7.0 2011-11-16 21:42:33 +11:00
map_int.h map: add qb_map_notify_del_2() which includes the userdata. 2011-11-25 11:28:14 +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 RB: use the semaphore to return chunks_used. 2010-10-19 07:05:55 +11:00
ringbuffer.c Fix errors found by api-sanity-autotest 2011-11-25 17:16:19 +11:00
skiplist.c MAP: add a notifier purely to allow the user to free memory. 2011-12-14 00:26:01 +11:00
trie.c MAP: add a notifier purely to allow the user to free memory. 2011-12-14 00:26:01 +11:00
util_int.h defs: better define va_copy 2011-08-26 09:39:26 +10:00
util.c Lindent formatting changes. 2011-11-08 10:49:14 +11:00