summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_fd.c
AgeCommit message (Collapse)AuthorFilesLines
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