summaryrefslogtreecommitdiff
path: root/source4/lib/events.c
AgeCommit message (Expand)AuthorFilesLines
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