summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_queue.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19tevent: Flow: add tevent_thread_call_depth_set_callback()Pavel Filipenský1-1/+12
2023-07-19tevent: Flow: store trigger function name in tevent_queue_entryPavel Filipenský1-4/+51
2023-01-18tevent: Call depth trackingPavel Filipenský1-0/+2
2022-04-11tevent: Add tevent queue tracing supportPavel Filipenský1-0/+26
2022-04-11tevent: Use internally an empty trigger function for blocker requestsPavel Filipenský1-1/+7
2022-04-11tevent: Move the code below the trigger checkPavel Filipenský1-6/+6
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