Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-21 | link evtimer_* now, not timeout_* since it was changed for man pages. | Eric Jackson | |
2002-07-12 | change timeout_ API to evtimer_ API; avoiding clashes with kernel include | Niels Provos | |
files. okay mickey@ | |||
2002-07-10 | Make EV_PERSIST work on EV_READ and EV_WRITE events. | Artur Grabowski | |
provos@ ok. | |||
2002-07-05 | add sys/time.h to SYNOPSIS; from bk@rt.fm | Niels Provos | |
2002-06-25 | undef the timeout_*(), this is still WRONG it does allow using both event.h ↵ | Michael Shalayeff | |
and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here | |||
2002-06-25 | rcsids | Michael Shalayeff | |
2002-06-25 | typos. Patch from bk@rt.fr | Mike Pechkin | |
millert@ ok | |||
2002-06-19 | rename variable so that scoping is more obvious | Niels Provos | |
2002-06-18 | need string.h | Theo de Raadt | |
2002-06-15 | build static and profiled. | Niels Provos | |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |