Avoid including events_util.h in events_internal.h since the latter is
[tprouty/samba.git] / source / lib / events / events_standard.c
2008-06-17 Jelmer VernooijAvoid including events_util.h in events_internal.h...
2008-06-14 Simo SorceThis patch make it possible to build the events library...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-18 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-14 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-14 Stefan MetzmacherRevert "lib/events: system/network.h isn't needed"
2008-05-14 Stefan Metzmacherlib/events: system/network.h isn't needed
2008-05-14 Simo SorceMake it possible to build libevents standalone.
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijMake more module init functions public, since they...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23301: merged from ctdb
2007-10-10 Andrew Tridgellr22985: don't do checkins late at night ....
2007-10-10 Andrew Tridgellr22971: fix build on systems without epoll
2007-10-10 Andrew Tridgellr22970: the events code calls close(), which needs...
2007-10-10 Andrew Tridgellr22968: andrew bartlett pointed out that the parent...
2007-10-10 Andrew Tridgellr22964: log an error on epoll_create failing on reopen
2007-10-10 Andrew Tridgellr22959: cope with a rather interesting interaction...
2007-10-10 Andrew Tridgellr22830: merged the latest lib/events updates from ctdb...
2007-10-10 Stefan Metzmacherr22661: optimize the handling of directly triggered...
2007-10-10 Andrew Tridgellr22634: make the events system much less dependent...
2007-10-10 Andrew Tridgellr22632: merged volkers select events fix
2007-10-10 Andrew Tridgellr21171: fixed a bug related to recursive event handling.
2007-10-10 Andrew Tridgellr20928: added signal events to lib/events
2007-10-10 Andrew Tridgellr20539: - split the common timer related events code...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr13699: restore the system/select.h include, as otherwi...
2007-10-10 Stefan Metzmacherr12844: don't include system headers directly
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