]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/NNTP.pm
reduce scope of mbox From_ line removal
[public-inbox.git] / lib / PublicInbox / NNTP.pm
2020-04-19 Eric Wongreduce scope of mbox From_ line removal
2020-04-02 Eric Wongnntp: allow multiple spaces or tabs to delimit args
2020-04-02 Eric Wongmid: add $MID_EXTRACT regexp for export
2020-03-22 Eric Wongrename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-24 Eric Wongnntp: simplify setting X-Alt-Message-ID
2020-01-13 Eric Wongds|http|nntp: simplify {wbuf} population
2020-01-08 Eric Wongnntp: correctly log long response errors
2020-01-01 Eric Wongnntp: handle 2-digit year "70" properly
2019-12-22 Eric Wongnntp: cmd_xover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_msg_id: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_newnews: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_listgroup: use named subs for long_response
2019-12-22 Eric Wongnntp: cmd_xrover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_searchmsg: use named sub for numeric range...
2019-12-22 Eric Wongnntp: remove cyclic refs from long_response
2019-12-22 Eric Wongnntp: get_range: return scalarref for $beg
2019-12-22 Eric Wongnntp: get rid of some unused imports
2019-12-22 Eric Wongnntp: simplify method detection using UNIVERSAL::can
2019-12-14 Eric Wongds: move NNTP-only expiration code into DS
2019-12-14 Eric Wongds: move EvCleanup code into DS
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-13 Eric Wongnntp: support optional [range] arg in LISTGROUP
2019-07-13 Eric Wongnntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-12 Eric Wongnntp: clear local timer on idle client expiry
2019-07-10 Eric Wonghttp|nntp: avoid recursion inside ->write
2019-07-08 Eric Wonghttp|nntp: "use PublicInbox::DS" instead of ->import
2019-07-08 Eric WongMerge remote-tracking branch 'origin/nntp-compress'
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-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 WongMerge remote-tracking branch 'origin/email-simple-mem...
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 Wongds: move requeue logic over from NNTP
2019-06-29 Eric Wongds: share lazy rbuf handling between HTTP and NNTP
2019-06-27 Eric Wongnntp: reduce syscalls for ARTICLE and BODY
2019-06-27 Eric Wongnntp: rework and simplify art_lookup response
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongnntp: send greeting immediately for plain sockets
2019-06-24 Eric Wongnntp: lazily allocate and stash rbuf
2019-06-24 Eric Wongnntp: simplify long response logic and fix nesting
2019-06-24 Eric Wongnntp: reduce allocations for greeting
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 Wongnntp: NNTPS and NNTP+STARTTLS working
2019-06-24 Eric Wongnntp: wait for writability before sending greeting
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: favor `delete' over assigning fields to `undef'
2019-06-24 Eric Wonghttp|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24 Eric Wongds: get rid of event_watch field
2019-06-24 Eric Wongds: set event flags directly at initialization
2019-06-24 Eric Wongds: share send(..., MSG_MORE) logic
2019-06-24 Eric Wongds: lazy-initialize wbuf
2019-06-24 Eric Wongds: use and export monotonic now()
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-14 Eric WongMerge remote-tracking branch 'origin/reshard' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/manifest' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/edit' into next
2019-06-14 Eric Wongnntp: filter out duplicate Message-IDs for leafnode
2019-06-13 Eric Wongnntp: ensure Message-ID is not folded for leafnode
2019-06-13 Eric Wongnntp: add Path: header for leafnode
2019-06-10 Eric Wongds: do not distinguish between POLLHUP and POLLERR
2019-06-10 Eric Wongnntp: use sysread to append to existing buffer
2019-06-10 Eric Wongds: remove {fd} field
2019-06-10 Eric Wongds: simplify write buffer accounting
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongnntp: ensure we only handle ASCII whitespace
2019-06-04 Eric Wongnntp: be explicit about ASCII digit matches
2019-05-21 Eric WongMerge remote-tracking branch 'origin/xap-optional'...
2019-05-15 Eric Wongnntp: use Inbox->over directly
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-08 Eric Wongnntp: avoid uninitialized variable from blank requests
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2019-02-07 Eric Wongnntp: get rid of long_response_limit constant
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-16 Eric Wongnntp: header responses use CRLF consistently
2019-01-08 Eric Wongnntp: fix uninitialized variable in event_read
2018-12-06 Eric Wongnntp: prevent event_read from firing twice in a row
2018-10-16 Jonathan CorbetAdd Xrefs to over/xover lines
2018-10-16 Jonathan CorbetPut the NNTP server name into Xref lines
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-04-18 Eric Wongnntp: allow and ignore empty commands
2018-04-07 Eric Wong (Contrac... store less data in the Xapian document
2018-04-06 Eric Wong (Contrac... nntp: set Xref across multiple inboxes
2018-04-03 Eric Wong (Contrac... nntp: simplify the long_response API
2018-04-03 Eric Wong (Contrac... msgmap: replace id_batch with ids_after
2018-04-03 Eric Wong (Contrac... nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03 Eric Wong (Contrac... nntp: fix NEWNEWS command
next