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