]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
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
2021-02-04  Eric Wongpkt_op: rely on DS::in_loop global
2021-02-04  Eric Wonglei: further reduce lei2mail FD pressure
2021-02-04  Eric Wonglei: reduce FD pressure from lei2mail worker
2021-02-03  Eric Wonglei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03  Eric Wonglei q: tidy up progress reporting
2021-02-03  Eric Wonglei_overview: avoid unnecessary {l2m} delete
2021-02-03  Eric Wongdoc: lei-q: note "-a" and link to Xapian QueryParser
2021-02-03  Eric Wonglei_xsearch: ensure curl.err and tail(1) cleanup happens
2021-02-03  Eric Wongpktop: fix potential undefined var
2021-02-03  Eric Wongcmd_ipc4: fix comments and formatting
2021-02-03  Eric Wonglei q: do not leave temporary files after oneshot exit
2021-02-03  Eric Wonglib: explicitly distinguish oneshot use
2021-02-03  Eric Wonglei_xsearch: truncate curl stderr after reading it
2021-02-03  Eric Wonglei: q: shell completion for --(include|exclude|only)
2021-02-03  Eric Wonglei: complete: do not complete non-arg options w/ help...
2021-02-03  Eric Wonglei q: support --only, --include and --exclude
2021-02-03  Eric Wonglei q: emit progress and counting via PktOp
2021-02-03  Eric Wonglei_query: default to 10000 messages as documented
2021-02-03  Eric Wonglei: switch to use SEQPACKET socketpair instead of...
2021-02-01  Eric Wongdoc: note optional BSD::Resource use
2021-02-01  Eric Wonglei: avoid ETOOMANYREFS, cleanup imports
2021-02-01  Eric Wongds: next_tick: avoid $_ in top-level loop iterator
2021-02-01  Eric Wongds: guard against stack-not-refcounted quirk of Perl 5
2021-02-01  Eric Wongimport: reap git-config(1) synchronously
2021-02-01  Eric Wongsharedkv: do not set cache_size by default
2021-02-01  Eric Wonglei_to_mail: reduce spew on Maildir removal
2021-02-01  Eric Wongsharedkv: use lock_for_scope_fast
2021-02-01  Eric Wonglei: increase initial timeout
2021-02-01  Eric Wongsharedkv: lock and explicitly disconnect {dbh}
2021-02-01  Eric Wonglei: deep clone {ovv} for l2m workers
2021-02-01  Eric Wonglei_xsearch: load PublicInbox::Smsg
2021-02-01  Eric Wonglei_dedupe: use Digest::SHA
2021-02-01  Eric Wonglei: keep $lei around until workers are reaped
2021-02-01  Eric Wongsharedkv: release {dbh} before rmtree
2021-02-01  Eric Wonglei: remove syslog dependency
2021-02-01  Eric Wongipc: more helpful ETOOMANYREFS error messages
2021-02-01  Eric Wonglei: remove SIGPIPE handler
2021-02-01  Eric Wonglei: remove per-child SIG{__WARN__}
2021-02-01  Eric Wongipc: switch wq to use the event loop
2021-02-01  Eric Wonglei: more consistent dedupe and ovv_buf init
2021-02-01  Kyle Meyerdoc: add lei-overview(7)
2021-02-01  Kyle Meyerdoc: start manpages for lei commands
2021-01-31  Eric WongTODO: add item for dealing with base-85 binary patches
2021-01-31  Eric Wongcontent_hash: skip Sender for cross posted messages
2021-01-30  Eric Wongshared_kv: simplify PID+object guard for cleanup
2021-01-30  Eric Wongipc: move on_destroy scope to inside the eval
2021-01-30  Eric Wonggit: synchronous cat_file may return type and OID
2021-01-30  Eric Wonglei: less error-prone FD mapping
2021-01-30  Eric Wongipc: more consistent behavior between worker types
2021-01-30  Eric Wonglei_xsearch: drop repeated "Xapian" in error message
2021-01-30  Eric Wongipc: wq: support passing fields to workers
2021-01-29  Eric Wonglei: dclose: fix typo
2021-01-29  Eric Wongv2writable: nproc: use sysconf() on Linux and FreeBSD
2021-01-29  Eric Wonglei_overview: clear redundant ovv_buf definition
2021-01-29  Eric Wonglei: complete option switch args
2021-01-29  Eric Wonggcf2: rely on Perl 5.10 to avoid needless ++
2021-01-29  Eric Wonglei: set PWD correctly for path expansion
2021-01-29  Eric Wonglei: fix comment regarding client payload
next