summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_util.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11tevent: Set FD_CLOEXEC on epoll handleSumit Bose1-0/+17
If an application using libtevent starts a new process the epoll file descriptor is leaked to the new process if the event context is not freed explicitly. By setting FD_CLOEXEC this is not needed anymore. Signed-off-by: Simo Sorce <idra@samba.org>
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-9/+13
metze
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-2/+2
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-3/+3
metze
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+86
This commit will not compile on its own. metze