summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Expand)Author
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
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-01-06Backout revision 1.37. Setting ev->ev_pncalls to NULL results inAlexander Bluhm
2015-01-06Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.Alexander Bluhm
2015-01-06Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.Alexander Bluhm
2015-01-05Fix CVE-2014-6272 in Libevent 1.4 from upstream:Alexander Bluhm
2014-11-21libraries shouldnt print to stderr when things dont go their way.David Gwynne
2014-11-21evbuffer_read will return 0 one an end of file condition.David Gwynne
2014-11-20zap some stray commas;Jason McIntyre
2014-11-20add evbuffer_expand to NAME;Jason McIntyre
2014-11-20put MLINKS in the order they appear in the man page, so i don;t go blindJason McIntyre
2014-11-20document the only macro i find useful when working with evbuffers.David Gwynne
2014-11-20might help to Xr evbuffer_new 3David Gwynne
2014-11-20im not good at grammar things.David Gwynne
2014-11-20use .Va to say errno is a variable.David Gwynne
2014-11-19fix erroneous capitalisation of a word in the middle of a sentence.David Gwynne
2014-11-19less worse escapes for \ from ingo. im sure there's a much nicer way toDavid Gwynne
2014-11-19use .In to specify includes.David Gwynne
2014-11-19ingo also points out we're documenting things that work withDavid Gwynne
2014-11-19ingo points outDavid 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-10-31Libevent has compatibilty wrappers in evutil. OpenBSD does not useAlexander Bluhm
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-30The fdsz and n_events variables contain unsigned values that areAlexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-29Remove workaround for Mac OS X kqueue bug.Alexander Bluhm
2014-10-29Do not cast a (const void *) pointer to (void *) to avoid a warning.Alexander Bluhm
2014-10-18Remove some #ifdef from libevent.Alexander Bluhm
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedAlexander Bluhm
2014-10-17Remove some #ifdef HAVE_syscall.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqAlexander Bluhm
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-08iRemove the #ifdef WIN32 implementation from libevent.Alexander Bluhm
2014-10-08use reallocarray() to detect multiplicative integer overflow; obviousTheo de Raadt
2014-10-06Remove the #ifdef HAVE_SIGACTION from libevent. The structAlexander Bluhm
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-01The libevent event_log() function called by event_msgx() adds a newAlexander Bluhm
2014-04-03sort SEE ALSO;Jason McIntyre
2014-04-03add helper functions to use asr with libevent.Eric Faurot
2013-08-24replace random() with arc4random.David Gwynne
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-17evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highTheo de Raadt