summaryrefslogtreecommitdiffstats
path: root/lib/libevent
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-05-08Fixed integer overflow with an excessively large amount of events.tobias1-10/+15
2019-05-03Fixed endless loop/ OOB write on 64 bit systems with large buffers.tobias1-3/+3
2019-05-01Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALjca1-9/+5
2019-05-01Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codejca1-66/+8
2019-04-29Switched min_heap to size_t to prevent integer overflows.tobias3-27/+28
2019-04-20knf, ok bluhmtedu1-98/+125
2019-04-18unfold some compound operations to make this easier to followtedu1-6/+11
2018-09-23Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ withanton1-2/+30
2018-07-26Mention some missing libevent macros.rob2-6/+31
2017-08-01add missing and correct misspelled names, most in NAME sections;schwarze1-3/+4
2017-07-10if there are no changes for kevent, pass in NULL instead.tedu1-2/+2
2017-06-29take const off the timeval argument in the pending functions.dlg1-5/+5
2017-03-18Use recallocarray() to avoid leaving detritus in memory when resizingderaadt1-2/+3
2016-09-03Remove NULL pointer checks before calls to free().nayden4-30/+17
2016-07-17Talk about event API instead of libeventstefan1-6/+8
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-56/+1
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw1-2/+2
2015-12-25revert change to call kevent immediately.tedu1-6/+65
2015-12-16change the kqueue backend to call kevent() as events are added insteadtedu1-65/+6
2015-12-11Libraries should not print to stderr, ok tedu beck deraadtnicm1-22/+1
2015-11-10update NAME section to include all documented functions,jmc1-3/+3
2015-04-14Another couple of commas in the wrong place, ok jmcnicm1-2/+2
2015-04-14Remove an extra comma pointed out by jmc@.nicm1-2/+2
2015-04-14Reorder prototypes to better match manpage layout and add some missingnicm2-74/+74
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert1-2/+2
2015-01-06Backout revision 1.37. Setting ev->ev_pncalls to NULL results inbluhm1-5/+2
2015-01-06Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.bluhm1-14/+8
2015-01-06Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.bluhm1-2/+5
2015-01-05Fix CVE-2014-6272 in Libevent 1.4 from upstream:bluhm2-11/+25
2014-11-21libraries shouldnt print to stderr when things dont go their way.dlg1-3/+3
2014-11-21evbuffer_read will return 0 one an end of file condition.dlg1-2/+3
2014-11-20zap some stray commas;jmc1-3/+3
2014-11-20add evbuffer_expand to NAME;jmc1-1/+2
2014-11-20put MLINKS in the order they appear in the man page, so i don;t go blindjmc1-32/+32
2014-11-20document the only macro i find useful when working with evbuffers.dlg1-1/+10
2014-11-20might help to Xr evbuffer_new 3dlg1-2/+3
2014-11-20im not good at grammar things.dlg1-2/+2
2014-11-20use .Va to say errno is a variable.dlg1-6/+14
2014-11-19fix erroneous capitalisation of a word in the middle of a sentence.dlg1-2/+2
2014-11-19less worse escapes for \ from ingo. im sure there's a much nicer way todlg1-2/+2
2014-11-19use .In to specify includes.dlg2-5/+5
2014-11-19ingo also points out we're documenting things that work withdlg1-2/+2
2014-11-19ingo points outdlg1-3/+11
2014-11-19i got sick of having to read the source code to know what thedlg3-48/+261
2014-11-19BUGS is no longer relevant, according to nicm;jmc1-8/+2
2014-10-31Libevent has compatibilty wrappers in evutil. OpenBSD does not usebluhm1-3/+6
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.bluhm1-11/+10
2014-10-30Fix whitespace errors in libevent.bluhm9-63/+63
2014-10-30The fdsz and n_events variables contain unsigned values that arebluhm1-6/+6