r23796: main COPYING file for samba4, plus some formatting varients
[samba.git] / source / lib / events /
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 Tridgellr22963: fixed the epoll/fork interaction in the epoll...
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 Jelmer Vernooijr21299: Fix the build for those that don't have talloc...
2007-10-10 Jelmer Vernooijr21297: Remove the GTK+ tools and library from the...
2007-10-10 Andrew Tridgellr21212: detect if the kernel does not support integrate...
2007-10-10 Andrew Tridgellr21171: fixed a bug related to recursive event handling.
2007-10-10 Andrew Tridgellr20989: don't mark epoll as set until after the io_subm...
2007-10-10 Andrew Bartlettr20984: Try to ensure we can't have sig_state dissapear...
2007-10-10 Andrew Tridgellr20960: attempt to fix a valgrind error in the signals...
2007-10-10 Andrew Tridgellr20941: avoid races in the block/unblock code
2007-10-10 Andrew Tridgellr20940: allow SA_SIGINFO signals to be oneshot. Why...
2007-10-10 Andrew Tridgellr20939: reduce the amount of static state for signal...
2007-10-10 Andrew Tridgellr20938: use a double counter trick to avoid the need...
2007-10-10 Volker Lendecker20934: I *hate* deep indents :-)
2007-10-10 Andrew Tridgellr20930: use sigaction() instead of signal()
2007-10-10 Andrew Tridgellr20929: fixed typo
2007-10-10 Andrew Tridgellr20928: added signal events to lib/events
2007-10-10 Stefan Metzmacherr20794: hopefully fix the build on systems without...
2007-10-10 Stefan Metzmacherr20788: - remove epoll configure checks from libreplace
2007-10-10 Stefan Metzmacherr20787: a subsystem doesn't need explicit dependencies...
2007-10-10 Andrew Tridgellr20623: change where the smb.conf parm event:backend...
2007-10-10 Andrew Tridgellr20621: - enable the aio events backend on systems...
2007-10-10 Andrew Tridgellr20540: darn, also need to fix this event_context reference
2007-10-10 Andrew Tridgellr20539: - split the common timer related events code...
2007-10-10 Andrew Tridgellr20104: this is a alternative events backend, which...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
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...