summaryrefslogtreecommitdiff
path: root/common/event_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for building under Tru64; from Daniel Richard G.Todd C. Miller2013-11-171-1/+1
* Extra debugging for ready fds.Todd C. Miller2013-11-041-0/+3
* Fix sudo_ev_scan_impl() return value in event_poll.c.Todd C. Miller2013-10-281-3/+3
* Get rid of cur and pending pointers in struct sudo_event_base. WeTodd C. Miller2013-10-281-1/+1
* rename sudo_ev_loop_impl() -> sudo_ev_scan_impl()Todd C. Miller2013-10-281-2/+2
* Add support for libevent-style timed events. Adding a timed eventTodd C. Miller2013-10-281-5/+17
* Add a list of active events in the base that the back end sets whenTodd C. Miller2013-10-261-50/+23
* Convert sudo to use BSD TAILQ macros instead of home ground tailTodd C. Miller2013-10-221-3/+1
* Make sure we do not try to usie index -1 in base->pfds[].Todd C. Miller2013-10-161-1/+1
* Simple event subsystem that uses poll() or select(). Basically aTodd C. Miller2013-10-121-0/+197