about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-05-14rename most instances of "list" to "inbox"
2016-05-14nntp: use "newsgroup" instead of "name"
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-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-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-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-25githttpbackend: require IO::File explicitly
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
2016-04-25www: add rel=next and rel=prev navigation hints
2016-04-25view: fix link generation for replies in threads
2016-04-24view: add extra newline in flat thread view for lynx
2016-04-24view: more consistent prefixing for thread skeletons
2016-04-21mda: reject multiple Message-IDs up front
2016-04-16view: show flat thread view in chronological order
2016-04-15view: thread skeleton tweaks
2016-04-15www: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14view: drop vestigial elements of quote folding
2016-04-13www: stop generating /$MESSAGE_ID/f/ links
2016-04-13view: fix link to view replies from $MESSAGE_ID/f/ links