about summary refs log tree commit homepage
DateCommit message (Expand)
2019-07-07nntp: improve error reporting for COMPRESS
2019-07-06nntp: reduce memory overhead of zlib
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-07-06nntp: move LINE_MAX constant to the top
2019-07-06nntp: use msg_more as a method
2019-07-06watch: allow multiple spam watch directories
2019-07-06watch: remove some indirectly-used imports
2019-07-05viewdiff: do not anchor using diffstat comments
2019-07-05t/nntpd*.t: require IO::Socket::SSL 2.007 for Net::NNTP tests
2019-07-04qspawn: retry sysread when parsing headers, too
2019-06-30Merge remote-tracking branch 'origin/nntp'
2019-06-30nntp: add support for CAPABILITIES command
2019-06-30nntp: remove DISABLED hash checks
2019-06-30t/httpd-unix.t: avoid race in between bind() and listen()
2019-06-30daemon: warn on inheriting blocking listeners
2019-06-30tests: common tcp_server and unix_server helpers
2019-06-30t/perf-nntpd.t: fix off-by-one if NEWNEWS_DATE is unset
2019-06-30Merge remote-tracking branch 'origin/email-simple-mem' into master
2019-06-30examples/*@.service: sockets MUST be NonBlocking
2019-06-30ds: fix return values of do_read and *_tls_step
2019-06-30ds: rely on refcounting to close descriptors
2019-06-30t/nntpd*.t: skip TLS tests for old Net::NNTP
2019-06-29dskqxs: more closely match epoll semantics
2019-06-29http: use bigger, but shorter-lived buffers for pipes
2019-06-29httpd/async: switch to buffering-as-fast-as-possible
2019-06-29parentpipe: make the ->close call more obvious
2019-06-29parentpipe: document and use one-shot wakeups
2019-06-29http: support HTTPS (kinda)
2019-06-29ds: consolidate IO::Socket::SSL checks
2019-06-29ds: handle deferred DS->close after timers
2019-06-29listener: use edge-triggered notifications
2019-06-29http: use requeue instead of watch_in1
2019-06-29ds: move requeue logic over from NNTP
2019-06-29ds: share lazy rbuf handling between HTTP and NNTP
2019-06-29t/ds-leak: fix race
2019-06-27watchmaildir: show the current path on spamcheck failures
2019-06-27nntp: reduce syscalls for ARTICLE and BODY
2019-06-27mbox: split header and body processing
2019-06-27mbox: use Email::Simple->new to do in-place modifications
2019-06-27nntp: rework and simplify art_lookup response
2019-06-26certs/create-certs: create certs in 'certs/' directory
2019-06-26ds: cleanup poll test and avoid clobbering imports
2019-06-26Merge remote-tracking branch 'origin/nntp-tls'
2019-06-25searchview: avoid displaying full paths on errors
2019-06-24msgmap: mid_insert: use plain "INSERT" to detect duplicates
2019-06-24ds: ->write must not clobber empty wbuf array
2019-06-24Makefile: skip DSKQXS in global syntax check
2019-06-24ds: reduce overhead of tempfile creation
2019-06-24Revert "ci: require IO::KQueue on FreeBSD, for now"
2019-06-24ds: reimplement IO::Poll support to look like epoll