summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_fd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Return NULL if tevent_add_fd() is passed a negative fdStephen Gallagher1-0/+6
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 14 17:47:03 CET 2011 on sn-devel-104
2009-08-19tevent: fix a commentMichael Adam1-1/+1
Michael
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher1-10/+14
metze
2009-01-05tevent: keep a linked list of fd_eventsStefan Metzmacher1-0/+43
metze
2009-01-03tevent: add tevent_fd_set_close_fn()Stefan Metzmacher1-0/+6
Let callers specify a close function as an alternative to TEVENT_FD_AUTOCLOSE. metze
2009-01-03tevent: move some common tevent_fd related functions into tevent_fd.cStefan Metzmacher1-0/+36
metze