summaryrefslogtreecommitdiff
path: root/source4/lib/events.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5105: removed some unused events functions. These are no longer needed asAndrew Tridgell1-30/+0
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-26/+0
2007-10-10r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell1-36/+2
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-3/+15
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-85/+85
2007-10-10r4756: a slight tidy up in the events codeAndrew Tridgell1-4/+1
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-1/+1
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-15/+8
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+2
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