Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-07-13 | Fix lost Windows socket EOF events. | Thomas Munro | 14.13 |
| 2023-01-12 | Fix WaitEventSetWait() buffer overrun. | Thomas Munro | 14.7 |
| 2022-06-25 | Don't trust signalfd() on illumos. | Thomas Munro | 14.5 |
| 2021-03-01 | Use EVFILT_SIGNAL for kqueue latches. | Thomas Munro | 14.0 |
| 2021-03-01 | Use signalfd(2) for epoll latches. | Thomas Munro | 14.0 |
| 2021-02-28 | Optimize latches to send fewer signals. | Thomas Munro | 14.0 |
| 2021-02-28 | Use SIGURG rather than SIGUSR1 for latches. | Thomas Munro | 14.0 |
| 2021-02-28 | Remove latch.c workaround for Linux < 2.6.27. | Thomas Munro | 14.0 |
| 2020-11-25 | Fix WaitLatch(NULL) on Windows. | Thomas Munro | 14.0 |
| 2020-10-15 | Handle EACCES errors from kevent() better. | Thomas Munro | 14.0 |
| 2020-10-14 | Make WL_POSTMASTER_DEATH level-triggered on kqueue builds. | Thomas Munro | 14.0 |
| 2020-09-23 | Allow WaitLatch() to be used without a latch. | Thomas Munro | 14.0 |
| 2020-07-30 | Use a long lived WaitEventSet for WaitLatch(). | Thomas Munro | 14.0 |