summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-08tevent: document tevent_req_create state zeroingDavid Disseldorp1-3/+3
2013-03-01tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCEMichael Adam1-0/+11
2012-06-08tevent: expose tevent_context_init_opsStefan Metzmacher1-0/+14
2012-06-08lib/tevent: Add trace point callbackMartin Schwenke1-0/+43
2011-08-11tevent: fix documentation for tevent_context_init_byname()Sumit Bose1-2/+2
2011-08-09tevent: fix some comments in tevent.hStefan Metzmacher1-2/+2
2011-08-09tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher1-0/+76
2011-08-09tevent: allow tevent_queue_add() to take a NULL trigger functionStefan Metzmacher1-1/+3
2011-08-09tevent: add tevent_queue_running() functionStefan Metzmacher1-0/+11
2011-07-09tevent: add tevent_req_defer_callback()Stefan Metzmacher1-0/+42
2011-07-09tevent: fix comments for tevent_req_post()Stefan Metzmacher1-2/+2
2011-06-20tevent: Add tevent_req_oomVolker Lendecke1-0/+14
2011-06-01lib/tevent/tevent.h: minor documentation fix.Rusty Russell1-3/+3
2011-05-09tevent: Fix a typoVolker Lendecke1-1/+1
2011-03-09tevent: Fixed tevent_wakeup_send code example.Andreas Schneider1-1/+1
2010-12-26tevent: More documentation updatesVolker Lendecke1-1/+72
2010-12-26tevent: More doc fixesVolker Lendecke1-13/+47
2010-12-25tevent: Some documentation fixesVolker Lendecke1-22/+45
2010-11-17tevent: Fix docstring, tevent_req_is_in_progress does not destroy private dataKai Blin1-2/+0
2010-05-10tevent: Added a description for tevent queue.Andreas Schneider1-0/+9
2010-05-05tevent: Document the tevent_queue functions.Andreas Schneider1-0/+68
2010-05-05tevent: Document the tevent helper functions.Andreas Schneider1-0/+67
2010-05-05tevent: Document missing callback typedefs.Andreas Schneider1-2/+36
2010-05-05tevent: Document the missing tevent async request callback functions.Andreas Schneider1-1/+144
2010-05-05tevent: Create a typedef for the debug function callback.Andreas Schneider1-6/+20
2010-05-05tevent: Added more documentation.Stephen Gallagher1-11/+247
2010-05-05tevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSEStephen Gallagher1-3/+0
2010-05-05tevent: Added basic doxygen documentation.Andreas Schneider1-15/+375
2010-03-26tevent: added tevent_re_initialise()Andrew Tridgell1-0/+2
2010-02-22Spelling fixes for tevent.Brad Hards1-1/+1
2009-08-17tevent: add tevent_req_cancel() infrastructureStefan Metzmacher1-0/+8
2009-07-03Expose functions need by backend writersSimo Sorce1-0/+64
2009-06-04Add tevent_req_notify_callbackVolker Lendecke1-0/+4
2009-03-17tevent: store the location where a request was finishedStefan Metzmacher1-7/+16
2009-03-17tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher1-2/+1
2009-03-17tevent: add support for immediate eventsStefan Metzmacher1-0/+19
2009-03-12tevent: add tevent_loop_until()Stefan Metzmacher1-0/+6
2009-03-12tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher1-0/+9
2009-03-12tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher1-0/+11
2009-03-12tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher1-2/+7
2009-03-12tevent: add tevent_set_abort_fn()Stefan Metzmacher1-0/+2
2009-03-12tevent: add tevent_signal_support()Stefan Metzmacher1-0/+2
2009-03-10tevent: add tevent_req_callback_data_void() macroStefan Metzmacher1-0/+2
2009-03-10tevent: add tevent_req_received() functionStefan Metzmacher1-1/+7
2009-03-02Make struct tevent_req opaqueSimo Sorce1-89/+13
2009-02-26tevent: add tevent_queue infrastructureStefan Metzmacher1-0/+22
2009-02-25tevent: add private_print function feature to tevent_reqStefan Metzmacher1-0/+11
2009-02-25tevent: add tevent_req_poll() functionStefan Metzmacher1-0/+3
2009-02-25Attempt to fix the OpenChange build -- sorry for the breakVolker Lendecke1-1/+1
2009-02-24tevent.h requires bool and uint[16|32|64]_tVolker Lendecke1-0/+1