about summary refs log tree commit homepage
DateCommit message (Expand)
2021-02-15lei: fail_handler: use correct exit code
2021-02-15t/psgi_search: fix test around date boundaries
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-11doc: lei: update manpages
2021-02-11doc: add lei-import(1)
2021-02-11doc: lei: prefer 'location' and 'dirname'
2021-02-11doc: lei q: use 'mfolder' as --output placeholder
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-10t/run.perl: drop Cwd dependency
2021-02-10lei q: prefix --alert ops with ':' instead of '-'
2021-02-10use MdirReader in -watch and InboxWritable
2021-02-10t/run.perl: fix for >128 tests
2021-02-10lei: split out MdirReader package, lazy-require earlier
2021-02-10git: ->qx: respect caller's $/ in array context
2021-02-10t/cgi.t: modernizations and style updates
2021-02-10test_common: disable fsync on the CLI where possible
2021-02-10t/thread-index-gap.t: avoid unnecessary map
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-08INSTALL: depend on Text::ParseWords
2021-02-08lei q: fix arbitrary --mua command handling
2021-02-08lei import: support Maildirs
2021-02-07httpd/async: avoid unnecessary on-stack delete