]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/DS.pm
ds: share long_step between NNTP and IMAP
[public-inbox.git] / lib / PublicInbox / DS.pm
2019-06-24 Eric Wongds: switch write buffering to use a tempfile
2019-06-24 Eric Wongds: share send(..., MSG_MORE) logic
2019-06-24 Eric Wongds: remove support for DS->write(undef)
2019-06-24 Eric Wongds: don't pass `events' arg to EPOLL_CTL_DEL
2019-06-24 Eric Wongds: lazy-initialize wbuf
2019-06-24 Eric Wongds: split out from ->flush_write and ->write
2019-06-24 Eric Wongds: lazy initialize wbuf_off
2019-06-24 Eric Wongds: get rid of on_incomplete_write wrapper
2019-06-24 Eric WongAddTimer: avoid clock_gettime for the '0' case
2019-06-24 Eric Wongds: use and export monotonic now()
2019-06-24 Eric Wongds: get rid of more unused debug instance methods
2019-06-24 Eric Wongds: get rid of {closed} field
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-10 Eric Wongds: stop caring about event flags set by epoll/poll...
2019-06-10 Eric Wongds: do not distinguish between POLLHUP and POLLERR
2019-06-10 Eric Wongds: remove read method, here, too
2019-06-10 Eric Wongds: remove steal_socket method
2019-06-10 Eric Wongds: remove {fd} field
2019-06-10 Eric Wongds: reduce Errno imports and drop ->close reason
2019-06-10 Eric Wongds: cleanup Errno imports and favor constant comparisons
2019-06-10 Eric Wongds: simplify write buffer accounting
2019-06-03 Eric WongMerge remote-tracking branch 'origin/git-cleanup'
2019-06-03 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-03 Eric Wongds: remove PLCMap and per-socket PostLoopCallback
2019-06-02 Eric Wongds: drop write_set_watch field
2019-06-02 Eric Wongds: drop unused EVENT: label in epoll code path
2019-06-02 Eric Wongds: drop checks for invalid descriptors
2019-06-02 Eric Wongds: drop set_writer_func support
2019-06-02 Eric Wongds: add a note about planned future changes
2019-06-02 Eric Wongds: drop more unused subs
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