about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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-02spawn: actually die on (vfork|fork) failures
2020-02-02v2writable: more ways to detect online CPU count
2020-02-02searchidxshard: rely on autoflush instead of ->flush
2020-02-02v2writable: do not clobber {shards} or {parallel} if unset
2020-02-02v2writable: nproc_shards: subtract 1 from given value
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-31mboxgz: ensure gzipped mboxes always have filenames
2020-01-28v2writable: newest epochs go first in alternates
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-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
2020-01-27view: improve readability around walk_thread
2020-01-27www: use "skel" terminology consistently
2020-01-27www*stream: favor \&close instead of *close
2020-01-27xapcmd: increase scope of lock
2020-01-27search: {version} => {ibx_ver}
2020-01-27inbox: add ->version method
2020-01-27switch to sysseek + sysread for serving static files
2020-01-25s/news.gmane.org/news.gmane.io/
2020-01-25wwwstatic: wire up buffer bypass for -httpd
2020-01-25ds: tmpio: store offsets per-buffer
2020-01-25wwwstatic: offload error handling to PSGI server
2020-01-25http: eliminate short-lived cyclic ref for psgix.io
2020-01-25spelling: favor `publicly' over `publically'
2020-01-25mbox: handle empty subjects after dropping "Re:" prefix
2020-01-24contentid: ignore duplicate References: headers
2020-01-24wwwstream: shorten cloneurl uniquification
2020-01-24mid: shorten uniq_mids logic