]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2021-02-11 Kyle Meyerdoc: add lei-import(1)
2021-02-11 Kyle Meyerdoc: lei: prefer 'location' and 'dirname'
2021-02-11 Kyle Meyerdoc: lei q: use 'mfolder' as --output placeholder
2021-02-10 Eric Wongtests: skip properly with git <2.6
2021-02-10 Eric Wongsearch: fix argv handling of quoted phrases
2021-02-10 Eric Wonglei_external: fix+test handling of escaped braces
2021-02-10 Eric Wongnet_reader: new package split from -watch
2021-02-10 Eric Wonglei: note some TODO items (curl, externals)
2021-02-10 Eric Wonglei ls-external: support --local and --remote
2021-02-10 Eric Wongtest_common: support lei-daemon only testing
2021-02-10 Eric Wonglei_external: remove unnecessary Exporter use
2021-02-10 Eric Wonglei *external: glob improvements, ls-external filtering
2021-02-10 Eric Wongtests|lei: fixes for TEST_RUN_MODE=0 and lei oneshot
2021-02-10 Eric Wonglei: replace "I:"-prefixed info messages with "#"
2021-02-10 Eric Wongt/run.perl: drop Cwd dependency
2021-02-10 Eric Wonglei q: prefix --alert ops with ':' instead of '-'
2021-02-10 Eric Wonguse MdirReader in -watch and InboxWritable
2021-02-10 Eric Wongt/run.perl: fix for >128 tests
2021-02-10 Eric Wonglei: split out MdirReader package, lazy-require earlier
2021-02-10 Eric Wonggit: ->qx: respect caller's $/ in array context
2021-02-10 Eric Wongt/cgi.t: modernizations and style updates
2021-02-10 Eric Wongtest_common: disable fsync on the CLI where possible
2021-02-10 Eric Wongt/thread-index-gap.t: avoid unnecessary map
2021-02-09 Eric Wongwww: stream mboxrd in descending docid order
2021-02-08 Eric Wongspawnpp: raise exception on E2BIG errors
2021-02-08 Eric Wongsearch: use one git-rev-parse process for all dates
2021-02-08 Eric Wonglei q: use git approxidate with d:, dt: and rt: ranges
2021-02-08 Eric Wonggit: implement date_parse method
2021-02-08 Eric Wonglei: drop BSD::Resource usage
2021-02-08 Eric Wonglei: avoid racing on unlink + bind + listen
2021-02-08 Eric Wonglei: start_pager: drop COLUMNS default
2021-02-08 Eric Wongds: improve add_timer usability
2021-02-08 Eric Wongtests: favor IPv6
2021-02-08 Eric Wonglei q: support --alert=CMD for early MUA users
2021-02-08 Eric Wonglei q: SIGWINCH process group with the terminal
2021-02-08 Eric Wonglei_xsearch: quiet Eml warnings from remote mboxrds
2021-02-08 Eric Wonglei q: improve remote mboxrd UX + MUA
2021-02-08 Eric WongINSTALL: depend on Text::ParseWords
2021-02-08 Eric Wonglei q: fix arbitrary --mua command handling
2021-02-08 Eric Wonglei import: support Maildirs
2021-02-07 Eric Wonghttpd/async: avoid unnecessary on-stack delete
2021-02-07 Eric Wongimap: avoid unnecessary on-stack delete
2021-02-07 Eric Wonglei: replace --thread with --threads
2021-02-07 Eric Wonglei: remove --mua-cmd alias for --mua
2021-02-07 Eric Wonglei: more consistent IPC exit and error handling
2021-02-07 Eric Wongipc: wq_do => wq_io_do
2021-02-07 Eric WongRevert "ipc: add support for asynchronous callbacks"
2021-02-07 Eric Wongtests: guard setup_public_inboxes for SQLite and Xapian
2021-02-07 Eric Wongxapcmd: avoid potential die surprise in children
2021-02-07 Eric WongMakefile.PL: depend on IO::Uncompress::Gunzip
2021-02-07 Eric Wongipc: trim down the Storable checks
2021-02-07 Eric Wongipc: do not die inside wq_worker child process
2021-02-07 Eric Wongspawn_pp: die more consistently in child
2021-02-07 Eric Wonglei add-external: handle interrupts with --mirror
2021-02-07 Eric Wongspawn: pi_fork_exec: support "pgid"
2021-02-07 Eric Wongspawn: pi_fork_exec: restore parent sigmask in child
2021-02-07 Eric Wonglei: remove short switch support for curl(1) options
2021-02-07 Eric Wonglei_curl: replace -K/--config with --curl-config
2021-02-07 Eric Wonglei add-external: reject index and remote opts w/o...
2021-02-07 Eric Wonglei help: split out into separate file
2021-02-07 Eric Wonglei: add-external --mirror support
2021-02-07 Eric Wongscript/lei: avoid waitpid(-1, ...) to keep tests fast
2021-02-07 Eric Wongtreewide: replace confess with croak
2021-02-07 Eric Wongtests: split out lei-daemon.t from lei.t
2021-02-07 Eric Wongt/tests: split out setup_public_inboxes sub
2021-02-07 Eric Wongt/lei-externals: split out into separate test
2021-02-07 Eric Wongtests: add test_lei wrapper, split out t/lei-import.t
2021-02-07 Eric Wonglei_query: trim curl options
2021-02-07 Eric Wonginit: lowercase -j for --jobs
2021-02-07 Eric Wonglei: abort lei_import worker on client abort
2021-02-07 Eric Wonglei: fix completion of --no-kw / --no-keywords
2021-02-07 Eric Wonglei: favor "keywords" over "flags", test --no-kw
2021-02-07 Eric Wonglei_overview: drop unnecessary autoflush call
2021-02-05 Eric Wonghttpd/async: set O_NONBLOCK correctly
2021-02-05 Eric Wonglei import: initial implementation
2021-02-05 Eric Wonglei_xsearch: drop unused imports
2021-02-05 Eric Wonglei_query: remove uneeded dwaitpid import
2021-02-05 Eric Wonglei q: eliminate $not_done temporary git dir hack
2021-02-05 Eric Wongeml: handle warning ignores for lei
2021-02-05 Eric Wonglei q: reinstate early MUA spawn for Maildir
2021-02-05 Eric Wonglei q: only start pager if output is to stdout
2021-02-05 Eric Wonglei q: reorder internals to reduce FD passing
2021-02-05 Eric Wongipc: localize fields assignment
2021-02-05 Eric Wonglei q: delay worker spawn
2021-02-04 Eric Wongt/lei: skip "lei q" tests on missing dependencies
2021-02-04 Eric Wongpkt_op: do not exit subroutine via "next"
2021-02-04 Kyle Meyerwwwaltid: add missing word to instructions
2021-02-04 Kyle Meyerwww: call curl with -d '' in the altid instructions
2021-02-04 Eric Wongtests: guard against missing DBD::SQLite
2021-02-04 Eric Wongdoc: update dependencies (+Storable, Data::Dumper)
2021-02-04 Eric Wongspawn: merge common C code together
2021-02-04 Eric WongHACKING: use "just-ahead-of-time" to describe Inline::C
2021-02-04 Eric Wonglei q: support reading queries from stdin
2021-02-04 Eric Wonglei: use sleep(1) loop for infinite sleep
2021-02-04 Eric Wonglei add-external: completion for existing URL basenames
2021-02-04 Eric Wonglei: help starts pager
2021-02-04 Eric Wonglei: complete basenames for include|exclude|only
2021-02-04 Eric Wonglei q: -I/--exclude/--only support globs and basenames
2021-02-04 Eric Wonglei: propagate curl errors, improve internal consistency
2021-02-04 Eric Wonglei: err: avoid uninitialized variable warnings
next