about summary refs log tree commit homepage
path: root/lib/PublicInbox
DateCommit message (Expand)
2020-12-20config: eliminate unnecessary join call up front
2020-12-20daemon: kill_workers: eliminate unnecessary loop
2020-12-20daemon: unconditionally call IO::Handle::blocking(0)
2020-12-20daemon: lazy load Cwd only for --daemonize users
2020-12-20inboxidle: remove needless check for {inboxdir}
2020-12-20script/public-inbox-*: favor caller-provided pathnames
2020-12-20wwwstream: linkify coderepo URLs
2020-12-19lei: extinbox: start implementing in config file
2020-12-19lei: revise output routines
2020-12-19lei: support for -$DIGIT and -$SIG CLI switches
2020-12-19lei: start working on bash completion
2020-12-19lei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19lei: restore default __DIE__ handler for event loop
2020-12-19on_destroy: generic localized END
2020-12-19lei_store: keyword extraction from mbox and Maildir
2020-12-19lei_store: relax GIT_COMMITTER_IDENT check
2020-12-19lei: micro-optimize startup time
2020-12-19lei: rename $client => $self and bless
2020-12-19lei: help: show actual paths being operated on
2020-12-19lei: support pass-through for `lei config'
2020-12-19rename LeiDaemon package to PublicInbox::LEI
2020-12-19search: simplify initialization, add ->xdb_shards_flat
2020-12-19lei_store: simplify git_epoch_max, slightly
2020-12-19lei: support `daemon-env' for modifying long-lived env
2020-12-19lei: ensure we run a restrictive umask
2020-12-19t/lei-oneshot: standalone oneshot (non-socket) test
2020-12-19lei: refine help/option parsing, implement "init"
2020-12-19lei: use spawn (vfork + execve) for lazy start
2020-12-19tests: more common JSON module loading
2020-12-19lei_store: local storage for Local Email Interface
2020-12-19lei: proposed command-listing and options
2020-12-19lei: FD-passing and IPC basics
2020-12-18extsearchidx: improve missing machine-id fallback
2020-12-18nntpd: skip inboxes w/o {newsgroup}
2020-12-18import: drop X-Status in addition to Status
2020-12-17extsearchidx: no need to make InboxWritable
2020-12-17inboxwritable: drop git_dir_n sub
2020-12-17inbox: simplify v2 epoch counting
2020-12-17index: ignore some warnings, set {current_info} for v1
2020-12-17inboxwritable: warn_ignore: "Bad UTF7 data escape"
2020-12-17extsearchidx: lock eidxq on full --reindex
2020-12-17searchidxshard: simplify newline elimination
2020-12-17extsearchidx: reindex releases over.sqlite3 handles properly
2020-12-17extsearchidx: simplify reindex code paths
2020-12-17extsearchidx: checkpoint releases locks
2020-12-17extsearchidx: reindex works on Xapian, too
2020-12-17extindex: support --rethread and content bifurcation
2020-12-17over: sort xref3 by xnum if ibx_id repeats
2020-12-17extindex: delete stale messages from over.sqlite3
2020-12-17extindex: preliminary --reindex support