r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even if
[bbaumbach/samba-autobuild/.git] / source4 / lib / events / events_standard.c
2007-10-10 Stefan Metzmacherr12153: work arround the fact that epoll reports EPOLLE...
2007-10-10 Stefan Metzmacherr12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,
2007-10-10 Stefan Metzmacherr12141: - move epoll related code into one big #ifdef...
2007-10-10 Stefan Metzmacherr12140: - add an additional_flags field to the fd_event...
2007-10-10 Stefan Metzmacherr12123: handle fde == NULL at the correct level
2007-10-10 Volker Lendecker10690: Fix a bug that metze pointed out: Leaving the...
2007-10-10 Volker Lendecker10684: Add a nasty hack for the failure case of wbinfo...
2007-10-10 Stefan Metzmacherr10537: - we now use a much nicer way to handle talloc_...
2007-10-10 Volker Lendecker8886: Exchange the arguments of timeval_compare, this...
2007-10-10 Volker Lendecker8875: Rename timeval_diff to timeval_until and revert...
2007-10-10 Andrew Tridgellr8409: fixed another error found on netbsd.
2007-10-10 Andrew Tridgellr6147: The maxfd was being recalculated on every event...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Stefan Metzmacherr5407: - this patch makes samba's event loop code more...
2007-10-10 Stefan Metzmacherr5393: trigger timed events not to early, better do...
2007-10-10 Stefan Metzmacherr5373: prepare infrastructure for maing different events