Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos; while here, improve spacing in comments. | 2011-07-07 | 1 | -3/+3 | |
| | | | | | | changes to libevent and zlib headers sent to the upstream maintainers. ok jmc@ (for typos), millert@ | ||||
* | Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names | 2010-05-31 | 1 | -1/+11 | |
| | | | | | | | | invite conflicts, they are rarely used, can trivially be replaced by evtimer_*, and are deprecated and removed from event.h in later libevent versions. ok guenther deraadt | ||||
* | Clean up the awful _EVENT_* poo in the libevent headers, and don't | 2010-04-21 | 1 | -34/+4 | |
| | | | | | | install event-config.h. Pointed out by deraadt. | ||||
* | Update libevent to 1.4.13. | 2010-04-21 | 1 | -59/+934 | |
| | | | | | | | | | | | | | 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. | 2008-05-02 | 1 | -3/+4 | |
| | | | | | | | | - Make event_init return struct event_base *. From the libevent SVN repo. ok millert@ | ||||
* | Update to libevent 1.3e while retaining our local changes. | 2008-05-02 | 1 | -23/+22 | |
| | | | | | "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 | -6/+64 | |
| | |||||
* | Add prototype for bufferevent_base_set(). | 2007-02-13 | 1 | -1/+2 | |
| | | | | From the libevent SVN repo, by Thorsten Glaser via brad@ | ||||
* | Two libevent fixes from the SVN repo: | 2007-02-04 | 1 | -2/+2 | |
| | | | | | allow gotsig to terminate active event loop and evbuffer_find fix. OK brad@ pyr@ | ||||
* | introduce a way to free the base. | 2006-03-30 | 1 | -1/+3 | |
| | | | | From libevent CVS | ||||
* | another fix from art. | 2006-01-25 | 1 | -2/+2 | |
| | | | | From libevent CVS | ||||
* | add evbuffer_add_vprintf interface from artur grabowski | 2006-01-23 | 1 | -2/+5 | |
| | | | | | | From libevent CVS ok markus@ | ||||
* | update to libevent 1.1a; keep local changes | 2005-06-18 | 1 | -2/+2 | |
| | | | | ok grunk@ | ||||
* | this is libevent 1.0e | 2005-05-07 | 1 | -2/+2 | |
| | |||||
* | update to libevent 1.0d; keep local changes | 2005-05-04 | 1 | -2/+3 | |
| | | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | ||||
* | update to libevent 1.0c; keep local changes | 2005-04-22 | 1 | -15/+44 | |
| | | | | | | | | | | 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 brad | 2005-04-19 | 1 | -44/+15 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-19 | 1 | -15/+44 | |
| | |||||
* | remove timeout_*() again; ok brad@ | 2004-06-20 | 1 | -7/+1 | |
| | |||||
* | update to libevent 0.8; keep local changes | 2004-04-28 | 1 | -8/+103 | |
| | | | | ok markus@ | ||||
* | change timeout_ API to evtimer_ API; avoiding clashes with kernel include | 2002-07-12 | 1 | -11/+6 | |
| | | | | files. okay mickey@ | ||||
* | undef the timeout_*(), this is still WRONG it does allow using both event.h and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here | 2002-06-25 | 1 | -1/+6 | |
| | |||||
* | rcsids | 2002-06-25 | 1 | -0/+2 | |
| | |||||
* | import libevent an event notification abstraction on top of select or kqueue | 2002-06-15 | 1 | -0/+154 | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |