Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 10 | -30/+20 |
2007-10-10 | r23301: merged from ctdb | Andrew Tridgell | 3 | -0/+6 |
2007-10-10 | r22985: don't do checkins late at night .... | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r22971: fix build on systems without epoll | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r22970: the events code calls close(), which needs to use socket_wrapper.h in | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r22968: andrew bartlett pointed out that the parent process could add a fd to | Andrew Tridgell | 3 | -33/+33 |
2007-10-10 | r22964: log an error on epoll_create failing on reopen | Andrew Tridgell | 3 | -1/+4 |
2007-10-10 | r22963: fixed the epoll/fork interaction in the epoll and aio backends | Andrew Tridgell | 2 | -0/+86 |
2007-10-10 | r22959: cope with a rather interesting interaction between epoll() and | Andrew Tridgell | 1 | -1/+41 |
2007-10-10 | r22830: merged the latest lib/events updates from ctdb to Samba4. This | Andrew Tridgell | 9 | -8/+74 |
2007-10-10 | r22661: optimize the handling of directly triggered timed events: | Stefan Metzmacher | 6 | -48/+60 |
2007-10-10 | r22634: make the events system much less dependent on the samba4 build system | Andrew Tridgell | 8 | -21/+69 |
2007-10-10 | r22632: merged volkers select events fix | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r21299: Fix the build for those that don't have talloc.h installed. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21297: Remove the GTK+ tools and library from the main repository. They are ... | Jelmer Vernooij | 2 | -0/+4 |
2007-10-10 | r21212: detect if the kernel does not support integrated epoll/aio when the | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r21171: fixed a bug related to recursive event handling. | Andrew Tridgell | 4 | -11/+7 |
2007-10-10 | r20989: don't mark epoll as set until after the io_submit() succeeds | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20984: Try to ensure we can't have sig_state dissapear before se. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r20960: attempt to fix a valgrind error in the signals backend. | Andrew Tridgell | 1 | -38/+48 |
2007-10-10 | r20941: avoid races in the block/unblock code | Andrew Tridgell | 1 | -3/+11 |
2007-10-10 | r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want this | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r20939: reduce the amount of static state for signal handlers from 96k to 1.2k | Andrew Tridgell | 1 | -4/+23 |
2007-10-10 | r20938: use a double counter trick to avoid the need for atomic increment | Andrew Tridgell | 1 | -10/+31 |
2007-10-10 | r20934: I *hate* deep indents :-) | Volker Lendecke | 1 | -26/+28 |
2007-10-10 | r20930: use sigaction() instead of signal() | Andrew Tridgell | 4 | -11/+87 |
2007-10-10 | r20929: fixed typo | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r20928: added signal events to lib/events | Andrew Tridgell | 10 | -2/+261 |
2007-10-10 | r20794: hopefully fix the build on systems without native linux aio | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20788: - remove epoll configure checks from libreplace | Stefan Metzmacher | 3 | -17/+15 |
2007-10-10 | r20787: a subsystem doesn't need explicit dependencies to its modules | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20623: change where the smb.conf parm event:backend is checked to ensure it | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r20621: - enable the aio events backend on systems that support it | Andrew Tridgell | 3 | -7/+19 |
2007-10-10 | r20540: darn, also need to fix this event_context reference | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r20539: - split the common timer related events code into events_timed.c | Andrew Tridgell | 10 | -265/+1137 |
2007-10-10 | r20104: this is a alternative events backend, which uses a hybrid of aio and | Andrew Tridgell | 1 | -0/+518 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 2 | -16/+10 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13699: restore the system/select.h include, as otherwise we don't detect | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r12844: don't include system headers directly | Stefan Metzmacher | 1 | -9/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even if | Stefan Metzmacher | 1 | -10/+87 |
2007-10-10 | r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12141: - move epoll related code into one big #ifdef, and use dummy #define's | Stefan Metzmacher | 1 | -160/+174 |
2007-10-10 | r12140: - add an additional_flags field to the fd_event struct, so that | Stefan Metzmacher | 3 | -3/+6 |
2007-10-10 | r12124: we don't need this comment twice | Stefan Metzmacher | 1 | -5/+0 |