summaryrefslogtreecommitdiffstats
path: root/lib/libevent/err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@