summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_util.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11tevent: Set FD_CLOEXEC on epoll handleSumit Bose1-0/+1
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>
2010-02-14util: update three other copies of our dlinklist.h macrosAndrew Tridgell1-48/+115
ldb and tevent have their own copies of these macros. This brings them in sync with the master copy of dlinklist.h
2009-05-16tevent: Define TALLOC_FREE() if it's not defined yet, to allow buildingJelmer Vernooij1-0/+6
with released versions of talloc.
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-0/+1
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+117
This commit will not compile on its own. metze