summaryrefslogtreecommitdiffstats
path: root/lib/libevent/evbuffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libevent to 1.4.13.nicm2010-04-211-15/+57
| | | | | | | | | | | | | 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
* - Use a const pointer for bufferevent_write.brad2008-05-021-2/+2
| | | | | | | | - Make event_init return struct event_base *. From the libevent SVN repo. ok millert@
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-1/+9
|
* allow both read and write callbacks for bufferevents to be NULL.brad2006-11-261-3/+8
| | | | | | From Niels Provos via the libevent SVN ok deraadt@
* - limit the amount of data bufferevents are going to consume to somethingbrad2006-03-181-3/+29
| | | | | | | | | | | | 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
* typobrad2006-02-091-2/+2
|
* zap trailing whitespaces, no binary changegrunk2005-07-021-3/+3
| | | | ok brad@ beck@
* update to libevent 1.0d; keep local changesbrad2005-05-041-1/+8
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* update to libevent 1.0c; keep local changesbrad2005-04-221-3/+15
| | | | | | | | | | 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-15/+3
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-3/+15
|
* update to libevent 0.8; keep local changesbrad2004-04-281-0/+357
ok markus@