summaryrefslogtreecommitdiff
path: root/lib/libevent/event.3
AgeCommit message (Expand)Author
2017-06-29take const off the timeval argument in the pending functions.David Gwynne
2016-07-17Talk about event API instead of libeventStefan Kempf
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-04-14Another couple of commas in the wrong place, ok jmcNicholas Marriott
2015-04-14Remove an extra comma pointed out by jmc@.Nicholas Marriott
2015-04-14Reorder prototypes to better match manpage layout and add some missingNicholas Marriott
2014-11-20might help to Xr evbuffer_new 3David Gwynne
2014-11-19use .In to specify includes.David Gwynne
2014-11-19i got sick of having to read the source code to know what theDavid Gwynne
2014-11-19BUGS is no longer relevant, according to nicm;Jason McIntyre
2014-04-03sort SEE ALSO;Jason McIntyre
2014-04-03add helper functions to use asr with libevent.Eric Faurot
2010-04-22tweak previous; ok nicmJason McIntyre
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2008-05-02- Use a const pointer for bufferevent_write.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-05-31convert to new .Dd format;Jason McIntyre
2007-03-26do not doc the http partsTheo 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-21Document event_base_free(). OK jmc@Todd C. Miller
2007-03-19+.Xr evdns 3 ,Jason McIntyre
2007-03-19tweaks;Jason McIntyre
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller
2006-11-26allow both read and write callbacks for bufferevents to be NULL.Brad Smith
2006-10-21bufferevent_write() return code misdocumented; ok jmcTheo de Raadt
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-01-25another fix from art.Brad Smith
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
2006-01-21add a few missing functions.Brad Smith
2005-06-18update to libevent 1.1a; keep local changesBrad 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-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-04-28various tweaks;Jason McIntyre
2004-04-28update to libevent 0.8; keep local changesBrad Smith
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-07-09update to libevent-0.7a.tar.gz; keep local changesMarkus Friedl
2003-06-03license cleaning.Artur Grabowski
2003-05-23- typosJason McIntyre
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-09-30grammar; ok deraadt@Jason Peel
2002-07-12change timeout_ API to evtimer_ API; avoiding clashes with kernel includeNiels Provos