Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libevent to 1.4.13. | 2010-04-21 | 1 | -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. | 2008-05-02 | 1 | -2/+2 | |
| | | | | | "No objection" millert@ "the diff looks and works fine" reyk@ | ||||
* | Update to libevent-1.3b while retaining our local changes. beck@ OK | 2007-03-19 | 1 | -1/+1 | |
| | |||||
* | introduce a way to free the base. | 2006-03-30 | 1 | -1/+1 | |
| | | | | From libevent CVS | ||||
* | - limit the amount of data bufferevents are going to consume to something | 2006-03-18 | 1 | -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 grabowski | 2006-01-23 | 1 | -1/+1 | |
| | | | | | | From libevent CVS ok markus@ | ||||
* | three new .so libraries to help the ports people who need (or might need) | 2005-10-12 | 1 | -0/+2 | |
them for perl modules; discussion with pvalchev |