summaryrefslogtreecommitdiffstats
path: root/lib/libevent/err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to libevent 1.0c; keep local changesbrad2005-04-221-97/+0
| | | | | | | | | | 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-0/+97
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-97/+0
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* rcsidsmickey2002-06-251-0/+2
|
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+99
supporting timeout and signal callsbacks, too. okay deraadt@ millert@