summaryrefslogtreecommitdiffstats
path: root/lib/libevent/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libevent to 1.4.13.nicm2010-04-211-1/+1
| | | | | | | | | | | | | This is the core library only, the DNS parts are removed and it does not include the other extra bits (HTTP, DNS, and RPC), a separate port for these will appear in due course. Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've forgotten for testing/comments. Note that /usr/include/evdns.h should be removed after updating. ok deraadt
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-2/+2
| | | | | "No objection" millert@ "the diff looks and works fine" reyk@
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-1/+1
|
* introduce a way to free the base.brad2006-03-301-1/+1
| | | | From libevent CVS
* - limit the amount of data bufferevents are going to consume to somethingbrad2006-03-181-1/+1
| | | | | | | | | | | | reasonable; in some circumstances it could happen that libevent happily allocated 100MB in read buffers without telling the user; found by christopher maxwell - parts of these changes are from his patch. - allow setting an event base for bufferevents; from phil oleson - improved manpage from Phil Oleson From libevent CVS
* add evbuffer_add_vprintf interface from artur grabowskibrad2006-01-231-1/+1
| | | | | | From libevent CVS ok markus@
* three new .so libraries to help the ports people who need (or might need)deraadt2005-10-121-0/+2
them for perl modules; discussion with pvalchev