summaryrefslogtreecommitdiffstats
path: root/lib/libevent (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Signal fixes from ericj@monkey.org via dugsong@monkey.orgitojun2002-09-151-2/+6
| | | | via provos
* typo. from marius@umich.edu via provositojun2002-09-081-4/+4
|
* link evtimer_* now, not timeout_* since it was changed for man pages.ericj2002-07-211-3/+3
|
* change timeout_ API to evtimer_ API; avoiding clashes with kernel includeprovos2002-07-122-27/+22
| | | | files. okay mickey@
* Make EV_PERSIST work on EV_READ and EV_WRITE events.art2002-07-101-3/+7
| | | | provos@ ok.
* add sys/time.h to SYNOPSIS; from bk@rt.fmprovos2002-07-051-1/+2
|
* undef the timeout_*(), this is still WRONG it does allow using both event.h and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api heremickey2002-06-251-1/+6
|
* rcsidsmickey2002-06-2512-0/+24
|
* typos. Patch from bk@rt.frmpech2002-06-251-10/+10
| | | | millert@ ok
* rename variable so that scoping is more obviousprovos2002-06-191-3/+3
|
* need string.hderaadt2002-06-181-0/+1
|
* build static and profiled.provos2002-06-151-0/+21
|
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-1534-0/+7501
supporting timeout and signal callsbacks, too. okay deraadt@ millert@