summaryrefslogtreecommitdiffstats
path: root/source4/lib/events
Commit message (Expand)AuthorAgeFilesLines
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-102-16/+10
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+5
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r13842: Make some more functions public.Jelmer Vernooij2007-10-101-1/+1
* r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell2007-10-101-0/+1
* r12844: don't include system headers directlyStefan Metzmacher2007-10-101-9/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-2/+1
* r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher2007-10-101-10/+87
* r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher2007-10-101-2/+2
* r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher2007-10-101-160/+174
* r12140: - add an additional_flags field to the fd_event struct, so thatStefan Metzmacher2007-10-103-3/+6
* r12124: we don't need this comment twiceStefan Metzmacher2007-10-101-5/+0
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2007-10-103-11/+16
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-2/+2
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-3/+0
* r10690: Fix a bug that metze pointed out: Leaving the "rejecting" destructor ...Volker Lendecke2007-10-101-0/+1
* r10684: Add a nasty hack for the failure case of wbinfo -t. Tridge has a prop...Volker Lendecke2007-10-101-1/+9
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2007-10-102-10/+21
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+3
* r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell2007-10-101-0/+4
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-102-0/+16
* r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke2007-10-101-1/+2
* r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke2007-10-101-1/+1
* r8409: fixed another error found on netbsd.Andrew Tridgell2007-10-101-8/+13
* r6968: fixed a typo in the event macros. I'm surprised this one didn't show u...Andrew Tridgell2007-10-101-1/+1
* r6147: The maxfd was being recalculated on every event loop, which made usAndrew Tridgell2007-10-101-1/+0
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-3/+3
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-106-191/+701
* r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher2007-10-101-1/+2
* r5373: prepare infrastructure for maing different eventsStefan Metzmacher2007-10-102-1/+1
* r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell2007-10-101-1/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-2/+0
* r5292: ensure we cleanup the epoll_fd on event context destructionAndrew Tridgell2007-10-101-0/+17
* r5284: this is needed on my serverStefan Metzmacher2007-10-101-0/+2
* r5273: fixed another bug in the code that keeps timed eventsAndrew Tridgell2007-10-101-2/+2
* r5217: avoid epoll_ctl() if the event flags are already set correctlyAndrew Tridgell2007-10-101-1/+4
* r5198: don't consider failure to remove an epoll event as enough reason toAndrew Tridgell2007-10-101-4/+2
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-104-0/+593