summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Expand)Author
2012-08-28Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spewPascal Stumpf
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-02-08r1.27 changed libevent to fire a read event when kqueue returned EBADFNicholas Marriott
2012-01-30Handle a wider range of kqueue error return values for an event,Nicholas Marriott
2011-07-07fix typos; while here, improve spacing in comments.Igor Sobrado
2010-08-30Fix from upstream to make all backends reinit on event_reinit(). ThisNicholas Marriott
2010-07-17add missing header needed by event_warn()Charles Longeau
2010-07-12Update to 1.4.14b.Nicholas Marriott
2010-05-31Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These namesNicholas Marriott
2010-04-22tweak previous; ok nicmJason McIntyre
2010-04-22Whoops, EVUTIL_SET_SOCKET_ERROR went missing.Nicholas Marriott
2010-04-21Clean up the awful _EVENT_* poo in the libevent headers, and don'tNicholas Marriott
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2010-01-10Fix evsignal_del()'s use of sigaction(): fill in a sigaction structPhilip Guenthe
2009-11-12change back to preferring kqueue, now that nicm, tedu and i haveTheo de Raadt
2009-10-30stop using kqueue.Theo de Raadt
2009-10-13In evbuffer_readline, do not lose data upon malloc failure. From mainstream:Jacek Masiulaniec
2008-05-02- Use a const pointer for bufferevent_write.Brad Smith
2008-05-02- Increment MAX_ADDRS in evdns so as to be quite large.Brad Smith
2008-05-02Makefile: sort MLINKS and add event_base_once.3Jason McIntyre
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-04Remove evhttp leftover, okay millert@Pedro Martelletto
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-26do not doc the http partsTheo de Raadt
2007-03-26do not ship the http parts for now; ok millertTheo de Raadt
2007-03-22nicer MLINKS chunkTheo de Raadt
2007-03-21Add missing constTodd C. Miller
2007-03-21event_init() and event_dispatch() take void. Add commented outTodd C. Miller
2007-03-21fix a formatting issue found by reyk;Jason McIntyre
2007-03-21Use arc4random() to generate random IDs. In the future weTodd C. Miller
2007-03-21Document event_base_free(). OK jmc@Todd C. Miller
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