about summary refs log tree commit homepage
DateCommit message (Expand)
2020-02-04doc: recommend -compact after --reindex
2020-02-04over: simplify read-only vs read-write checking
2020-02-04inbox: remove TODO item for msg_by_path
2020-02-04inbox: simplify ->description and ->cloneurl
2020-02-04www: serve $INBOX_DIR/description as $INBOX_URL/description
2020-02-04www: stricter regexp for 405 errors
2020-02-04doc: spellling fixes for manpages
2020-02-02spawn: actually die on (vfork|fork) failures
2020-02-02v2writable: more ways to detect online CPU count
2020-02-02doc: -convert: document switches
2020-02-02convert: fix --no-index switch
2020-02-02convert: shift @ARGV explicitly
2020-02-02searchidxshard: rely on autoflush instead of ->flush
2020-02-02convert: remove unused variables capturing :from
2020-02-02v2writable: do not clobber {shards} or {parallel} if unset
2020-02-02v2writable: nproc_shards: subtract 1 from given value
2020-02-02t/multi-mid.t: extra test for -convert highwater mark
2020-02-01doc: more 1.3.0 release notes updates
2020-02-01config: assume multiple cgit URLs, too
2020-02-01solver: join multiple URLs with "||"
2020-02-01wwwtext: give "url" examples in sample config
2020-02-01wwwtext: show multiple infourl values properly
2020-01-31convert: preserve highwater mark from v1 msgmap
2020-01-31mboxgz: ensure gzipped mboxes always have filenames
2020-01-31t/psgi_search: test for subject-free messages
2020-01-28v2writable: newest epochs go first in alternates
2020-01-28INSTALL: fix Linux::Inotify2 package name
2020-01-28t/v2reindex.t: 5.10.1 glob compatibility
2020-01-28t/hl_mod: document IO::Handle for autoflush
2020-01-28avoid relying on IO::Handle/IO::File autoload
2020-01-28daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2020-01-27viewdiff: rewrite and simplify
2020-01-27viewdiff: use autovivification for long_path hash
2020-01-27viewdiff: add "b=" param when missing "diff --git" line
2020-01-27viewdiff: add "b=" param with non-standard diff prefix
2020-01-27searchidx: don't assume "a/" and "b/" as prefixes
2020-01-27searchidx: skip filenames on "diff --git ..."
2020-01-27linkify: move to_html over from ViewDiff
2020-01-27linkify: compile $LINK_RE once
2020-01-27view: inline and eliminate msg_html
2020-01-27xt/perf-msgview: switch to multipart_text_as_html
2020-01-27tests: move the majority of t/view.t into t/plack.t
2020-01-27init: use Import::run_die instead of system()
2020-01-27t/plack.t: modernize and unindent
2020-01-27view: start performing buffering into {obuf}
2020-01-27wwwstream: discard single-use $ctx fields after use
2020-01-27view: simplify duplicate Message-ID handling
2020-01-27view: thread_skel: drop constant tpfx parameter
2020-01-27view: reduce parameters for html_footer
2020-01-27searchview: keep $noop sub private to the package