summaryrefslogtreecommitdiffstats
path: root/lib/libevent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not define NOTE_EOF in CFLAGS. ok millert@miod2004-05-021-3/+2
* various tweaks;jmc2004-04-281-19/+15
* update to libevent 0.8; keep local changesbrad2004-04-2811-119/+1019
* support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertmarkus2004-01-051-1/+3
* poll fixes from Niels; ok deraadtmarkus2003-10-011-4/+7
* add support for poll(2); ok deraadtmarkus2003-09-233-6/+250
* get rid of config.h; ok miod@, millert@, deraadt@markus2003-07-103-86/+10
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-097-141/+324
* remove unused autoconf filesmarkus2003-06-2010-3326/+0
* remove old files; libevent is maintained elsewheremarkus2003-06-2013-2157/+0
* constify constant structures; niels okmickey2003-06-193-9/+9
* do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okderaadt2003-06-031-2/+2
* license cleaning.art2003-06-031-5/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-024-23/+7
* - typosjmc2003-05-231-16/+16
* duplicate words and spelling fixes in commentsdavid2003-03-107-21/+21
* no GNU allowed herederaadt2003-03-061-198/+0
* remove garbagederaadt2003-03-063-0/+0
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-2/+2
* SEE ALSO corrections. millert ok.fgsch2002-11-101-3/+3
* grammar; ok deraadt@jsyn2002-09-301-4/+4
* Signal fixes from ericj@monkey.org via dugsong@monkey.orgitojun2002-09-151-2/+6
* 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
* Make EV_PERSIST work on EV_READ and EV_WRITE events.art2002-07-101-3/+7
* 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
* 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