Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r12123: handle fde == NULL at the correct level | Stefan Metzmacher | 3 | -11/+16 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r10690: Fix a bug that metze pointed out: Leaving the "rejecting" destructor ... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10684: Add a nasty hack for the failure case of wbinfo -t. Tridge has a prop... | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10537: - we now use a much nicer way to handle talloc_free(timed_event) | Stefan Metzmacher | 2 | -10/+21 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000 | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r8886: Exchange the arguments of timeval_compare, this makes it behave like s... | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r8409: fixed another error found on netbsd. | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r6968: fixed a typo in the event macros. I'm surprised this one didn't show u... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6147: The maxfd was being recalculated on every event loop, which made us | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r5407: - this patch makes samba's event loop code more generic and makes | Stefan Metzmacher | 6 | -191/+701 |
2007-10-10 | r5393: trigger timed events not to early, better do it a bit to late | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r5373: prepare infrastructure for maing different events | Stefan Metzmacher | 2 | -1/+1 |
2007-10-10 | r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r5292: ensure we cleanup the epoll_fd on event context destruction | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r5284: this is needed on my server | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5273: fixed another bug in the code that keeps timed events | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5217: avoid epoll_ctl() if the event flags are already set correctly | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r5198: don't consider failure to remove an epoll event as enough reason to | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 4 | -0/+593 |