summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Collapse)Author
2005-05-07this is libevent 1.0eBrad Smith
2005-05-06fix comment, kqueue -> {poll,select}Brad Smith
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
2005-04-22- no need for .Pp before .ShJason McIntyre
- sometime -> sometimes
2005-04-22remove whitespaceBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2005-04-13use "volatile sig_atomic_t" types instead of "int" for signal flags.Reyk Floeter
ok deraadt@ henning@ provos
2005-02-02authorative->authoritativeJolan Luff
2004-06-20remove timeout_*() again; ok brad@Markus Friedl
2004-05-02Do not define NOTE_EOF in CFLAGS. ok millert@Miod Vallat
2004-04-28various tweaks;Jason McIntyre
2004-04-28update to libevent 0.8; keep local changesBrad Smith
ok markus@
2004-01-05support NOTE_EOF; from marius aamodt eriksen; ok tedu, millertMarkus Friedl
2003-10-01poll fixes from Niels; ok deraadtMarkus Friedl
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-07-10get rid of config.h; ok miod@, millert@, deraadt@Markus Friedl
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-06-20remove unused autoconf filesMarkus Friedl
2003-06-20remove old files; libevent is maintained elsewhereMarkus Friedl
2003-06-19constify constant structures; niels okMichael Shalayeff
2003-06-03do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okTheo de Raadt
2003-06-03license cleaning.Artur Grabowski
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-23- typosJason McIntyre
- whitespace at EOL - new sentence, new line
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-06no GNU allowed hereTheo de Raadt
2003-03-06remove garbageTheo de Raadt
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-09-30grammar; ok deraadt@Jason Peel
2002-09-15Signal fixes from ericj@monkey.org via dugsong@monkey.orgJun-ichiro itojun Hagino
via provos
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
files. okay mickey@
2002-07-10Make EV_PERSIST work on EV_READ and EV_WRITE events.Artur Grabowski
provos@ ok.
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 ↵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-25rcsidsMichael Shalayeff
2002-06-25typos. Patch from bk@rt.frMike Pechkin
millert@ ok
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
supporting timeout and signal callsbacks, too. okay deraadt@ millert@