]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2019-09-14 Eric Wongdoc: update nntpd with NNTPS and STARTTLS examples
2019-09-14 Eric Wongt/httpd-corner: check for leaking FDs and pipes
2019-09-14 Eric Wongqspawn: remove unused WNOHANG import
2019-09-14 Eric Wonghttpd/async: improve naming and comments
2019-09-14 Eric Wonggithttpbackend: use REMOTE_ADDR for deleted identifier
2019-09-14 Eric Wongtmpfile: support O_APPEND and use it in DS::tmpio
2019-09-14 Eric Wongtmpfile: give temporary files meaningful names
2019-09-14 Eric Wongqspawn: simplify by using PerlIO::scalar
2019-09-14 Eric Wongadmin: warn and ignore inaccessible inboxes
2019-09-12 Eric Wongsolvergit: don't drop update-index stdin with qspawn
2019-09-09 Eric Wongdoc daemon: note the --listen directive is not always...
2019-09-09 Eric Wongdoc edit: move =for comment after item
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-09-09 Eric Wongdoc config: document indexlevel directive
2019-09-09 Eric Wongtests: add tcp_connect() helper
2019-09-08 Eric Wongnntp: regexp always consumes rbuf if "\n" exists
2019-09-08 Eric Wongnntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
2019-07-14 Eric Wongnntpdeflate: reduce overhead of idle clients
2019-07-13 Eric WongTODO: remove done items, add some more
2019-07-13 Eric Wongnntp: support optional [range] arg in LISTGROUP
2019-07-13 Eric Wongnntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-13 Eric Wongnntpdeflate: stop relying on SUPER for ->do_read
2019-07-12 Eric Wongnntp: clear local timer on idle client expiry
2019-07-10 Eric Wonghttp|nntp: avoid recursion inside ->write
2019-07-10 Eric Wongsolver: remove redundant spawn imports
2019-07-08 Eric Wonghttp|nntp: "use PublicInbox::DS" instead of ->import
2019-07-08 Eric Wonghttpd: (cleanup) use reference instead of *glob
2019-07-08 Eric Wongdaemon: use POSIX and WNOHANG more idiomatically
2019-07-08 Eric WongMerge remote-tracking branch 'origin/nntp-compress'
2019-07-08 Eric Wongds: use WNOHANG with waitpid if inside event loop
2019-07-07 Eric Wongnntp: improve error reporting for COMPRESS
2019-07-06 Eric Wongnntp: reduce memory overhead of zlib
2019-07-06 Eric Wongnntp: support COMPRESS DEFLATE per RFC 8054
2019-07-06 Eric Wongnntp: move LINE_MAX constant to the top
2019-07-06 Eric Wongnntp: use msg_more as a method
2019-07-06 Eric Wongwatch: allow multiple spam watch directories
2019-07-06 Eric Wongwatch: remove some indirectly-used imports
2019-07-05 Eric Wongviewdiff: do not anchor using diffstat comments
2019-07-05 Eric Wongt/nntpd*.t: require IO::Socket::SSL 2.007 for Net:...
2019-07-04 Eric Wongqspawn: retry sysread when parsing headers, too
2019-06-30 Eric WongMerge remote-tracking branch 'origin/nntp'
2019-06-30 Eric Wongnntp: add support for CAPABILITIES command
2019-06-30 Eric Wongnntp: remove DISABLED hash checks
2019-06-30 Eric Wongt/httpd-unix.t: avoid race in between bind() and listen()
2019-06-30 Eric Wongdaemon: warn on inheriting blocking listeners
2019-06-30 Eric Wongtests: common tcp_server and unix_server helpers
2019-06-30 Eric Wongt/perf-nntpd.t: fix off-by-one if NEWNEWS_DATE is unset
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
next