summaryrefslogtreecommitdiff
path: root/source4/lib/events.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3028: use talloc_free() instead of talloc_unlink(), as theAndrew Tridgell1-3/+3
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell1-15/+10
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-37/+9
2007-10-10r2441: set exit code correct when we got EBADF from select()Stefan Metzmacher1-0/+1
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher1-1/+3
2007-10-10r2283: Change from tridge (in his ntlm2 patch).Andrew Bartlett1-3/+7
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-1/+1
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-135/+209
2007-10-10r1517: change event_remove_timed() to remove by structure not by handler.Andrew Tridgell1-3/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher1-0/+1
2004-01-22- make the recalculation of ev->maxfd a bit more efficient.Stefan Metzmacher1-35/+50
2004-01-21let the event_add_XXX() function return a pointer of the allocated event stru...Stefan Metzmacher1-12/+12
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell1-1/+7
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+372