Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak previous; ok nicm | 2010-04-22 | 1 | -10/+11 | |
| | |||||
* | Update libevent to 1.4.13. | 2010-04-21 | 1 | -168/+88 | |
| | | | | | | | | | | | | | 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 | -2/+2 | |
| | | | | | | | | - Make event_init return struct event_base *. From the libevent SVN repo. ok millert@ | ||||
* | Makefile: sort MLINKS and add event_base_once.3 | 2008-05-02 | 1 | -3/+2 | |
| | | | | event.3: fix NAME and remove spurious blank line | ||||
* | Update to libevent 1.3e while retaining our local changes. | 2008-05-02 | 1 | -2/+6 | |
| | | | | | "No objection" millert@ "the diff looks and works fine" reyk@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | do not doc the http parts | 2007-03-26 | 1 | -24/+24 | |
| | |||||
* | Add missing const | 2007-03-21 | 1 | -2/+29 | |
| | | | | List evhttp stuff commented out, should probably get its own man page | ||||
* | event_init() and event_dispatch() take void. Add commented out | 2007-03-21 | 1 | -3/+28 | |
| | | | | | entries for undocumented functions to be filled in later, preferably by someone who uses libevent. | ||||
* | Document event_base_free(). OK jmc@ | 2007-03-21 | 1 | -2/+9 | |
| | |||||
* | +.Xr evdns 3 , | 2007-03-19 | 1 | -1/+2 | |
| | |||||
* | tweaks; | 2007-03-19 | 1 | -4/+4 | |
| | |||||
* | Update to libevent-1.3b while retaining our local changes. beck@ OK | 2007-03-19 | 1 | -4/+32 | |
| | |||||
* | allow both read and write callbacks for bufferevents to be NULL. | 2006-11-26 | 1 | -1/+3 | |
| | | | | | | From Niels Provos via the libevent SVN ok deraadt@ | ||||
* | bufferevent_write() return code misdocumented; ok jmc | 2006-10-21 | 1 | -3/+5 | |
| | |||||
* | new sentence, new line; | 2006-03-23 | 1 | -6/+7 | |
| | |||||
* | - limit the amount of data bufferevents are going to consume to something | 2006-03-18 | 1 | -6/+28 | |
| | | | | | | | | | | | | 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 | ||||
* | 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 | -1/+4 | |
| | | | | | | From libevent CVS ok markus@ | ||||
* | add a few missing functions. | 2006-01-21 | 1 | -6/+12 | |
| | | | | From libevent CVS | ||||
* | update to libevent 1.1a; keep local changes | 2005-06-18 | 1 | -3/+3 | |
| | | | | ok grunk@ | ||||
* | update to libevent 1.0d; keep local changes | 2005-05-04 | 1 | -5/+9 | |
| | | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | ||||
* | - no need for .Pp before .Sh | 2005-04-22 | 1 | -5/+2 | |
| | | | | - sometime -> sometimes | ||||
* | remove whitespace | 2005-04-22 | 1 | -13/+13 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-22 | 1 | -4/+75 | |
| | | | | | | | | | | 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 | -75/+4 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-19 | 1 | -4/+75 | |
| | |||||
* | use "volatile sig_atomic_t" types instead of "int" for signal flags. | 2005-04-13 | 1 | -2/+2 | |
| | | | | ok deraadt@ henning@ provos | ||||
* | authorative->authoritative | 2005-02-02 | 1 | -2/+2 | |
| | |||||
* | various tweaks; | 2004-04-28 | 1 | -19/+15 | |
| | |||||
* | update to libevent 0.8; keep local changes | 2004-04-28 | 1 | -7/+133 | |
| | | | | ok markus@ | ||||
* | add support for poll(2); ok deraadt | 2003-09-23 | 1 | -4/+7 | |
| | |||||
* | update to libevent-0.7a.tar.gz; keep local changes | 2003-07-09 | 1 | -2/+11 | |
| | |||||
* | license cleaning. | 2003-06-03 | 1 | -5/+2 | |
| | |||||
* | - typos | 2003-05-23 | 1 | -16/+16 | |
| | | | | | - whitespace at EOL - new sentence, new line | ||||
* | SEE ALSO corrections. millert ok. | 2002-11-10 | 1 | -3/+3 | |
| | |||||
* | grammar; ok deraadt@ | 2002-09-30 | 1 | -4/+4 | |
| | |||||
* | change timeout_ API to evtimer_ API; avoiding clashes with kernel include | 2002-07-12 | 1 | -16/+16 | |
| | | | | files. okay mickey@ | ||||
* | add sys/time.h to SYNOPSIS; from bk@rt.fm | 2002-07-05 | 1 | -1/+2 | |
| | |||||
* | typos. Patch from bk@rt.fr | 2002-06-25 | 1 | -10/+10 | |
| | | | | millert@ ok | ||||
* | import libevent an event notification abstraction on top of select or kqueue | 2002-06-15 | 1 | -0/+307 | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ |