]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/DS.pm
ds: fix and test for FD leaks with kqueue on ->Reset
[public-inbox.git] / lib / PublicInbox / DS.pm
2019-06-01 Eric Wongds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01 Eric Wongds: set close-on-exec flag on epoll descriptors
2019-05-22 Eric WongMerge branch 'ds-cleanup'
2019-05-22 Eric WongDS: warn on deprecations
2019-05-22 Eric WongDS: remove IPPROTO_TCP import
2019-05-22 Eric WongDS: drop $VERSION var
2019-05-22 Eric WongDS: remove support OtherFds code
2019-05-22 Eric WongDS: get rid of unused methods and aliases
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-08 Eric WongDS: epoll: fix misordered EPOLL_CTL_DEL call
2019-05-08 Eric WongDS: drop unused "_undef" sub
2019-05-08 Eric WongDS: handle EINTR in IO::Poll path, too
2019-05-05 Eric WongDS: workaround IO::Kqueue EINTR (mis-)handling
2019-05-05 Eric WongDS: drop profiling support
2019-05-05 Eric WongDS: remove unused fields and functions
2019-05-05 Eric Wonglistener: use EPOLLEXCLUSIVE for listen sockets
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall