about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-01-24smsg: make parse_references an object method
2021-01-24lei q: fix JSON overview with remote externals
2021-01-24lei_xsearch: use curl -d '' for nginx compatibility
2021-01-24lei q: honor --no-local to force remote searches
2021-01-24lei q: disable remote externals if locals exist
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-24lei q: limit concurrency to 4 remote connections
2021-01-24treewide: reseed RNG in child processes
2021-01-24lei add-external: don't allow non-existent directories
2021-01-23lei forget-external: don't show redundant "not found"
2021-01-23lei q: support a bunch of curl(1) options
2021-01-23lei forget-external: just show the location
2021-01-23lei completion: handle URLs with port numbers
2021-01-23lei: default "-f $mfolder" args for common MUAs
2021-01-23lei: oneshot: preserve stdout if writing mbox
2021-01-23lei_to_mail: drop cyclic reference if not using IPC
2021-01-23lei: support remote externals
2021-01-23lei: move external vivification to xsearch
2021-01-22lei forget-external: bash completion support
2021-01-22lei: forget-external support with canonicalization
2021-01-22lei: remove @TO_CLOSE_ATFORK_CHILD
2021-01-22lei_xsearch: reduce reference paths to lxs
2021-01-22lei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-22lei: oneshot: use client $io[2] for placeholder
2021-01-22lei_to_mail: avoid segfault on exit
2021-01-22lei: fix inadvertant FD sharing
2021-01-22lei: show {pct} and {oid} in From_ lines and filenames
2021-01-22lei_xsearch: eliminate some unused, commented-out code
2021-01-22lei q: retrieve keywords for local, non-external messages
2021-01-22lei_overview: rename {relevance} => {pct}
2021-01-21lei_to_mail: call PublicInbox::IPC::DESTROY
2021-01-21lei_xsearch: keep l2m->{-wq_s1} while preparing query
2021-01-21lei: dump and clear errors.log in daemon mode
2021-01-21lei q: cleanup store initialization
2021-01-21overidx: eidx_prep: fix leftover dbh reference
2021-01-21lei: exit code in oneshot mode
2021-01-21lei: allow more mbox inode types
2021-01-21lei_overview: start implementing format detection
2021-01-21lei: test some likely errors due to misuse
2021-01-21lei_overview: do not write if $lei->{1} is gone
2021-01-21lei q: fix augment of compressed mailboxes
2021-01-21lei: write daemon errors to the sock directory
2021-01-21lei q: do not spawn MUA early
2021-01-21lei q: fix SIGPIPE handling from lei2mail workers
2021-01-21lei q: start ->mset while query_prepare runs
2021-01-18lei_to_mail: optimize for MUAs
2021-01-18lei q: parallelize Maildir and mbox writing
2021-01-18lei q: add --mua-cmd switch
2021-01-18lei: pager: pass correct env in oneshot mode