about summary refs log tree commit homepage
DateCommit message (Expand)
2016-05-14rename most instances of "list" to "inbox"
2016-05-14nntp: use "newsgroup" instead of "name"
2016-05-14import ssoma-replay example script I've been using
2016-05-14t/nntpd: test for wide characters and UTF-8 mangling
2016-05-14t/nntpd: avoid fork+exec for search indexing
2016-05-14build: support eatmydata in "make check" target by default
2016-05-13nntp: fixup "Wide character" warnings
2016-05-13Revert "nntp: proper UTF-8 support (hopefully?)"
2016-05-12git-http-backend: do not drop connection on successful finish
2016-05-12import: fallback to email if '<>' exists in author name
2016-05-12import: normalize body by stripping trailing newlines
2016-05-06mbox: sort messages by ascending date
2016-05-05t/view: note possibly invalid test...
2016-05-03git-http-backend: reduce memory use for clone/fetch
2016-05-03http: move empty string check into write callback
2016-05-03spawnpp: use native perl %ENV outside of mod_perl
2016-05-02t/*.t: reduce -mda calls
2016-05-02t/nntpd.t: stop hard coding message :bytes into test
2016-05-02nntp: append Archived-At and List-Archive headers
2016-05-02view: disable subject threading
2016-05-02http: remove needless binmode call
2016-05-02spawn: proper signal handling for vfork
2016-05-01git-http-backend: use real lseek for Content-Range
2016-05-01daemon: reduce timer-related allocations
2016-05-01mda: export @BAD_HEADERS variable
2016-05-01linkify: match more URL characters [:,\$] and schemes
2016-05-01linkify: match '~' (tilde) in URLs
2016-04-30daemon: graceful shutdown warning and limit removal
2016-04-30http: graceful shutdown for pi-httpd.async callers
2016-04-30searchmsg: ensure long subject lines are not broken
2016-04-29http: avoid lseek if no input
2016-04-29TODO: add item for .mailmap support
2016-04-29http: improve error handling for aborted responses
2016-04-29git-http-backend: check EINTR as well as EAGAIN
2016-04-29http: avoid corking on "Content-Length: 0" response
2016-04-28githttpbackend: clamp to one smart HTTP request at-a-time
2016-04-28githttpbackend: fall back to dumb if smart HTTP is off
2016-04-28import: run git-update-server-info when done
2016-04-27import: document API for public consumption
2016-04-25t/feed.t: run properly without ssoma installed
2016-04-25TODO: various updates
2016-04-25githttpbackend: require IO::File explicitly
2016-04-25remove GIT_DIR env usage in favor of --git-dir
2016-04-25remove ssoma dependency
2016-04-25import: extra check for final byte read
2016-04-25nntp: reduce timers for weakening
2016-04-25nntp: remove unused hdr_val subroutine
2016-04-25split out NNTPD and HTTPD* modules
2016-04-25mda: don't clobber existing List-Id header
2016-04-25searchview: add "rel=next" and "rel=prev" here, too