summaryrefslogtreecommitdiffstats
path: root/lib/libevent (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Fixed integer overflow with an excessively large amount of events.tobias2019-05-081-10/+15
* Fixed endless loop/ OOB write on 64 bit systems with large buffers.tobias2019-05-031-3/+3
* Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVALjca2019-05-011-9/+5
* Require clock_gettime(CLOCK_MONOTONIC) and remove fallback codejca2019-05-011-66/+8
* Switched min_heap to size_t to prevent integer overflows.tobias2019-04-293-27/+28
* knf, ok bluhmtedu2019-04-201-98/+125
* unfold some compound operations to make this easier to followtedu2019-04-181-6/+11
* Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ withanton2018-09-231-2/+30
* Mention some missing libevent macros.rob2018-07-262-6/+31
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-011-3/+4
* if there are no changes for kevent, pass in NULL instead.tedu2017-07-101-2/+2
* take const off the timeval argument in the pending functions.dlg2017-06-291-5/+5
* Use recallocarray() to avoid leaving detritus in memory when resizingderaadt2017-03-181-2/+3
* Remove NULL pointer checks before calls to free().nayden2016-09-034-30/+17
* Talk about event API instead of libeventstefan2016-07-171-6/+8
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-56/+1
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-201-2/+2
* revert change to call kevent immediately.tedu2015-12-251-6/+65
* change the kqueue backend to call kevent() as events are added insteadtedu2015-12-161-65/+6
* Libraries should not print to stderr, ok tedu beck deraadtnicm2015-12-111-22/+1
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* Another couple of commas in the wrong place, ok jmcnicm2015-04-141-2/+2
* Remove an extra comma pointed out by jmc@.nicm2015-04-141-2/+2
* Reorder prototypes to better match manpage layout and add some missingnicm2015-04-142-74/+74
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Backout revision 1.37. Setting ev->ev_pncalls to NULL results inbluhm2015-01-061-5/+2
* Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.bluhm2015-01-061-14/+8
* Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.bluhm2015-01-061-2/+5
* Fix CVE-2014-6272 in Libevent 1.4 from upstream:bluhm2015-01-052-11/+25
* libraries shouldnt print to stderr when things dont go their way.dlg2014-11-211-3/+3
* evbuffer_read will return 0 one an end of file condition.dlg2014-11-211-2/+3
* zap some stray commas;jmc2014-11-201-3/+3
* add evbuffer_expand to NAME;jmc2014-11-201-1/+2
* put MLINKS in the order they appear in the man page, so i don;t go blindjmc2014-11-201-32/+32
* document the only macro i find useful when working with evbuffers.dlg2014-11-201-1/+10
* might help to Xr evbuffer_new 3dlg2014-11-201-2/+3
* im not good at grammar things.dlg2014-11-201-2/+2
* use .Va to say errno is a variable.dlg2014-11-201-6/+14
* fix erroneous capitalisation of a word in the middle of a sentence.dlg2014-11-191-2/+2
* less worse escapes for \ from ingo. im sure there's a much nicer way todlg2014-11-191-2/+2
* use .In to specify includes.dlg2014-11-192-5/+5
* ingo also points out we're documenting things that work withdlg2014-11-191-2/+2
* ingo points outdlg2014-11-191-3/+11
* i got sick of having to read the source code to know what thedlg2014-11-193-48/+261
* BUGS is no longer relevant, according to nicm;jmc2014-11-191-8/+2
* Libevent has compatibilty wrappers in evutil. OpenBSD does not usebluhm2014-10-311-3/+6
* Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.bluhm2014-10-311-11/+10
* Fix whitespace errors in libevent.bluhm2014-10-309-63/+63
* The fdsz and n_events variables contain unsigned values that arebluhm2014-10-301-6/+6