about summary refs log tree commit homepage
DateCommit message (Expand)
2021-02-01lei_to_mail: reduce spew on Maildir removal
2021-02-01sharedkv: use lock_for_scope_fast
2021-02-01lei: increase initial timeout
2021-02-01sharedkv: lock and explicitly disconnect {dbh}
2021-02-01lei: deep clone {ovv} for l2m workers
2021-02-01lei_xsearch: load PublicInbox::Smsg
2021-02-01lei_dedupe: use Digest::SHA
2021-02-01lei: keep $lei around until workers are reaped
2021-02-01sharedkv: release {dbh} before rmtree
2021-02-01lei: remove syslog dependency
2021-02-01ipc: more helpful ETOOMANYREFS error messages
2021-02-01lei: remove SIGPIPE handler
2021-02-01lei: remove per-child SIG{__WARN__}
2021-02-01ipc: switch wq to use the event loop
2021-02-01lei: more consistent dedupe and ovv_buf init
2021-02-01doc: add lei-overview(7)
2021-02-01doc: start manpages for lei commands
2021-01-31TODO: add item for dealing with base-85 binary patches
2021-01-31content_hash: skip Sender for cross posted messages
2021-01-30shared_kv: simplify PID+object guard for cleanup
2021-01-30ipc: move on_destroy scope to inside the eval
2021-01-30git: synchronous cat_file may return type and OID
2021-01-30lei: less error-prone FD mapping
2021-01-30ipc: more consistent behavior between worker types
2021-01-30lei_xsearch: drop repeated "Xapian" in error message
2021-01-30ipc: wq: support passing fields to workers
2021-01-29lei: dclose: fix typo
2021-01-29v2writable: nproc: use sysconf() on Linux and FreeBSD
2021-01-29lei_overview: clear redundant ovv_buf definition
2021-01-29lei: complete option switch args
2021-01-29gcf2: rely on Perl 5.10 to avoid needless ++
2021-01-29lei: set PWD correctly for path expansion
2021-01-29lei: fix comment regarding client payload
2021-01-29lei: drop "git" command forwarding
2021-01-29eml: favor index() over regexp match
2021-01-26use defined-or in a few more places
2021-01-26spawn: split() on regexp, not a literal string
2021-01-26miscidx: switch to lazy transactions
2021-01-26doc: start working on public-inbox-extindex(1) manpage
2021-01-26build: check with lexgrog(1) if available
2021-01-26doc: extindex-format: make lexgrog happy
2021-01-26lei: use Time::HiRes stat for nanosecond resolution
2021-01-26lei q: continue remote search if torsocks(1) is missing
2021-01-26lei q: reject remotes early if curl(1) is missing
2021-01-26lei q: demangle and quiet curl output
2021-01-26lei q: drop "oid" output format
2021-01-26lei: reinstate JSON smsg output deduplication
2021-01-25doc: re-add missing 1.6 release notes
2021-01-25doc: README + INSTALL: update with -imapd info
2021-01-24smsg: parse_references: micro-optimization