summaryrefslogtreecommitdiffstats
path: root/lib/libevent/event.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to libevent 1.0d; keep local changesbrad2005-05-041-2/+3
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* update to libevent 1.0c; keep local changesbrad2005-04-221-114/+294
| | | | | | | | | | 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@
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-294/+114
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-114/+294
|
* use "volatile sig_atomic_t" types instead of "int" for signal flags.reyk2005-04-131-4/+5
| | | | ok deraadt@ henning@ provos
* update to libevent 0.8; keep local changesbrad2004-04-281-42/+136
| | | | ok markus@
* update to libevent-0.7a.tar.gz; keep local changesmarkus2003-07-091-7/+47
|
* constify constant structures; niels okmickey2003-06-191-5/+5
|
* rcsidsmickey2002-06-251-0/+2
|
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+496
supporting timeout and signal callsbacks, too. okay deraadt@ millert@