]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2019-06-30 Eric WongMerge remote-tracking branch 'origin/email-simple-mem...
2019-06-30 Eric Wongexamples/*@.service: sockets MUST be NonBlocking
2019-06-30 Eric Wongds: fix return values of do_read and *_tls_step
2019-06-30 Eric Wongds: rely on refcounting to close descriptors
2019-06-30 Eric Wongt/nntpd*.t: skip TLS tests for old Net::NNTP
2019-06-29 Eric Wongdskqxs: more closely match epoll semantics
2019-06-29 Eric Wonghttp: use bigger, but shorter-lived buffers for pipes
2019-06-29 Eric Wonghttpd/async: switch to buffering-as-fast-as-possible
2019-06-29 Eric Wongparentpipe: make the ->close call more obvious
2019-06-29 Eric Wongparentpipe: document and use one-shot wakeups
2019-06-29 Eric Wonghttp: support HTTPS (kinda)
2019-06-29 Eric Wongds: consolidate IO::Socket::SSL checks
2019-06-29 Eric Wongds: handle deferred DS->close after timers
2019-06-29 Eric Wonglistener: use edge-triggered notifications
2019-06-29 Eric Wonghttp: use requeue instead of watch_in1
2019-06-29 Eric Wongds: move requeue logic over from NNTP
2019-06-29 Eric Wongds: share lazy rbuf handling between HTTP and NNTP
2019-06-29 Eric Wongt/ds-leak: fix race
2019-06-27 Eric Wongwatchmaildir: show the current path on spamcheck failures
2019-06-27 Eric Wongnntp: reduce syscalls for ARTICLE and BODY
2019-06-27 Eric Wongmbox: split header and body processing
2019-06-27 Eric Wongmbox: use Email::Simple->new to do in-place modifications
2019-06-27 Eric Wongnntp: rework and simplify art_lookup response
2019-06-26 Eric Wongcerts/create-certs: create certs in 'certs/' directory
2019-06-26 Eric Wongds: cleanup poll test and avoid clobbering imports
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-25 Eric Wongsearchview: avoid displaying full paths on errors
2019-06-24 Eric Wongmsgmap: mid_insert: use plain "INSERT" to detect duplicates
2019-06-24 Eric Wongds: ->write must not clobber empty wbuf array
2019-06-24 Eric WongMakefile: skip DSKQXS in global syntax check
2019-06-24 Eric Wongds: reduce overhead of tempfile creation
2019-06-24 Eric WongRevert "ci: require IO::KQueue on FreeBSD, for now"
2019-06-24 Eric Wongds: reimplement IO::Poll support to look like epoll
2019-06-24 Eric Wongds: split out IO::KQueue-specific code
2019-06-24 Eric Wongdaemon: use FreeBSD accept filters on non-NNTP
2019-06-24 Eric Wongdaemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-24 Eric Wongnntp: send greeting immediately for plain sockets
2019-06-24 Eric Wongci: require IO::KQueue on FreeBSD, for now
2019-06-24 Eric Wongnntp: lazily allocate and stash rbuf
2019-06-24 Eric Wongds: flush_write runs ->write callbacks even if closed
2019-06-24 Eric Wongnntp: simplify long response logic and fix nesting
2019-06-24 Eric Wongds: always use EV_ADD with EV_SET
2019-06-24 Eric Wongnntp: reduce allocations for greeting
2019-06-24 Eric Wongds: allow ->write callbacks to syswrite directly
2019-06-24 Eric Wongdaemon: use SSL_MODE_RELEASE_BUFFERS
2019-06-24 Eric Wongt/nntpd-tls: slow client connection test
2019-06-24 Eric Wongnntp: call SSL_shutdown in normal cases
2019-06-24 Eric Wongds|nntp: use CORE::close on socket
2019-06-24 Eric Wongdaemon: map inherited sockets to well-known schemes
2019-06-24 Eric Wongcerts/create-certs.perl: fix cert validity on 32-bit
2019-06-24 Eric Wongnntp: NNTPS and NNTP+STARTTLS working
2019-06-24 Eric Wongnntp: wait for writability before sending greeting
2019-06-24 Eric Wongds: deal better with FS-related errors IO buffers
2019-06-24 Eric Wongallow use of PerlIO layers for filesystem writes
2019-06-24 Eric Wongnntp: simplify re-arming/requeue logic
2019-06-24 Eric Wongds: hoist out do_read from NNTP and HTTP
2019-06-24 Eric Wonghttp|nntp: be explicit about bytes::length on rbuf
2019-06-24 Eric Wongds: remove pointless exit calls
2019-06-24 Eric Wongevcleanup: replace _run_asap with `event_step' callback
2019-06-24 Eric Wongds: pass $self to code references
2019-06-24 Eric Wonghttp: don't pass extra args to PublicInbox::DS::close
2019-06-24 Eric Wongds: favor `delete' over assigning fields to `undef'
2019-06-24 Eric Wonghttp|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24 Eric Wongqspawn: describe where `$rpipe' come from
2019-06-24 Eric Wongspawn: remove `Blocking' flag handling
2019-06-24 Eric Wonghttpd/async: remove EINTR check
2019-06-24 Eric Wongds: get rid of event_watch field
2019-06-24 Eric Wongds: remove IO::Poll support (for now)
2019-06-24 Eric Wongds: share watch_chg between watch_read/watch_write
2019-06-24 Eric Wongds: import IO::KQueue namespace
2019-06-24 Eric Wongds: set event flags directly at initialization
2019-06-24 Eric Wongsyscall: get rid of unnecessary uname local vars
2019-06-24 Eric Wongsyscall: get rid of unused EPOLL* constants
2019-06-24 Eric Wongds: get rid of redundant and unnecessary POLL* constants
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 Wonghttp: favor DS->write(strref) when reasonable
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-23 Eric Wongmanifest: v2 epoch descriptions based on inbox->description
2019-06-20 Eric Wongt/httpd-corner: ensure chunk payload read doesn't overreach
2019-06-20 Eric Wongt/httpd-corner.t: fix braino :x
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric Wongt/replace.t: fix SKIP label for testing w/o Xapian
2019-06-16 Eric Wongxcpdb: don't warn on --jobs != --reshard
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-16 Eric Wongt/psgi_search.t: use higher-level APIs
2019-06-15 Eric Wongsearchview: add link at bottom to reverse results
2019-06-15 Eric Wongsearchview: support negative offsets to reverse ordering
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-15 Eric Wongt/git-http-backend: explain purpose of test
2019-06-15 Eric Wongcomments: replace "partition" with "shard"
next