summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-08Fixed integer overflow with an excessively large amount of events.Tobias Stoeckmann
2019-05-03Fixed endless loop/ OOB write on 64 bit systems with large buffers.Tobias Stoeckmann
2019-05-01Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALJeremie Courreges-Anglas
2019-05-01Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codeJeremie Courreges-Anglas
2019-04-29Switched min_heap to size_t to prevent integer overflows.Tobias Stoeckmann
2019-04-20knf, ok bluhmTed Unangst
2019-04-18unfold some compound operations to make this easier to followTed Unangst
2018-09-23Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ withanton
2018-07-26Mention some missing libevent macros.rob
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-07-10if there are no changes for kevent, pass in NULL instead.Ted Unangst
2017-06-29take const off the timeval argument in the pending functions.David Gwynne
2017-03-18Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2016-09-03Remove NULL pointer checks before calls to free().Nayden Markatchev
2016-07-17Talk about event API instead of libeventStefan Kempf
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2015-12-25revert change to call kevent immediately.Ted Unangst
2015-12-16change the kqueue backend to call kevent() as events are added insteadTed Unangst
2015-12-11Libraries should not print to stderr, ok tedu beck deraadtNicholas Marriott
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
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