]> Sergey Matveev's repositories - public-inbox.git/history - lib
lei: add "lei up" to complement "lei q --save"
[public-inbox.git] / lib /
2021-04-13 Eric Wonglei: add "lei up" to complement "lei q --save"
2021-04-13 Eric Wonglei q: start wiring up saved search
2021-04-13 Eric Wonglei_query: rearrange internals to capture query early
2021-04-13 Eric Wonglei_dedupe: adjust to prepare for saved searches
2021-04-13 Eric Wonglei_xsearch: use per-external queries when not sorting
2021-04-13 Eric Wonglei blob: quiet "git rev-parse --git-dir" stderr w...
2021-04-11 Eric Wongwww: do not obfuscate addresses in URLs
2021-04-07 Kyle Meyerimport: convert init.defaultBranch to fully qualified ref
2021-04-07 Eric Wonglei_store: use getpwuid and hostname for ident
2021-04-05 Eric Wonglei q: fix auth IMAP --output with remote mboxrd
2021-04-05 Eric Wonglei_to_mail: improve comments and reduce LoC
2021-04-05 Eric Wonglei: maildir: move shard support to MdirReader
2021-04-05 Eric Wonglei_tag: fix comments w.r.t support levels
2021-04-05 Eric Wonglei_to_mail: trim down imports
2021-04-05 Eric Wonglei_search: ignore Resent-Message-ID for indexing
2021-04-03 Eric Wonglei/store: (more) synchronous non-fatal error output
2021-04-03 Eric Wonglei: improve handling of Message-ID-less draft messages
2021-04-03 Eric Wonglei tag: note message mismatches on failure
2021-04-03 Eric Wongtest_common: lei_ok: improve diagnostics
2021-04-03 Eric Wonglei_store: update alternates on new epoch
2021-04-03 Eric Wonglei: allow progress to non-TTY after MUA spawn
2021-04-03 Eric Wonglei q: don't show remote progress if MUA is running
2021-04-03 Eric Wongnet_reader: fix read-only "lei convert" auth failures
2021-04-03 Eric Wonglei_auth: rename {net_merge} to {net_merge_continue}
2021-04-03 Eric Wonglei tag: fix tagging of IMAP inputs
2021-04-03 Eric Wonglei q: ensure wq workers shutdown on IMAP auth failures
2021-04-03 Eric WongURInntps: add URI 5.08 release note
2021-04-02 Eric Wonglei: fix git-credential handling
2021-04-01 Eric Wonglei: maildir: handle "forwarded" keyword as "P"
2021-04-01 Eric Wonglei_store: quiet down per-message related warnings
2021-04-01 Eric Wonglei_store: quiet down git user info being unset
2021-04-01 Eric Wonglei_store: set_xvmd: don't add if no vmd at all
2021-04-01 Eric Wonglei q: reduce lei/store work for kw changes to stored...
2021-04-01 Eric Wonglei_query: remove unnecessary V2Writable require
2021-04-01 Eric Wonglei sucks: sub-command to aid bug reporting
2021-03-31 Eric Wonglei_input: reduce IPC traffic with multiple inputs
2021-03-31 Eric Wonglei blob: "--mail" disables solver, use --include/only
2021-03-31 Eric Wongdoc: add lei-mail-formats(5) manpage
2021-03-31 Eric Wonglei: fix IMAP auth failure handling
2021-03-30 Eric Wonglei tag: rename from "lei mark"
2021-03-30 Eric Wonglei q: avoid redundant default setting for sort with l2m
2021-03-30 Eric Wonglei_to_mail: update some comments and style
2021-03-30 Eric Wonggit: local_nick: handle trailing or redundant '/' in...
2021-03-29 Eric Wonglei_input: support compressed mboxes
2021-03-29 Eric Wonglei blob: cleanup solver tmpdir on failure
2021-03-29 Eric Wonglei_input: treat ".eml" and ".patch" suffix as "eml"
2021-03-29 Eric Wonglei: use IO::Uncompress::Gunzip MultiStream
2021-03-29 Eric Wonglei_input: avoid special case sub for --stdin
2021-03-28 Eric Wongtreewide: shorten temporary filename
2021-03-28 Eric Wonglei: drop coderepo placeholders, submodule TODO
2021-03-28 Eric Wonglei blob: add remote external support
2021-03-28 Eric Wonglei blob: flesh out help text
2021-03-28 Eric Wonglei help: show "NAME=VALUE" properly for -c
2021-03-28 Eric Wonglei blob: fail early if no git dirs
2021-03-28 Eric Wonglei blob: support --no-mail switch
2021-03-28 Eric Wonglei blob: dclose if already failed
2021-03-28 Eric Wonglei init: split out into separate file
2021-03-28 Eric Wonglei: simplify PktOp callers
2021-03-28 Eric Wongtest_common: require_mods bundles
2021-03-28 Eric Wonglei mark: relax label requirements
2021-03-27 Eric Wonglei blob: aka "git-show-harder" for blobs
2021-03-27 Eric Wonglei_query: hoist out lxs_prepare
2021-03-27 Eric Wonglei help: move "lei help" into LeiHelp.pm
2021-03-27 Eric Wonglei_ale: do not create store unnecessarily
2021-03-26 Eric Wonglei mark: disallow '!' in labels
2021-03-26 Eric Wonglei: support /dev/fd/[0-2] inputs and outputs in daemon
2021-03-26 Eric Wonglei: do not blindly commit to lei/store on close
2021-03-26 Eric Wonglei q: skip lei/store->write_prepare for JSON outputs
2021-03-26 Stavros Ntentosgit-send-email-reply: Append subject
2021-03-26 Eric Wonglei: add some labels support
2021-03-26 Eric Wonglei: _lei_store: use default even if unconfigured
2021-03-26 Eric Wonglei_xsearch: wait for kw updates for non-threaded case...
2021-03-25 Eric Wonglei import: force store, improve test diagnostics
2021-03-25 Eric Wongtests: "check-run" uses persistent lei daemon
2021-03-25 Eric Wonglei_mirror: don't show success on failure
2021-03-25 Eric Wonglei add-external: do not initialize writable store
2021-03-25 Eric Wongtest_common: TEST_LEI_ERR_LOUD does not hide path names
2021-03-25 Eric Wonglei: janky $PATH2CFG garbage collection
2021-03-25 Eric Wongtest_common: cleanup inbox objects after use
2021-03-24 Eric Wonglei-daemon: do not leak FDs on bogus requests
2021-03-24 Eric Wonglei_mirror: fix circular reference
2021-03-24 Eric Wongv2writable: cleanup SQLite handles on --xapian-only
2021-03-24 Eric Wonglei_store: give process a better name
2021-03-24 Eric Wonglei: clean up pkt_op consumer on exception, too
2021-03-24 Eric Wonglei: update {3} after -C chdirs
2021-03-24 Eric Wonglei: drop circular reference in lei_store process
2021-03-24 Eric Wongmbox_lock: dotlock: chdir for relative lock paths
2021-03-24 Eric Wongds: improve DS->Reset fork-safety
2021-03-24 Eric Wonglei: improve management around short-lived workers
2021-03-24 Eric Wonglei_input: more common code between <mark|convert|import>
2021-03-24 Eric Wonglei: persistent workers (lei_store) run in /
2021-03-24 Eric Wongtest_common: check lei/errors.log
2021-03-24 Eric Wongnet_reader: nntp_each: pass keywords as `undef'
2021-03-24 Eric Wonglei: hide *_atfork_child from command-line
2021-03-24 Eric Wonglei mark: add support for (bash) completion
2021-03-24 Eric Wonglei mark: command for (un)setting keywords and labels
2021-03-23 Eric Wonglei import: ignore Status headers in "eml" messages
2021-03-23 Eric Wonglei_input: drop "From " line on single "eml" (message...
2021-03-23 Eric Wonglei_input: common filehandle reader for eml + mbox
2021-03-23 Eric Wongmbox_reader: add ->reads method to avoid nonsensical...
next