about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2019-09-08nntp: regexp always consumes rbuf if "\n" exists
2019-09-08nntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
2019-07-13nntp: support optional [range] arg in LISTGROUP
2019-07-13nntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-12nntp: clear local timer on idle client expiry
2019-07-10http|nntp: avoid recursion inside ->write
2019-07-08http|nntp: "use PublicInbox::DS" instead of ->import
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-06-30nntp: add support for CAPABILITIES command
2019-06-30nntp: remove DISABLED hash checks
2019-06-30Merge remote-tracking branch 'origin/email-simple-mem' into master
2019-06-29ds: consolidate IO::Socket::SSL checks
2019-06-29ds: handle deferred DS->close after timers
2019-06-29ds: move requeue logic over from NNTP
2019-06-29ds: share lazy rbuf handling between HTTP and NNTP
2019-06-27nntp: reduce syscalls for ARTICLE and BODY
2019-06-27nntp: rework and simplify art_lookup response
2019-06-24nntp: send greeting immediately for plain sockets
2019-06-24nntp: lazily allocate and stash rbuf
2019-06-24nntp: simplify long response logic and fix nesting
2019-06-24nntp: reduce allocations for greeting
2019-06-24nntp: call SSL_shutdown in normal cases
2019-06-24ds|nntp: use CORE::close on socket
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-24nntp: wait for writability before sending greeting
2019-06-24nntp: simplify re-arming/requeue logic
2019-06-24ds: hoist out do_read from NNTP and HTTP
2019-06-24http|nntp: be explicit about bytes::length on rbuf
2019-06-24ds: favor `delete' over assigning fields to `undef'
2019-06-24http|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24ds: get rid of event_watch field
2019-06-24ds: set event flags directly at initialization
2019-06-24ds: share send(..., MSG_MORE) logic
2019-06-24ds: lazy-initialize wbuf
2019-06-24ds: use and export monotonic now()
2019-06-24ds: get rid of {closed} field
2019-06-16ds: stop distinguishing event read and write callbacks
2019-06-15Merge remote-tracking branch 'origin/ds'
2019-06-14nntp: filter out duplicate Message-IDs for leafnode
2019-06-13nntp: ensure Message-ID is not folded for leafnode
2019-06-13nntp: add Path: header for leafnode
2019-06-10ds: do not distinguish between POLLHUP and POLLERR
2019-06-10nntp: use sysread to append to existing buffer
2019-06-10ds: remove {fd} field
2019-06-10ds: simplify write buffer accounting
2019-06-04nntp: ensure we only handle ASCII whitespace