about summary refs log tree commit homepage
DateCommit message (Expand)
2020-04-20doc: HACKING: add a bit about faster testing
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-20t/ds-leak: use BSD::Resource
2020-04-20import: init_bare: use pure Perl
2020-04-20import: init_bare: allow use as method, use in tests
2020-04-20watchmaildir: support multiple watchheader values
2020-04-19t/v*-add-remove-add: fix typo in description of 'removed' check
2020-04-19doc: start writeup on semi-automatic memory management
2020-04-19reduce scope of mbox From_ line removal
2020-04-19mbox: use per-message line-ending for From_ line
2020-04-19wwwatomstream: move {emit_header} field to $self
2020-04-19favor `do {}' over `eval {}' for localized slurp
2020-04-19inbox: replace `eval {}' with `do {}' where appropriate
2020-04-19inbox: don't memoize missing description|cloneurl
2020-04-19searchidx: die on cat-file failures
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-17searchthread: reduce indirection by removing container
2020-04-17doc: update 1.4.0 relnotes with date, start 1.5.0
2020-04-17public-inbox 1.4.0
2020-04-17public-inbox 1.4.0 v1.4.0
2020-04-17t/httpd-unix: skip some tests w/o signalfd|EVFILT_SIGNAL
2020-04-16t/httpd-corner: improve reliability and diagnostics
2020-04-15t/httpd-corner.t: relax read-after-failed-write handling
2020-04-15t/*.t: localize $SIG{__WARN__} changes
2020-04-15dskqxs: ignore EV_SET errors on EVFILT_WRITE
2020-04-15testcommon: DESTROY: wait for killed daemon
2020-04-15MANIFEST update
2020-04-13doc: add technical/whyperl
2020-04-13doc: start reproducibility document
2020-04-12doc: escape internal ">" in listid code snippet
2020-04-09t/httpd-unix: improve test reliability
2020-04-09triewyde: ficks soem speling errrors
2020-04-09tests: document run_mode=1 as not implemented
2020-04-07view: do not redundantly obfuscate addresses
2020-04-07portability: constants for NetBSD
2020-04-07xt/perf-msgview: update to use git->cat_async
2020-04-06examples/grok-pull.post_update_hook: move url_base to the top
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