summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Expand)Author
2007-03-19+.Xr evdns 3 ,Jason McIntyre
2007-03-19further cleanup;Jason McIntyre
2007-03-19add MLINKS for evdns_err_to_string() and evdns_nameserver_add();Jason McIntyre
2007-03-19clean up this page;Jason McIntyre
2007-03-19provide MLINKS for evhttp_start() and evhttp_free();Jason McIntyre
2007-03-19tweaks;Jason McIntyre
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2007-02-13Avoid double recacl when loop_once is used.Todd C. Miller
2007-02-13Add prototype for bufferevent_base_set().Todd C. Miller
2007-02-04Two libevent fixes from the SVN repo:Todd C. Miller
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-11-26fix a potential problem in multiple handling of va_list; use va_copy instead.Brad Smith
2006-11-26fail without leaking memory when poll set extension fails.Brad Smith
2006-11-26allow both read and write callbacks for bufferevents to be NULL.Brad Smith
2006-11-05typo in kqueue delete.Brad Smith
2006-11-05fix a potential memory leak in event_once().Brad Smith
2006-10-21bufferevent_write() return code misdocumented; ok jmcTheo de Raadt
2006-03-30introduce a way to free the base.Brad Smith
2006-03-28use clock_gettime if available.Brad Smith
2006-03-23new sentence, new line;Jason McIntyre
2006-03-18- limit the amount of data bufferevents are going to consume to somethingBrad Smith
2006-02-09typoBrad Smith
2006-01-25another fix from art.Brad Smith
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
2006-01-21and some more links here too.Brad Smith
2006-01-21add a few missing functions.Brad Smith
2005-12-20do not remove kq inkernel flag before event_del gets to it;Brad Smith
2005-12-02make write-end of signal socketpair non-blocking.Theo de Raadt
2005-12-02pollops should be constTheo de Raadt
2005-12-02lookup out of evsigcaught[] must be sig_atomic_t tooTheo de Raadt
2005-12-01save errno in signal handler since it does a system callTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-12three new .so libraries to help the ports people who need (or might need)Theo de Raadt
2005-10-11add missing MLINK for evbuffer_readline.3Jason McIntyre
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
2005-06-22CDIAGFLAGSBrad Smith
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
2005-05-07this is libevent 1.0eBrad Smith
2005-05-06fix comment, kqueue -> {poll,select}Brad Smith
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
2005-04-22- no need for .Pp before .ShJason McIntyre
2005-04-22remove whitespaceBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2005-04-13use "volatile sig_atomic_t" types instead of "int" for signal flags.Reyk Floeter
2005-02-02authorative->authoritativeJolan Luff
2004-06-20remove timeout_*() again; ok brad@Markus Friedl
2004-05-02Do not define NOTE_EOF in CFLAGS. ok millert@Miod Vallat