about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-02-12search: query_approxidate: cleanup regexp, more tests
2021-02-12mbox_reader: do not chomp non-blank EOL
2021-02-12import_mbox: use MboxReader
2021-02-12filter/vger: kill trailing newlines aggressively
2021-02-11search: disallow spaces in argv approxidate queries
2021-02-11search: use git approxidate in WWW and "lei q --stdin"
2021-02-10tests: skip properly with git <2.6
2021-02-10search: fix argv handling of quoted phrases
2021-02-10lei_external: fix+test handling of escaped braces
2021-02-10net_reader: new package split from -watch
2021-02-10lei: note some TODO items (curl, externals)
2021-02-10lei ls-external: support --local and --remote
2021-02-10test_common: support lei-daemon only testing
2021-02-10lei_external: remove unnecessary Exporter use
2021-02-10lei *external: glob improvements, ls-external filtering
2021-02-10tests|lei: fixes for TEST_RUN_MODE=0 and lei oneshot
2021-02-10lei: replace "I:"-prefixed info messages with "#"
2021-02-10lei q: prefix --alert ops with ':' instead of '-'
2021-02-10use MdirReader in -watch and InboxWritable
2021-02-10lei: split out MdirReader package, lazy-require earlier
2021-02-10git: ->qx: respect caller's $/ in array context
2021-02-10test_common: disable fsync on the CLI where possible
2021-02-09www: stream mboxrd in descending docid order
2021-02-08spawnpp: raise exception on E2BIG errors
2021-02-08search: use one git-rev-parse process for all dates
2021-02-08lei q: use git approxidate with d:, dt: and rt: ranges
2021-02-08git: implement date_parse method
2021-02-08lei: drop BSD::Resource usage
2021-02-08lei: avoid racing on unlink + bind + listen
2021-02-08lei: start_pager: drop COLUMNS default
2021-02-08ds: improve add_timer usability
2021-02-08tests: favor IPv6
2021-02-08lei q: support --alert=CMD for early MUA users
2021-02-08lei q: SIGWINCH process group with the terminal
2021-02-08lei_xsearch: quiet Eml warnings from remote mboxrds
2021-02-08lei q: improve remote mboxrd UX + MUA
2021-02-08lei q: fix arbitrary --mua command handling
2021-02-08lei import: support Maildirs
2021-02-07httpd/async: avoid unnecessary on-stack delete
2021-02-07imap: avoid unnecessary on-stack delete
2021-02-07lei: replace --thread with --threads
2021-02-07lei: remove --mua-cmd alias for --mua
2021-02-07lei: more consistent IPC exit and error handling
2021-02-07ipc: wq_do => wq_io_do
2021-02-07Revert "ipc: add support for asynchronous callbacks"
2021-02-07xapcmd: avoid potential die surprise in children
2021-02-07ipc: trim down the Storable checks
2021-02-07ipc: do not die inside wq_worker child process
2021-02-07spawn_pp: die more consistently in child
2021-02-07lei add-external: handle interrupts with --mirror