summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_req.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19tevent: Flow: add tevent_thread_call_depth_set_callback()Pavel Filipenský1-8/+25
2023-07-19tevent: Flow: store cleanup function name in tevent_reqStefan Metzmacher1-0/+9
2023-07-19tevent: Flow: store cancel function name in tevent_reqStefan Metzmacher1-4/+14
2023-07-19tevent: Flow: store callback function name in tevent_reqPavel Filipenský1-0/+11
2023-07-19tevent: Flow: pass function name to tevent_req_create()Pavel Filipenský1-0/+15
2023-01-18tevent: Call depth trackingPavel Filipenský1-0/+10
2019-01-28lib:tevent: Use correct C99 initializer for tevent_reqAndreas Schneider1-4/+6
2018-07-11tevent: Add tevent_req_profileVolker Lendecke1-0/+203
2017-07-21tevent: handle passing req = NULL to tevent_req_print()Stefan Metzmacher1-0/+4
2017-07-21tevent: avoid calling talloc_get_name(NULL) in tevent_req_default_print()Stefan Metzmacher1-1/+1
2017-06-22tevent: include the finish location in tevent_req_default_print()Stefan Metzmacher1-2/+3
2016-10-05tevent: Add tevent_req_reset_endtimeVolker Lendecke1-0/+5
2016-07-22tevent: Add overflow protection to tevent_req_createVolker Lendecke1-0/+7
2016-07-22tevent: Save 140 bytes of .text in tevent_req_createVolker Lendecke1-9/+7
2016-07-22tevent: Save 32 bytes of .text in tevent_req_createVolker Lendecke1-5/+8
2014-01-17tevent: add tevent_req_set_cleanup_fn()Stefan Metzmacher1-0/+30
2014-01-17tevent: add/use tevent_req_destructorStefan Metzmacher1-1/+14
2013-12-11tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher1-4/+6
2013-12-11tevent: tevent_req_create() already uses ZERO_STRUCT(req)Stefan Metzmacher1-2/+0
2013-12-11tevent: let tevent_req_received() clear the private_cancel functionStefan Metzmacher1-0/+1
2013-12-11tevent: cancel the timeout timer when the request is finishedStefan Metzmacher1-0/+6
2013-09-08tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke1-1/+4
2011-07-09tevent: add tevent_req_defer_callback()Stefan Metzmacher1-0/+12
2011-06-20tevent: Add tevent_req_oomVolker Lendecke1-1/+6
2010-05-05tevent: Added basic doxygen documentation.Andreas Schneider1-175/+9
2010-02-22Spelling fixes for tevent.Brad Hards1-1/+1
2009-08-17tevent: add tevent_req_cancel() infrastructureStefan Metzmacher1-0/+43
2009-08-15tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher1-0/+38
2009-07-14Change to talloc_zero_size instead of extra memset.Jeremy Allison1-2/+1
2009-07-14When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison1-0/+1
2009-06-04Add tevent_req_notify_callbackVolker Lendecke1-4/+9
2009-05-07tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher1-1/+1
2009-03-17tevent: store the location where a request was finishedStefan Metzmacher1-11/+21
2009-03-17tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher1-17/+11
2009-03-17tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher1-9/+5
2009-03-10tevent: add tevent_req_received() functionStefan Metzmacher1-0/+21
2009-03-02Make struct tevent_req opaqueSimo Sorce1-11/+31
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher1-3/+24
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher1-0/+15
2009-02-18tevent: rename tevent_req_set_timeout() => tevent_req_set_endtime()Stefan Metzmacher1-1/+1
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin1-1/+1
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-9/+13
2009-02-13lib/tevent: add tevent_req infrastructureStefan Metzmacher1-200/+138
2009-02-13lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher1-0/+338