summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_queue.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-23tevent: add tevent_queue_entry_untrigger()Stefan Metzmacher1-0/+13
2016-08-20tevent: Fix a typoVolker Lendecke1-1/+1
2016-02-06tevent: remove unneeded type argument from DLIST_ADD_ENDMichael Adam1-1/+1
2014-01-17tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher1-0/+4
2013-12-17tevent: Fix CID 1138326 Unchecked return valueVolker Lendecke1-1/+1
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher1-2/+3
2013-12-11tevent: add tevent_queue_wait_send/recv()Gregor Beck1-0/+52
2011-08-09tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher1-2/+55
2011-08-09tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher1-8/+26
2011-08-09tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher1-0/+7
2011-08-09tevent: add tevent_queue_running() functionStefan Metzmacher1-0/+5
2009-03-17tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher1-40/+59
2009-02-26tevent: add tevent_queue infrastructureStefan Metzmacher1-0/+198