Age | Commit message (Expand) | Author |
2024-03-23 | In kq_del(), delete matching EV_ADD entries to prevent libevent from | YASUOKA Masahiko |
2023-05-01 | spelling | Jonathan Gray |
2023-04-29 | New manual page written by Ted Bullock, | Ingo Schwarze |
2023-04-29 | Provide function prototypes for macros that take arguments, | Ingo Schwarze |
2023-04-28 | Some wording tweaks to finish the polishing. | Ingo Schwarze |
2023-04-27 | tiny wording tweak from Ted Bullock to make misunderstandings less likely; | Ingo Schwarze |
2023-04-27 | various markup tweaks, no content change; OK jmc@ | Ingo Schwarze |
2023-04-27 | various minor content corrections and improvements; | Ingo Schwarze |
2023-04-26 | New manual page written by Ted Bullock <tbullock at comlore dot com>, | Ingo Schwarze |
2023-04-25 | Put ERRORS and DIAGNOSTICS information in the sections where they belong. | Ingo Schwarze |
2023-04-17 | fix double word | Jonathan Gray |
2023-04-10 | Various wording tweaks for clarity and precision, and a few for conciseness. | Ingo Schwarze |
2023-04-10 | More deduplication: talk about environment variable in one place, not two. | Ingo Schwarze |
2023-04-09 | Trim some redundant and a bit of misleading text: | Ingo Schwarze |
2023-04-09 | Explain what it means that an API function "requires event_init(3)" | Ingo Schwarze |
2023-04-08 | New manual page written by Ted Bullock <tbullock at comlore dot com>, | Ingo Schwarze |
2023-04-06 | Fix two documentation bugs: | Ingo Schwarze |
2023-04-05 | Import the first of the new libevent manual pages | Ingo Schwarze |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-08 | Fixed integer overflow with an excessively large amount of events. | Tobias Stoeckmann |
2019-05-03 | Fixed endless loop/ OOB write on 64 bit systems with large buffers. | Tobias Stoeckmann |
2019-05-01 | Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVAL | Jeremie Courreges-Anglas |
2019-05-01 | Require clock_gettime(CLOCK_MONOTONIC) and remove fallback code | Jeremie Courreges-Anglas |
2019-04-29 | Switched min_heap to size_t to prevent integer overflows. | Tobias Stoeckmann |
2019-04-20 | knf, ok bluhm | Ted Unangst |
2019-04-18 | unfold some compound operations to make this easier to follow | Ted Unangst |
2018-09-23 | Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ with | anton |
2018-07-26 | Mention some missing libevent macros. | rob |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-10 | if there are no changes for kevent, pass in NULL instead. | Ted Unangst |
2017-06-29 | take const off the timeval argument in the pending functions. | David Gwynne |
2017-03-18 | Use recallocarray() to avoid leaving detritus in memory when resizing | Theo de Raadt |
2016-09-03 | Remove NULL pointer checks before calls to free(). | Nayden Markatchev |
2016-07-17 | Talk about event API instead of libevent | Stefan Kempf |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2015-12-25 | revert change to call kevent immediately. | Ted Unangst |
2015-12-16 | change the kqueue backend to call kevent() as events are added instead | Ted Unangst |
2015-12-11 | Libraries should not print to stderr, ok tedu beck deraadt | Nicholas Marriott |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-04-14 | Another couple of commas in the wrong place, ok jmc | Nicholas Marriott |
2015-04-14 | Remove an extra comma pointed out by jmc@. | Nicholas Marriott |
2015-04-14 | Reorder prototypes to better match manpage layout and add some missing | Nicholas Marriott |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-06 | Backout revision 1.37. Setting ev->ev_pncalls to NULL results in | Alexander Bluhm |
2015-01-06 | Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. | Alexander Bluhm |
2015-01-06 | Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream. | Alexander Bluhm |
2015-01-05 | Fix CVE-2014-6272 in Libevent 1.4 from upstream: | Alexander Bluhm |