summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_queue.c
Commit message (Expand)AuthorAgeFilesLines
* tevent: add tevent_queue_entry_untrigger()Stefan Metzmacher2018-02-231-0/+13
* tevent: Fix a typoVolker Lendecke2016-08-201-1/+1
* tevent: remove unneeded type argument from DLIST_ADD_ENDMichael Adam2016-02-061-1/+1
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-01-171-0/+4
* tevent: Fix CID 1138326 Unchecked return valueVolker Lendecke2013-12-171-1/+1
* tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher2013-12-111-2/+3
* tevent: add tevent_queue_wait_send/recv()Gregor Beck2013-12-111-0/+52
* tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2011-08-091-2/+55
* tevent: splitout tevent_queue_add_internal() from tevent_queue_add()Stefan Metzmacher2011-08-091-8/+26
* tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher2011-08-091-0/+7
* tevent: add tevent_queue_running() functionStefan Metzmacher2011-08-091-0/+5
* tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher2009-03-171-40/+59
* tevent: add tevent_queue infrastructureStefan Metzmacher2009-02-261-0/+198