r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
[bbaumbach/samba-autobuild/.git] / source4 / lib / events /
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr13842: Make some more functions public.
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 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
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 Metzmacherr12124: we don't need this comment twice
2007-10-10 Stefan Metzmacherr12123: handle fde == NULL at the correct level
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
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 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Stefan Metzmacherr10537: - we now use a much nicer way to handle talloc_...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Andrew Tridgellr9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000
2007-10-10 Andrew Tridgellr9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
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 Tridgellr6968: fixed a typo in the event macros. I'm surprised...
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
2007-10-10 Andrew Tridgellr5370: epoll gives more precise event bits like EPOLLHU...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr5292: ensure we cleanup the epoll_fd on event context...
2007-10-10 Stefan Metzmacherr5284: this is needed on my server
2007-10-10 Andrew Tridgellr5273: fixed another bug in the code that keeps timed...
2007-10-10 Andrew Tridgellr5217: avoid epoll_ctl() if the event flags are already...
2007-10-10 Andrew Tridgellr5198: don't consider failure to remove an epoll event...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...