about summary refs log tree commit homepage
DateCommit message (Expand)
2022-02-18t/lei-sigpipe: attempt to improve diagnostics for stuck test
2022-02-17git: do not dereference undef as ARRAY ref
2022-02-14sharedkv: avoid ambiguity for numeric-like string keys
2022-02-14sharedkv: remove unused subs
2022-02-14t/lei-*watch: disable flaky tests by default for now
2022-02-11view: remove all CR before LF
2022-02-03test_lei: use consistent locale for error messages
2022-02-01syscall: FS_IOC_*FLAGS: define on per-architecture basis
2022-02-01syscall: fallback to rename on renameat2 EINVAL
2022-01-31rewrite Linux nodatacow use in pure Perl w/o system
2022-01-31http: don't send chunk finalizer on HEAD responses
2022-01-23t/eml.t: ignore newer Email::MIME behavior
2021-12-08Makefile.PL: fix useless use of push
2021-11-30eliminate some unused subs
2021-11-22lei: always use 3-arg open perlop
2021-11-22spawn: avoid C++ keyword `try'
2021-11-22searchidx: avoid modification of read-only `$_'
2021-11-22t/lei-mirror: skip lei comparisons if lei missing
2021-11-15lei forget-search: add help for --prune
2021-11-10t/lei-watch: test with with higher sleep
2021-11-10lei q: make HTTP(S) query strings even less ugly
2021-11-10lei q: disallow "\n" in argv[] elements
2021-11-10lei up: infer rawstr from old searches via trailing "\n"
2021-11-10ipc: note failing sub name
2021-11-10solver: support sha256 coderepos
2021-11-09build: do not repeatedly build some docs
2021-11-09lei q|up: fix saved searches for single-phrase search
2021-11-09searchidx: index "diff --git a/... b/..." headers
2021-11-06MANIFEST: update for non-fatal "make check" message
2021-11-04public-inbox 1.7.0 v1.7.0
2021-11-04doc: relnotes: a few more 1.7.0 related updates
2021-11-04AUTHORS: clarify my title
2021-11-04doc: design_notes: updates for "newer" things
2021-11-04lei_curl: use http.proxy knob via URL match for curl
2021-11-04doc: txt2pre: linkify a add a few more well-known things
2021-11-04doc: switch to man(1) for pod => (text|html)
2021-11-04doc: add more 3rd-party refs, use Debian manpages for xapian
2021-11-03doc: relnotes: 1.7.0: move extindex, note search results change
2021-11-03doc: -clone|lei add-external: add bit about the Makefile
2021-11-03doc: extindex: document current behavior + knobs
2021-11-03doc: lei-q: document SEARCH TERMS prefixes
2021-11-03doc: txt2pre: add references to newish manpages
2021-11-02lei <rediff|rm|tag>: stdin implies `-F eml'
2021-11-02lei: simplify common LeiInput users with ->wq1_start
2021-11-02lei mail-diff: do not default to 'eml'
2021-11-02t/lei-refresh-mail-sync: speed up test on FreeBSD 12
2021-11-02init: respect umask when creating description
2021-11-02mbox_reader: do not blindly pass --rsyncable to gzip
2021-11-01treewide: kill problematic "$h->{k} //= do {" assignments
2021-11-01idx_stack: avoid conditional hash assignment weirdness