about summary refs log tree commit homepage
DateCommit message (Expand)
2020-04-06examples/grok-pull.post_update_hook: capture infourl
2020-04-06examples/grok-pull.post_update_hook: fetch mirror description
2020-04-05git: reduce stat buffer storage overhead
2020-04-05mbox: halve ->getline "context switches"
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-05xt/msgtime_cmp: fix false positives from msgtime change
2020-04-05wwwstatic: set "Vary: Accept-Encoding" in static gzip response
2020-04-04view: inline flush_quote sub
2020-04-04viewdiff: reduce sub parameter count
2020-04-04view: dedupe_subject: allow "0" as a valid Subject
2020-04-04view: use defined-or operator to simplify checks
2020-04-04view: note we assume UTF-8 on unknown encodings
2020-04-04inboxwritable: fix From_ line unescaping
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-03view: handle the topic-free case properly
2020-04-02nntp: allow multiple spaces or tabs to delimit args
2020-04-02mid: add $MID_EXTRACT regexp for export
2020-04-02searchidx: v1: skip mid_clean on mid_mime results
2020-04-02smsg: inline _extract_mid functionality
2020-04-02README: add a missing "be"
2020-04-01README: expand on the GUI non-requirement
2020-04-01doc: update notes and HACKING ahead of 1.4 release
2020-03-31v2writable: index Message-IDs w/ spaces properly
2020-03-30t/multi-mid: allow test to run w/o Xapian
2020-03-30viewvcs: stream_blob_parse_hdr: fix BIN_DETECT retries
2020-03-30qspawn: capture errors from parse_hdr callback
2020-03-30wwwstream::oneshot => html_oneshot
2020-03-30t/filter_rubylang.t: avoid warning for non-word prefix
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