]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2021-04-30 Eric Wonglei import: support shell completion of known folders
2021-04-30 Eric Wonglei import: support UIDVALIDITY in IMAP URL
2021-04-30 Eric Wonglei import: avoid IMAPTracker, use LeiMailSync more
2021-04-30 Eric Wongcontent_hash: git_sha: allow unblessed SCALAR refs
2021-04-28 Eric Wonglei: avoid close(STD{IN,OUT,ERR}) in oneshot mode
2021-04-28 Eric Wongt/run: support TEST_RUN_LOG to diagnose process death
2021-04-28 Eric Wonglei (lcat|q): support --no-color and --color
2021-04-28 Eric Wonglei_view_text: translate background colors from git
2021-04-28 Eric Wonglei_view_text: improve attachment display
2021-04-28 Eric Wonglei: simple WQ workers use {wq1} field
2021-04-28 Eric Wonglei: quiet down Eml-related warnings consistently
2021-04-28 Eric Wongt/run.perl: add (GNU) tail and strace support
2021-04-28 Eric Wonglei-daemon: note FD count mismatch to client
2021-04-28 Eric Wonglei_p2q: add _lei_wq_eof callback
2021-04-28 Eric Wongview_diff: minor coding style fixes
2021-04-28 Eric Wongtests: restore CWD with "lei -C" and run_script
2021-04-28 Eric Wongt/lei-p2q: add diagnostics
2021-04-28 Eric Wongdoc: lei q: split --output and --format, note "text"
2021-04-28 Eric Wongdoc: lei q: split =item aliases onto separate lines
2021-04-28 Eric Wongdoc: lei: use /tmp for search results pathnames
2021-04-28 Eric Wongview: add [thread overview] anchor next to Date:
2021-04-28 Eric Wonglei q + lcat: support --format=text output
2021-04-28 Eric Wonglei lcat: extract Message-IDs from URLs and show them
2021-04-28 Eric Wonglei: standardize on _lei_wq_eof callback for workers
2021-04-28 Eric Wonglei blob: support retrieving attachments via $OID:$IDX
2021-04-28 Eric Wonglei: add "ls-sync" command for listing sync folders
2021-04-27 Eric WongURIimap: canonicalize uppercases UIDVALIDITY parameter
2021-04-26 Eric Wonglei p2q: exit with failure if format-patch fails
2021-04-26 Eric Wonglei_input: support PublicInbox::WWW mboxrd URLs
2021-04-26 Eric Wongwww: missing /$INBOX/$MSGID/raw returns 404
2021-04-25 Eric Wonglei_xsearch: show --output location with match count
2021-04-24 Eric Wonglei_saved_search: avoid reentrancy in ->is_dup
2021-04-24 Eric Wongtest_common: don't attempt to seek on pipes and terminals
2021-04-24 Eric Wongextindex: --gc: use escape pathnames for SQL LIKE properly
2021-04-24 Eric Wonglei import: keep sync info for Maildir and IMAP folders
2021-04-24 Eric Wonglei_mail_sync: for bidirectional keyword sync
2021-04-24 Eric Wongdoc: lei_design_notes: add a bit on WAL usage
2021-04-24 Eric Wongnet_reader: imap_each: add UIDVALIDITY to URL arg
2021-04-24 Eric WongURIimap: support ->uidvalidity and ->iuid
2021-04-24 Eric Wongt/lei_to_mail: split "lei import" test $HOME directory
2021-04-24 Eric Wonglei_input: drop outdated comment w.r.t. compression
2021-04-24 Kyle Meyerdoc: INSTALL: add Guix to distribution list
2021-04-23 Eric Wonglei import: support adding keywords and labels on import
2021-04-23 Eric Wonglei_to_mail: cwd-agnostic Maildir wakeup
2021-04-23 Eric Wongnet_reader: restart on first UID when UIDVALIDITY changes
2021-04-23 Eric Wongdoc: INSTALL: update with more distro info, symlink...
2021-04-23 Eric Wonglei up: support symlinked pathnames
2021-04-23 Eric Wonglei: saved searches support --dedupe=<mid|oid>
2021-04-22 Eric Wonglei: XDG_RUNTIME_DIR=/dev/null disables daemon mode
2021-04-22 Eric Wonglei import|convert: drop --no-kw aliases
2021-04-22 Eric Wonglei import: --incremental default for NNTP and IMAP
2021-04-22 Eric Wongimap_tracker: prepare for use with lei
2021-04-22 Eric Wonglei: flesh out `forwarded' kw support for Maildir and...
2021-04-21 Eric Wongdoc: add lei_design_notes.txt and lei-store-format(5)
2021-04-21 Eric Wonglei: share common *done_wait callbacks
2021-04-21 Eric Wongt/lei-daemon: skip inaccessible socket test as root
2021-04-20 Eric Wonglei_query: avoid POSIX::lround for older Perls
2021-04-20 Eric Wongtest_common: fix xbail for Perl 5.16
2021-04-20 Eric Wonglei edit-search: command to tweak search parameters
2021-04-20 Eric Wonglei forget-search: new command to forget saved searches
2021-04-20 Eric Wonglei up: support --all=local
2021-04-20 Eric Wonglei up: more error checking for config loading
2021-04-20 Eric Wongconfig: favor ->get_all when possible
2021-04-20 Eric Wonglei up: fix help output and ARGV handling
2021-04-20 Eric Wonglei-sigpipe: update and move test from xt => t
2021-04-19 Eric Wonglei q: --save and --augment may be combined
2021-04-19 Eric Wonglei_saved_search: split "lei q --save" and "lei up...
2021-04-19 Eric Wongconfig: git_config_dump blesses
2021-04-19 Eric Wonglei_saved_search: avoid needless var shadowing
2021-04-19 Eric Wonglei q: implement import-before default for --save
2021-04-19 Eric Wonglei: support unlinked/missing saved searches
2021-04-19 Kyle Meyerdoc config: mention obfuscation-related options
2021-04-18 Eric Wonglei ls-search: command to list saved searches
2021-04-18 Eric Wongavoid wrong/needless squote_maybe shortcuts
2021-04-18 Eric Wonglei_saved_search: avoid git-config
2021-04-17 Eric Wonglei up: further improve Maildir canonicalization
2021-04-17 Eric Wonglei up: fix canonicalization of Maildirs
2021-04-17 Eric Wonglei q: fix MUA spawn after reading query from stdin
2021-04-17 Eric Wonglei q --save: clobber config file on repeats
2021-04-17 Eric Wonglei q --save: avoid lei.q.format
2021-04-17 Eric Wonglei up: support output destination as arg
2021-04-17 Eric Wonglei: fix rel2abs
2021-04-17 Eric Wonglei_query: fix relative path handling on --stdin
2021-04-17 Eric Wongtest_common: handle '-C' (chdir) spawn option properly
2021-04-17 Eric Wonglei_to_mail: cast to URIimap object early
2021-04-17 Eric Wonglei: saved searches keyed only by path/URL and format
2021-04-17 Eric Wonglei: expose share_path as a method
2021-04-17 Eric Wonglei q: --save preserves relative time queries
2021-04-17 Eric Wongsearch: expand "d:" to "dt:" for precision with approxidate
2021-04-16 Eric Wongdoc: technical/whyperl: update w/ (good) news from PSC
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 Wongscript/lei: waitpid for git-credential and pager
next