about summary refs log tree commit homepage
path: root/lib/PublicInbox/DSPoll.pm
DateCommit message (Expand)
2023-11-26select+poll: have caller retry on EINTR
2023-11-01ds: move maxevents further down the stack
2023-10-31poll+select: check EBADF + POLLNVAL errors
2023-09-12Revert "dspoll: switch to the documented IO::Poll API"
2023-09-11dspoll: switch to the documented IO::Poll API
2023-09-11ds: use object-oriented API for epoll
2021-01-01update copyrights for 2021
2020-12-28ds: flatten + reuse @events, epoll_wait style fixes
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-06-26ds: cleanup poll test and avoid clobbering imports
2019-06-24ds: reimplement IO::Poll support to look like epoll