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