about summary refs log tree commit homepage
DateCommit message (Expand)
2021-10-15lei: give workers their own process group
2021-10-14lei: -d (--dir) and -O (only) shortcuts
2021-10-14lei add-external --mirror: respect client umask
2021-10-14clone+fetch: respect umask for all downloaded files
2021-10-14lei inspect: account for non-extindex inboxes
2021-10-14extindex: guard against buggy unrefs
2021-10-13fetch: support --try-remote/-T for alternate remote names
2021-10-13t/nntpd-tls: change diag() to like() assertion
2021-10-13t/git: avoid "once" warning for async_warn
2021-10-13t/lei-mirror: avoid reading ~/.public-inbox/config in test
2021-10-13eml: avoid Encode 2.87..3.12 leak
2021-10-13t/www_listing: require opt-in for grokmirror tests
2021-10-13test_common: hoist out tail_f sub
2021-10-13xt/perf-msgview: drop unnecessary use_ok
2021-10-13www: preload: load ExtSearch via ->ALL
2021-10-13extindex: set {current_info} in eidxq processing
2021-10-13treewide: use warn() or carp() instead of env->{psgi.errors}
2021-10-13lei: use standard warn() in more places
2021-10-13extindex: show OID on bad blob failure
2021-10-13daemon: set $SIG{__WARN__} properly
2021-10-13lei up --all: show output for warnings
2021-10-13doc: relnotes: note some recent improvements
2021-10-13index: optimize after all SQLite DB commits
2021-10-13lei/store: use remove_doc to save some LoC
2021-10-13extindex: flush pending reindex before unref
2021-10-12www: _/text/config/raw Last-Modified: is mm->created_at
2021-10-12msgmap: ->new_file to supports $ibx arg, drop ->new
2021-10-12daemon: unconditionally close Xapian shards on cleanup
2021-10-12msgmap: share most of check_inodes w/ over
2021-10-12msgmap: use DBI->prepare_cached
2021-10-12nntp: use defined-OR from Perl 5.10 for msgid check
2021-10-12search: delete QueryParser along with DB handle
2021-10-12daemon: quiet down Eml-related warnings
2021-10-12daemon: use v5.10.1, disable local warnings
2021-10-12isearch: do not access Extsearch->{over} directly
2021-10-12extindex: avoid invalid blobs after unref
2021-10-12extindex: more consistent doc removal
2021-10-12extindex: share unref logic in more places
2021-10-12extindex: rename var: active => active_shards
2021-10-12sqlite: PRAGMA optimize on close
2021-10-12extindex: speed up --reindex --fast
2021-10-11doc: lei-refresh-mail-sync: drop repeated word
2021-10-10extindex: sync each inbox before checking for missed messages
2021-10-10lei/store: keep ".err-XXXX" in stderr tmpfile
2021-10-10extindex: --gc doesn't touch ghost entries
2021-10-10extindex: minor cost reductions
2021-10-10extindex: speed up Xapian cleanup in --gc
2021-10-10set nodatacow on more SQLite files
2021-10-10admin: add '# ' prefix for progress messages
2021-10-10lei_to_mail: show --output on augment progress failure