r4944: every event_add_*() caller was having to call talloc_steal() to take
[jelmer/samba4-debian.git] / source / lib / events.c
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4756: a slight tidy up in the events code
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3028: use talloc_free() instead of talloc_unlink(...
2007-10-10 Andrew Tridgellr3017: nicer memory handling for event_context_merge()
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc
2007-10-10 Stefan Metzmacherr2441: set exit code correct when we got EBADF from...
2007-10-10 Stefan Metzmacherr2319: let event_merge_contexts() return a pointer...
2007-10-10 Andrew Bartlettr2283: Change from tridge (in his ntlm2 patch).
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Andrew Tridgellr1517: change event_remove_timed() to remove by structu...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2004-01-22 Stefan Metzmacherinitilize ev->maxfd = EVENT_INVALID_MAXFD; before the...
2004-01-22 Stefan Metzmacher- make the recalculation of ev->maxfd a bit more efficient.
2004-01-21 Stefan Metzmacherlet the event_add_XXX() function return a pointer of...
2003-12-04 Andrew Tridgell* added a debug thread id hook from jim myers
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code