unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2020-12-18 12:09:53 to 2021-01-05 18:19:48 UTC [more...]

[PATCH] imap: fix uninitialized var on MSN search miss
 2021-01-05 18:19 UTC 

JSON field names in terminal/pager output
 2021-01-05  9:56 UTC 

[PATCH 0/4] more lei usability stuff
 2021-01-05  9:24 UTC  (6+ messages)
` [PATCH 1/4] lei: completion: fix filename completion
` [PATCH 2/4] lei: automatic pager support
` [PATCH 3/4] lei: use client env as-is, drop daemon-env command
` [PATCH 4/4] address: pairs: new helper for JMAP (and maybe lei)
  ` JSON pretty-printing [was: [4/4] ... (and maybe lei)]

public-inbox + mlmmj best practices?
 2021-01-05  1:29 UTC  (8+ messages)
            ` [PATCH] v2writable: exact discontiguous history handling

[PATCH 0/2] lei: some usage bits
 2021-01-04  4:16 UTC  (3+ messages)
` [PATCH 1/2] lei: fix opt_dash to pass non-dash args to @argv
` [PATCH 2/2] lei: improve idempotent "init" error message

Mailman 3 archiver for public-inbox
 2021-01-03 23:17 UTC  (3+ messages)

[PATCH] lei: prefer IO::FDPass over our Inline::C recv_3fds
 2021-01-03 20:58 UTC 

[PATCH 0/3] lei-related test fixes
 2021-01-03 11:24 UTC  (7+ messages)
` [PATCH 1/3] t/lei: use $lei->() callback wrapper
` [PATCH 2/3] testcommon: prepare_redirects: fix error message
` [PATCH 3/3] spawn: support send_fd+recv_fd w/o IO::FDPass
` [PATCH 0/2] fix race from stdout buffering in FD pass exit
  ` [PATCH 1/2] send and receive all 3 FDs at once
  ` [PATCH 2/2] lei: fix output race in client/daemon mode

[PATCH] gcf2client: split out request API from regular git
 2021-01-03  2:12 UTC 

[PATCH 0/7] v2: swap in new IPC package
 2021-01-03  2:06 UTC  (8+ messages)
` [PATCH 1/7] ipc: some documentation comments
` [PATCH 2/7] searchidxshard: use PublicInbox::IPC to kill lots of code
` [PATCH 3/7] searchidxshard: IPC conversion, part 2
` [PATCH 4/7] searchidxshard: replace index_raw with index_eml
` [PATCH 5/7] use Eml (or MIME) objects for all indexing paths
` [PATCH 6/7] ipc: switch to one-way pipes
` [PATCH 7/7] searchidxshard: use add_xapian directly for v2

[PATCH 0/6] process pipe improvements
 2021-01-02  9:13 UTC  (7+ messages)
` [PATCH 1/6] processpipe: allow synchronous close to set $?
` [PATCH 2/6] processpipe: lazy-require PublicInbox::DS for dwaitpid
` [PATCH 3/6] git: qx: waitpid synchronously via ProcessPipe->CLOSE
` [PATCH 4/6] import: switch to using ProcessPipe
` [PATCH 5/6] git: manifest_entry: use ProcessPipe via popen_rd
` [PATCH 6/6] qspawn: switch to "

[PATCH] lei_store: alternative unconfigured "git var" workaround
 2021-01-02  8:32 UTC 

[PATCH] lei_store: quiet down "git var" failures
 2021-01-01  9:20 UTC 

Unexpected white-on-black text in QtWebEngine-based browsers
 2021-01-01  9:08 UTC  (5+ messages)

[PATCH 0/4] TEST_RUN_MODE=0 fixes
 2021-01-01  5:47 UTC  (5+ messages)
` [PATCH 1/4] search: do not use $QP_FLAGS until Xapian is loaded
` [PATCH 2/4] t/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback
` [PATCH 3/4] import: unset GIT_CONFIG with `git config --global'
` [PATCH 4/4] treewide: reduce load_xapian* callsites

[PATCH] Makefile.PL: add update-copyrights target
 2021-01-01  5:18 UTC  (2+ messages)
` [PUSHED] update copyrights for 2021

[ANNOUNCE] public-inbox 1.6.1
 2020-12-31 23:46 UTC 

[DRAFT] doc: 1.6.1 draft release notes
 2020-12-31 20:15 UTC 

[PATCH 00/36] another round of lei stuff
 2020-12-31 13:51 UTC  (37+ messages)
` [PATCH 01/36] import: respect init.defaultBranch
` [PATCH 02/36] lei_store: use per-machine refname as git HEAD
` [PATCH 03/36] revert "lei_store: use per-machine refname as git HEAD"
` [PATCH 04/36] lei_to_mail: initial implementation for writing mbox formats
` [PATCH 05/36] sharedkv: fork()-friendly key-value store
` [PATCH 06/36] sharedkv: split out index_values
` [PATCH 07/36] lei_to_mail: start atomic and compressed mbox writing
` [PATCH 08/36] mboxreader: new class for reading various mbox formats
` [PATCH 09/36] lei_to_mail: start --augment, dedupe, bz2 and xz
` [PATCH 10/36] lei: implement various deduplication strategies
` [PATCH 11/36] lei_to_mail: lazy-require LeiDedupe
` [PATCH 12/36] lei_to_mail: support for non-seekable outputs
` [PATCH 13/36] lei_to_mail: support Maildir, fix+test --augment
` [PATCH 14/36] ipc: generic IPC dispatch based on Storable
` [PATCH 15/36] ipc: support Sereal
` [PATCH 16/36] lei_store: add ->set_eml, ->add_eml can return smsg
` [PATCH 17/36] lei: rename "extinbox" => "external"
` [PATCH 18/36] mid: use defined-or with `push' for uniqueness check
` [PATCH 19/36] mid: hoist out mids_in sub
` [PATCH 20/36] lei_store: handle messages without Message-ID at all
` [PATCH 21/36] ipc: use shutdown(2), base atfork* callback
` [PATCH 22/36] lei_to_mail: unlink mboxes if not augmenting
` [PATCH 23/36] lei: add --mfolder as an --output alias
` [PATCH 24/36] spawn: move run_die here from PublicInbox::Import
` [PATCH 25/36] init: remove embedded UnlinkMe package
` [PATCH 26/36] t/run: avoid uninitialized var on incomplete test
` [PATCH 27/36] gcf2client: reap process on DESTROY
` [PATCH 28/36] lei_to_mail: open FIFOs O_WRONLY so we block
` [PATCH 29/36] searchidxshard: call DS->Reset at worker start
` [PATCH 30/36] t/ipc.t: test for references via `die'
` [PATCH 31/36] use PublicInbox::DS for dwaitpid
` [PATCH 32/36] syscall: SFD_NONBLOCK can be a constant, again
` [PATCH 33/36] lei: avoid Spawn package when starting daemon
` [PATCH 34/36] avoid calling waitpid from children in DESTROY
` [PATCH 35/36] ds: clobber $in_loop first at reset
` [PATCH 36/36] on_destroy: support PID owner guard

[PATCH] searchidxshard: call DS->Reset at worker start
 2020-12-31  6:54 UTC 

[Debian 9][Perl 5.24] uninitialized value errors in Encode/MIME/Header.pm
 2020-12-31  0:06 UTC  (7+ messages)
` [PATCH] eml: fix undefined vars on <Perl 5.28
    ` stable 1.6.1 release? [was: [PATCH] eml: fix undefined vars on <Perl 5.28]
` [PATCH] t/config: test --get-urlmatch for git <2.26

thoughts improving duplicate message handling
 2020-12-29 15:50 UTC  (2+ messages)

[PATCH/RFC 0/7] lei - Local Email Interface skeleton
 2020-12-29  3:01 UTC  (6+ messages)
` [RFC 4/7] lei: proposed command-listing and options
  ` "extinbox" term - was: [RFC 4/7] lei: proposed command-listing

[PATCH 0/2] extsearch: avoid stale Xapian results
 2020-12-28 15:32 UTC  (4+ messages)
` [PATCH 1/2] extsearch: unconditionally reopen on access
` [PATCH 2/2] miscsearch: take reopen from Search and use it

[PATCH 00/26] lei: basic UI + IPC work
 2020-12-27 20:02 UTC  (4+ messages)
` [PATCH 26/26] lei: extinbox: start implementing in config file
  ` [PATCH 27/26] lei_xsearch: cross-(inbox|extindex) search

[PATCH 0/2] internal search parameter naming
 2020-12-27 19:38 UTC  (3+ messages)
` [PATCH 1/2] search: remove pointless {relevance} setting
` [PATCH 2/2] search: remove {mset} option for ->mset method

[PATCH 0/5] some yak shaving
 2020-12-27  2:53 UTC  (6+ messages)
` [PATCH 1/5] git: qx: avoid extra "local" for scalar context case
` [PATCH 2/5] import: check for git->qx errors, clearer return values
` [PATCH 3/5] check defined return value for localized slurp errors
` [PATCH 4/5] ds: simplify EventLoop implementation
` [PATCH 5/5] ds: flatten + reuse @events, epoll_wait style fixes

[PATCH] inboxidle: avoid needless syscalls on refresh
 2020-12-26 20:11 UTC  (2+ messages)

more considerations in UI/UX
 2020-12-26 11:13 UTC  (5+ messages)
  ` [RFC] lei: rename proposed "query" command to "q", add JSON output

[PATCH 0/4] extindex: more fixes and usability things
 2020-12-26 10:16 UTC  (5+ messages)
` [PATCH 1/4] extindex: various --watch signal handling fixes
` [PATCH 2/4] extindex: enable autoflush on STDOUT/STDERR
` [PATCH 3/4] extindex: add undocumented --no-scan switch
` [PATCH 4/4] extindex: allow using --all without EXTINDEX_DIR

[PATCH] inbox: name variable for values loop iterator
 2020-12-26  8:12 UTC 

[PATCH] inboxidle: clue users into resolving ENOSPC from inotify
 2020-12-26  5:59 UTC 

[PATCH 0/7] index + extindex interaction improvements
 2020-12-26  1:44 UTC  (13+ messages)
` [PATCH 1/7] index: disable --fast-noop on --reindex
` [PATCH 2/7] extsearchidx: delay SQLite availability checks
` [PATCH 3/7] extsearchidx: close DB handles after use if FD constrained
` [PATCH 4/7] index: do not attach inbox to extindex unless updated
` [PATCH 5/7] index: fix --no-fsync flag propagation to extindex
` [PATCH 6/7] v2writable: don't verify tip if reindexing
` [PATCH 7/7] index: filter out indexlevel=basic from extindex
  ` [PATCH 0/3] extindex --watch support
    ` [PATCH 1/3] default to CORE::warn in $SIG{__WARN__} handlers
    ` [PATCH 2/3] extindex: --watch for inotify-based updates
    ` [PATCH 3/3] init: use the return value of rel2abs_collapsed

[PATCH 0/2] index: start speeding up some noop calls
 2020-12-24 10:09 UTC  (3+ messages)
` [PATCH 1/2] inboxwritable: delay umask_prepare calls
` [PATCH 2/2] index: support --fast-noop / -F switch

[PATCH] index: update [extindex "all"] by default, support -E
 2020-12-24  3:34 UTC  (4+ messages)

About header filtering
 2020-12-23 17:57 UTC  (5+ messages)

[PATCH 00/10] start optimizing startup w/ ALL->misc
 2020-12-23  8:38 UTC  (11+ messages)
` [PATCH 01/10] miscsearch: load Xapian at initialization
` [PATCH 02/10] xt: add create-many-inboxes helper test
` [PATCH 03/10] inbox: git_epoch: correct false comment
` [PATCH 04/10] inboxwritable: _init_v1: set created_at ASAP
` [PATCH 05/10] miscsearch: index UIDVALIDITY, use as startup cache
` [PATCH 06/10] extsearchidx: close SQLite handles after attaching
` [PATCH 07/10] config: _fill: inbox name extraction optimization
` [PATCH 08/10] config: git_config_dump: pre-compile RE for split
` [PATCH 09/10] config: config_fh_parse: micro-optimize
` [PATCH 10/10] config: config_fh_parse: micro-optimize harder

[PATCH] public-inbox-v[12]-format.pod: make lexgrog happy
 2020-12-22 23:01 UTC  (2+ messages)

[PATCH] admin: resolve inboxes to absolute paths for index
 2020-12-22  6:01 UTC 

[PATCH] wwwstream: show relative coderepo URLs correctly
 2020-12-22  5:04 UTC 

[PATCH] support multiple CODE_URLs
 2020-12-21 22:10 UTC 

[PATCH] manifest.js.gz: fix per-inbox /$INBOX/manifest.js.gz
 2020-12-21 19:41 UTC 

[PATCH 0/5] extindex->misc prep stuff
 2020-12-21 18:54 UTC  (7+ messages)
` [PATCH 1/5] inbox: delay ->version detection
` [PATCH 2/5] isearch: use numeric sort for article numbers
` [PATCH 3/5] use rel2abs_collapsed when loading Inbox objects
` [PATCH 4/5] searchidx: rename get_val to int_val and return IV
` [PATCH 5/5] extsearch*: drop unnecessary path canonicalization

[PATCH 0/6] path usability and some tiny cleanups
 2020-12-20  6:30 UTC  (7+ messages)
` [PATCH 1/6] script/public-inbox-*: favor caller-provided pathnames
` [PATCH 2/6] inboxidle: remove needless check for {inboxdir}
` [PATCH 3/6] daemon: lazy load Cwd only for --daemonize users
` [PATCH 4/6] daemon: unconditionally call IO::Handle::blocking(0)
` [PATCH 5/6] daemon: kill_workers: eliminate unnecessary loop
` [PATCH 6/6] config: eliminate unnecessary join call up front

[PATCH] wwwstream: linkify coderepo URLs
 2020-12-18 20:53 UTC 

[PATCH] Fix manpage section of perl module documentation
 2020-12-18 12:17 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).