about summary refs log tree commit homepage
DateCommit message (Expand)
2016-05-22www: avoid warnings on bad offsets for Xapian
2016-05-22git-http-backend: switch to async_pass
2016-05-22http: rework async_pass support
2016-05-22git-http-backend: simplify dumb serving
2016-05-22git-http-backend: remove process limit
2016-05-22t/spawn.t: additional tests for popen_rd
2016-05-22http: pass reference to Danga::Socket::write
2016-05-22http: fix typo: write_buf => write_buf_size
2016-05-22http: async getline supports push_back_read
2016-05-21http: support async_pass for Danga::Socket
2016-05-21import: avoid needless git update-server-info
2016-05-21daemon: simplify forking
2016-05-21localize $/ in more places to avoid potential problems
2016-05-21unsubscribe: prevent decrypt from showing random crap
2016-05-21examples/unsubscribe-psgi@.service: disable worker processes
2016-05-21unsubscribe: bad URL fixup
2016-05-21mbox: switch generation over to pull model
2016-05-21http: reduce over-buffering for getline responses
2016-05-20ssoma-replay: use TMPDIR for temporary path
2016-05-20unsubscribe: get off mah lawn^H^H^Hist
2016-05-19www: tighten up allowable filenames for attachments
2016-05-19view: reduce clutter for attachments w/o description
2016-05-19www: validate and check filenames in URLs
2016-05-19msg_iter: workaround broken Email::MIME versions
2016-05-19www: support downloading attachments
2016-05-19switch read-only uses of walk_parts to msg_iter
2016-05-19msg_iter: new internal API for iterating through MIME
2016-05-19view: rely on Email::MIME::body_str for decoding
2016-05-19nntpd: avoid uninitialized warning
2016-05-18nntpd: reject control characters entirely
2016-05-18tests: add check-www-inbox script
2016-05-18view: avoid redirect to reply endpoint
2016-05-18feed: inline feed entry generation
2016-05-17http: release resources when idle
2016-05-17view: escape Message-ID for "next" link
2016-05-16www: fix for running under mount paths
2016-05-16config: allow taking an existing reference
2016-05-16declare Inbox object for reusability
2016-05-16doc: sync ~/.spamassassin/user_prefs with my prod machine
2016-05-15mbox: support /$INBOX/all.mbox.gz endpoint
2016-05-15mbox: consistent header order when decompressed
2016-05-15git-http-backend: set cache headers
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?)"