summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_standard.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23301: merged from ctdbAndrew Tridgell1-0/+2
2007-10-10r22985: don't do checkins late at night ....Andrew Tridgell1-2/+0
2007-10-10r22971: fix build on systems without epollAndrew Tridgell1-0/+1
2007-10-10r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell1-0/+1
2007-10-10r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell1-11/+11
2007-10-10r22964: log an error on epoll_create failing on reopenAndrew Tridgell1-0/+1
2007-10-10r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell1-1/+41
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell1-6/+11
2007-10-10r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher1-5/+5
2007-10-10r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell1-4/+14
2007-10-10r22632: merged volkers select events fixAndrew Tridgell1-1/+2
2007-10-10r21171: fixed a bug related to recursive event handling.Andrew Tridgell1-2/+2
2007-10-10r20928: added signal events to lib/eventsAndrew Tridgell1-0/+23
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell1-117/+15
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-8/+4
2007-10-10r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell1-0/+1
2007-10-10r12844: don't include system headers directlyStefan Metzmacher1-9/+1
2007-10-10r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher1-10/+87
2007-10-10r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher1-2/+2
2007-10-10r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher1-160/+174
2007-10-10r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher1-0/+1
2007-10-10r12123: handle fde == NULL at the correct levelStefan Metzmacher1-6/+3
2007-10-10r10690: Fix a bug that metze pointed out: Leaving the "rejecting" destructor ...Volker Lendecke1-0/+1
2007-10-10r10684: Add a nasty hack for the failure case of wbinfo -t. Tridge has a prop...Volker Lendecke1-1/+9
2007-10-10r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher1-9/+9
2007-10-10r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke1-1/+2
2007-10-10r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke1-1/+1
2007-10-10r8409: fixed another error found on netbsd.Andrew Tridgell1-8/+13
2007-10-10r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell1-1/+0
2007-10-10r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij1-3/+3
2007-10-10r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher1-183/+183
2007-10-10r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher1-1/+2
2007-10-10r5373: prepare infrastructure for maing different eventsStefan Metzmacher1-0/+540