about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-03-29index: support --compact / -c on command-line
2020-03-29searchidxshard: ensure we set indexlevel on shard[0]
2020-03-29config: Honor gitconfig includes
2020-03-26wwwaltid: inform users to use POST instead of GET
2020-03-26wwwtext: show altid instructions in config
2020-03-26inbox: altid_map becomes a method
2020-03-25www: add endpoint to retrieve altid dumps
2020-03-25altid: warn about non-word prefixes
2020-03-25wwwtext: show thread endpoint w/ indexlevel=basic
2020-03-25search: clobber -user_pfx on query parser initialization
2020-03-25qspawn: handle ENOENT (and other errors on exec)
2020-03-25mbox: need_gzip uses WwwStream::oneshot
2020-03-25wwwstream: oneshot sets content-length
2020-03-25extmsg: use WwwResponse::oneshot
2020-03-25wwwstream: introduce oneshot API to avoid ->getline
2020-03-25gzipfilter: lazy allocate the deflate context
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-03-24daemon: unlink .oldbin PID file correctly
2020-03-24daemon: fix SIGUSR2 upgrade with -W0 (no workers)
2020-03-22v2: SDBM-based multi Message-ID queue
2020-03-22*idx: pass smsg in even more places
2020-03-22v2: pass smsg in more places
2020-03-22*idx: pass $smsg in more places instead of many args
2020-03-22overidx: parse_references: less error-prone args
2020-03-22smsg: to_doc_data: use existing fields
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22v2writable: preserve timestamps from import
2020-03-22index: use git commit times on missing Date/Received
2020-03-21wwwlisting: use first successfully loaded JSON module
2020-03-20viewdiff: favor `qr' to precompile regexps
2020-03-20daemon: do more immortal allocations up front
2020-03-20www: avoid `state' usage to perform allocations up-front
2020-03-20wwwlisting: avoid lazy loading JSON module
2020-03-20wwwlisting: favor "use" over require
2020-03-20www: update ->preload for newer modules
2020-03-19http: fix RFC conformance w.r.t. message length
2020-03-07daemon: remove unused $parent_pipe variable
2020-03-07searchmsg: allow lines (and bytes) to be zero
2020-03-04git: remove POSIX::dup2 import
2020-03-04spawn: correctly handle error code
2020-03-01msgtime: assume +0000 if TZ missing when using Date::Parse
2020-03-01import: drop '<' and '>' characters in addresses
2020-02-27searchview: improve naming and simplify hash override
2020-02-24v2writable: lookup_content => content_exists
2020-02-24v2writable: make remove return-compatible w/ Import::remove
2020-02-24viewdiff: remove optional CR handling
2020-02-24hval: ascii_html: drop CRLF => LF conversion
2020-02-24searchview: set obfuscation inbox properly
2020-02-17view: shorten life of MIME object for permalink
2020-02-17viewdiff: do not generate "a=" parameter if "b=" matches