about summary refs log tree commit homepage
path: root/lib/PublicInbox/DS.pm
DateCommit message (Expand)
2019-06-03ds: remove PLCMap and per-socket PostLoopCallback
2019-06-02ds: drop write_set_watch field
2019-06-02ds: drop unused EVENT: label in epoll code path
2019-06-02ds: drop checks for invalid descriptors
2019-06-02ds: drop set_writer_func support
2019-06-02ds: add a note about planned future changes
2019-06-02ds: drop more unused subs
2019-06-01ds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01ds: set close-on-exec flag on epoll descriptors
2019-05-22DS: warn on deprecations
2019-05-22DS: remove IPPROTO_TCP import
2019-05-22DS: drop $VERSION var
2019-05-22DS: remove support OtherFds code
2019-05-22DS: get rid of unused methods and aliases
2019-05-08DS: epoll: fix misordered EPOLL_CTL_DEL call
2019-05-08DS: drop unused "_undef" sub
2019-05-08DS: handle EINTR in IO::Poll path, too
2019-05-05DS: workaround IO::Kqueue EINTR (mis-)handling
2019-05-05DS: drop profiling support
2019-05-05DS: remove unused fields and functions
2019-05-05listener: use EPOLLEXCLUSIVE for listen sockets
2019-05-04bundle Danga::Socket and Sys::Syscall