]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/NNTP.pm
nntp: inline CRLF in all response lines
[public-inbox.git] / lib / PublicInbox / NNTP.pm
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
2018-04-02 Eric Wong (Contrac... replace Xapian skeleton with SQLite overview DB
2018-03-14 Eric Wongnntp: do not drain rbuf if there is a command pending
2018-03-07 Eric Wongnntp: improve fairness during XOVER and similar commands
2018-03-03 Eric Wong (Contrac... nntp: fix NEWNEWS command
2018-03-03 Eric Wong (Contrac... nntp: use NNTP article numbers for lookups
2018-02-07 Eric Wongupdate copyrights for 2018
2016-12-13 Eric Wongnntp: avoid useless use of strftime
2016-09-09 Eric Wongnntp: cleanup: move use statements out of sub scope
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-07-27 Eric Wonglocalize $/ when using chomp
2016-07-09 Eric Wongnntp: return if a client drops on us
2016-07-07 Eric Wonginbox: cleanup and consolidate object weakening
2016-07-02 Eric Wongnntp: respect 3 minute idle time for shutdown
2016-07-02 Eric Wongnntp: simplify update_idle_time
2016-06-20 Eric Wongnntp: use lookup_mail instead of lookup_message
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-14 Eric Wongnntp: do not double-encode UTF-8 body
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wonguse utf8::{encode,decode} for in-place transforms
2016-05-29 Eric Wongnntp: fix for missing articles/bodies/heads
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-24 Eric Wongstandardize timer-related event-loop code
2016-05-18 Eric Wongnntpd: reject control characters entirely
2016-05-14 Eric Wongnntp: use "newsgroup" instead of "name"
2016-05-13 Eric Wongnntp: fixup "Wide character" warnings
2016-05-13 Eric WongRevert "nntp: proper UTF-8 support (hopefully?)"
2016-05-02 Eric Wongnntp: append Archived-At and List-Archive headers
2016-05-01 Eric Wongdaemon: reduce timer-related allocations
2016-04-25 Eric Wongnntp: reduce timers for weakening
2016-04-25 Eric Wongnntp: remove unused hdr_val subroutine
2016-02-29 Eric Wongfavor procedural calls for most private functions
2016-02-29 Eric Wongdistinguish error messages intended for users vs developers
2016-02-28 Eric Wonghttp: support graceful shutdown like nntp
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-11-20 Eric Wongvarious internal documentation updates
2015-11-18 Eric Wongnntp: fix printf warnings
2015-10-01 Eric Wongnntp: better delimit error message
2015-10-01 Eric Wongnntp: remove reference to non-existent function
2015-10-01 Eric Wongnntp: implement idle time expiration
2015-09-30 Eric Wongnntp: implement OVER/XOVER summary in search document
next