about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2021-02-23lei: support "-C" to chdir in all sub commands
2021-02-22lei_store: populate ALL.git/alternates with new epochs
2021-02-22t/lei*: drop $lei->(...) sub
2021-02-22tests: clean up t/home* consistently
2021-02-21t/www_listing: require grok-pull version 2 or later
2021-02-21t/www_listing: reword grok-pull skip message
2021-02-21t/www_listing: correct the number of tests for grok-pull skip
2021-02-21lei q: move augment into lei2mail workers
2021-02-21ipc: add wq_broadcast
2021-02-19t/net_reader-imap: fix under TEST_RUN_MODE=0
2021-02-19URIimap: overload "" to ->as_string
2021-02-19tests: require Mail::IMAPClient for IMAP tests
2021-02-19t/lei-externals: favor "-o format:$PATHNAME" over "-f"
2021-02-18lei import: add IMAP and (maildir|mbox*):$PATHNAME support
2021-02-18lei convert: mail format conversion sub-command
2021-02-18t/lei_to_mail: remove unnecessary arg passing
2021-02-18tests: setup_public_inboxes: use IMAP-friendly newsgroups
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-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-10lei ls-external: support --local and --remote
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-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-10t/cgi.t: modernizations and style updates
2021-02-10t/thread-index-gap.t: avoid unnecessary map
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-08tests: favor IPv6
2021-02-08lei import: support Maildirs
2021-02-07lei: remove --mua-cmd alias for --mua
2021-02-07ipc: wq_do => wq_io_do
2021-02-07Revert "ipc: add support for asynchronous callbacks"
2021-02-07tests: guard setup_public_inboxes for SQLite and Xapian
2021-02-07lei add-external: handle interrupts with --mirror
2021-02-07spawn: pi_fork_exec: support "pgid"
2021-02-07lei add-external: reject index and remote opts w/o mirror
2021-02-07lei: add-external --mirror support
2021-02-07tests: split out lei-daemon.t from lei.t
2021-02-07t/tests: split out setup_public_inboxes sub