pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / lib / tevent / tevent_req.c
2019-01-28 Andreas Schneiderlib:tevent: Use correct C99 initializer for tevent_req
2018-07-11 Volker Lendecketevent: Add tevent_req_profile
2017-07-21 Stefan Metzmachertevent: handle passing req = NULL to tevent_req_print()
2017-07-21 Stefan Metzmachertevent: avoid calling talloc_get_name(NULL) in tevent_r...
2017-06-22 Stefan Metzmachertevent: include the finish location in tevent_req_defau...
2016-10-04 Volker Lendecketevent: Add tevent_req_reset_endtime
2016-07-22 Volker Lendecketevent: Add overflow protection to tevent_req_create
2016-07-22 Volker Lendecketevent: Save 140 bytes of .text in tevent_req_create
2016-07-22 Volker Lendecketevent: Save 32 bytes of .text in tevent_req_create
2014-01-17 Stefan Metzmachertevent: add tevent_req_set_cleanup_fn()
2014-01-17 Stefan Metzmachertevent: add/use tevent_req_destructor
2013-12-11 Stefan Metzmachertevent: make use of talloc_get_type_abort() in tevent_req.c
2013-12-11 Stefan Metzmachertevent: tevent_req_create() already uses ZERO_STRUCT...
2013-12-11 Stefan Metzmachertevent: let tevent_req_received() clear the private_can...
2013-12-11 Stefan Metzmachertevent: cancel the timeout timer when the request is...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-08 Volker Lendecketevent: Use talloc_pooled_object for tevent_req_create
2011-07-09 Stefan Metzmachertevent: add tevent_req_defer_callback()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker Lendecketevent: Add tevent_req_oom
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-02-22 Brad HardsSpelling fixes for tevent.
2009-08-17 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-08-15 Stefan Metzmachertevent: add some more doxygen comments for tevent_req...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-14 Jeremy AllisonChange to talloc_zero_size instead of extra memset.
2009-07-14 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-06-04 Volker LendeckeAdd tevent_req_notify_callback
2009-05-07 Stefan Metzmachertevent: fix typo async_req_done() => tevent_req_done()
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Stefan Metzmachertevent: store the location where a request was finished
2009-03-17 Stefan Metzmachertevent: use an immediate event fot tevent_req_post()
2009-03-17 Stefan Metzmachertevent: use TALLOC_FREE() in tevent_req.c
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-10 Stefan Metzmachertevent: add tevent_req_received() function
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-02 Simo SorceMake struct tevent_req opaque
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Stefan Metzmachertevent: add private_print function feature to tevent_req
2009-02-25 Stefan Metzmachertevent: add tevent_req_poll() function
2009-02-18 Stefan Metzmachertevent: rename tevent_req_set_timeout() => tevent_req_s...
2009-02-17 Kai Blintevent: Rename ev_timeval* functions to tevent_timeval...
2009-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req infrastructure
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req.c as copy of lib/async_req...