summaryrefslogtreecommitdiff
path: root/lib/libevent/evbuffer.c
AgeCommit message (Collapse)Author
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
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
2008-05-02- Use a const pointer for bufferevent_write.Brad Smith
- Make event_init return struct event_base *. From the libevent SVN repo. ok millert@
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2006-11-26allow both read and write callbacks for bufferevents to be NULL.Brad Smith
From Niels Provos via the libevent SVN ok deraadt@
2006-03-18- limit the amount of data bufferevents are going to consume to somethingBrad Smith
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
2006-02-09typoBrad Smith
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
ok brad@ beck@
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
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@
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2004-04-28update to libevent 0.8; keep local changesBrad Smith
ok markus@