summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Expand)Author
2002-09-15Signal fixes from ericj@monkey.org via dugsong@monkey.orgJun-ichiro itojun Hagino
2002-09-08typo. from marius@umich.edu via provosJun-ichiro itojun Hagino
2002-07-21link evtimer_* now, not timeout_* since it was changed for man pages.Eric Jackson
2002-07-12change timeout_ API to evtimer_ API; avoiding clashes with kernel includeNiels Provos
2002-07-10Make EV_PERSIST work on EV_READ and EV_WRITE events.Artur Grabowski
2002-07-05add sys/time.h to SYNOPSIS; from bk@rt.fmNiels Provos
2002-06-25undef the timeout_*(), this is still WRONG it does allow using both event.h a...Michael Shalayeff
2002-06-25rcsidsMichael Shalayeff
2002-06-25typos. Patch from bk@rt.frMike Pechkin
2002-06-19rename variable so that scoping is more obviousNiels Provos
2002-06-18need string.hTheo de Raadt
2002-06-15build static and profiled.Niels Provos
2002-06-15import libevent an event notification abstraction on top of select or kqueueNiels Provos