user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-07-24 05:56:09 to 2020-08-31 04:41:42 UTC [more...]

[PATCH 00/11] watch: fix contention w/ Maildir & NNTP
 2020-08-31  4:41 UTC  (12+ messages)
` [PATCH 01/11] watch: limit batch size of NNTP and IMAP workers, too
` [PATCH 02/11] watchmaildir: use v5.10.1, drop warnings
` [PATCH 03/11] rename WatchMaildir => Watch
` [PATCH 04/11] watch: log signal activities to STDERR
` [PATCH 05/11] watch: avoid unnecessary spawning on spam removals
` [PATCH 06/11] watch: block signals before fork on non-signalfd/kevent systems
` [PATCH 07/11] watch: comments and tiny cleanups
` [PATCH 08/11] ds: avoid excessive queueing when reaping PIDs
` [PATCH 09/11] watch: use EOFpipe to reduce dwaitpid wakeups
` [PATCH 10/11] ds: avoid unnecessary timer for waitpid
` [PATCH 11/11] replace ParentPipe with EOFpipe

[PATCH] doc: expand on indexBatchSize regarding fragementation
 2020-08-31  4:33 UTC 

[PATCH] imapd: filter out unusable flags from search
 2020-08-29 20:32 UTC 

[PATCH 0/3] more watch-related stuff
 2020-08-28 22:18 UTC  (5+ messages)
` [PATCH 1/3] watch: flush changes to inbox before updating IMAPTracker
` [PATCH 2/3] imaptracker: update_last: simplify callers
` [PATCH 3/3] tests: check-run: show skipped tests

[PATCH 0/2] www: navigation tweaks
 2020-08-28  4:27 UTC  (6+ messages)
` [PATCH 1/2] www: improve navigation around comtemporary threads
` [PATCH 2/2] www: more descriptive pagination

[PATCH 0/8] mostly watch-related odds and ends
 2020-08-28  4:22 UTC  (10+ messages)
` [PATCH 1/8] watchmaildir: ensure I:/W:/E: prefixes in warnings
` [PATCH 2/8] imaptracker: preserve WAL journal_mode if set by user
` [PATCH 3/8] overidx: inline create_ghost sub
` [PATCH 4/8] doc: document graceful shutdown signals
` [PATCH 5/8] doc: speling fickses
` [PATCH 6/8] watch: imap: only remove \Seen spam
` [PATCH 7/8] doc: move watch config docs to -watch manpage
` [PATCH 8/8] doc: watch: expand on NNTP and IMAP-specific knobs

[PATCH] Makefile.PL: run check-man for <= 80 columns on check-run, too
 2020-08-28  4:22 UTC 

[PATCH] git: show more context info on failures
 2020-08-27  7:51 UTC 

[PATCH] search: allow testing with current xapian.git and 1.5.x
 2020-08-26 22:02 UTC 

[PATCH 0/5] some minor SQLite-related cleanups
 2020-08-26  8:17 UTC  (6+ messages)
` [PATCH 1/5] over: rename ->connect method to ->dbh
` [PATCH 2/5] over: rename ->disconnect to ->dbh_close
` [PATCH 3/5] over: recent: remove expensive COUNT query
` [PATCH 4/5] over*: use v5.10.1, drop warnings
` [PATCH 5/5] msgmap: use v5.10.1

[PATCH] v2writable: compatibility with SWIG Xapian binding
 2020-08-25 20:26 UTC 

anybody hit SQLite "database is locked" errors?
 2020-08-25 16:29 UTC  (3+ messages)
` [PATCH] grok-pull.post_update_hook: flock(2) before SQLite check

[PATCH] doc: 1.6.0 release notes update
 2020-08-25 10:51 UTC 

[PATCH] doc: add some more tuning notes
 2020-08-25 10:51 UTC 

[PATCH 0/3] SQLite-related things
 2020-08-25  3:02 UTC  (4+ messages)
` [PATCH 1/3] over: skip nodatacow on the journal
` [PATCH 2/3] msgmap: use "CREATE TABLE IF NOT EXISTS"
` [PATCH 3/3] over+msgmap: respect WAL journal_mode if set

[PATCH] examples: add imapd systemd examples
 2020-08-25  2:47 UTC  (2+ messages)

[PATCH] searchidx: croak for Xapian DB open failure
 2020-08-23 21:00 UTC 

[PATCH 0/5] "mairix -t" workalike for mbox.gz downloads
 2020-08-22 21:04 UTC  (11+ messages)
` [PATCH 1/5] searchidxshard: clear $msgref buffer properly
` [PATCH 2/5] searchidx: put all shard-related stuff in SearchIdxShard.pm
` [PATCH 3/5] searchidx: index THREADID in Xapian
` [PATCH 4/5] search: support downloading mboxes results with full thread
` [PATCH 5/5] mbox: disable "&t" on existing Xapian until full reindex

[PATCH] index: --sequential-shard checkpoints after each shard
 2020-08-22 19:51 UTC 

[PATCH] searchview: fix mbox.gz downloads for lynx users
 2020-08-22  0:41 UTC 

what storage system(s) are you using?
 2020-08-21 18:51 UTC  (3+ messages)

[PATCH 00/23] indexing: --skip-docdata + speedups
 2020-08-20 21:10 UTC  (25+ messages)
` [PATCH 01/23] doc: note -compact and -xcpdb are rarely used
` [PATCH 02/23] admin: progress shows the inbox being indexed
` [PATCH 03/23] compact: support --help/-? and perform lazy loading
` [PATCH 04/23] init: support --help and -?
` [PATCH 05/23] init: support --newsgroup option
` [PATCH 06/23] init: drop -N alias for --skip-artnum
` [PATCH 07/23] search: v2: ensure shards are numerically sorted
` [PATCH 08/23] xapcmd: simplify {reindex} parameter passing
` [PATCH 09/23] www: reduce long-lived PublicInbox::Search references
` [PATCH 10/23] search: improve comments around constants
` [PATCH 11/23] search: export mdocid subroutine
` [PATCH 12/23] searchquery: split off from searchview
` [PATCH 13/23] search: make qparse_new an internal function
` [PATCH 14/23] smsg: reduce utf8::decode call sites
` [PATCH 15/23] searchview: use over.sqlite3 instead of Xapian docdata
` [PATCH 16/23] searchview: speed up search summary by ~10%
` [PATCH 17/23] searchview: convert nested and Atom display to over.sqlite3
` [PATCH 18/23] extmsg: avoid using Xapian docdata
` [PATCH 19/23] mbox: avoid Xapian docdata in search results
` [PATCH 20/23] smsg: remove from_mitem
` [PATCH 21/23] t/nntpd-v2: set PI_TEST_VERSION=2 properly
` [PATCH 22/23] init+index: support --skip-docdata for Xapian
` [PATCH 23/23] search: add mset_to_artnums method

[PATCH] smsg: handle wide characters in raw mail headers
 2020-08-19  8:15 UTC 

Could public-inbox do something helpful with .mailmap?
 2020-08-18  2:22 UTC  (3+ messages)

[PATCH] doc: add public-inbox-tuning(7) manpage
 2020-08-15  5:21 UTC 

[PATCH] index|compact|xcpdb: support --all switch
 2020-08-13  8:04 UTC 

[PATCH] grok-pull.post_update_hook: favor --sequential-shard for HDD
 2020-08-13  8:04 UTC 

[TESTING] WIP - parallel shards on HDD with sequential flush
 2020-08-12 20:26 UTC  (2+ messages)

[PATCH 0/6] xcpdb -index improvements
 2020-08-12  9:17 UTC  (7+ messages)
` [PATCH 1/6] xapcmd: simplify sub reference
` [PATCH 2/6] xcpdb: support --no-fsync from CLI
` [PATCH 3/6] xapcmd: reduce CPU idling when shards exceeds job count
` [PATCH 4/6] admin: don't warn when --jobs exceeds shards
` [PATCH 5/6] xcpdb: wire up new index options and --help
` [PATCH 6/6] v2writable: remove IdxStack import

[PATCH] v2writable: show newline after "indexing all of .. " message
 2020-08-11 19:52 UTC 

[PATCH 00/14] more indexing related improvements
 2020-08-10  6:29 UTC  (18+ messages)
` [PATCH 01/14] index: require --reindex when using --xapian-only
` [PATCH 02/14] index: --sequential-shard works incrementally
` [PATCH 03/14] doc: index: more notes about latest changes
` [PATCH 04/14] doc: add some notes around -xcpdb / -edit / -purge
` [PATCH 05/14] index+xcpdb: improve SIG{INT,TERM,HUP,PIPE} behavior
` [PATCH 06/14] msgmap: tmp_clone: simplify + meaningful filename
` [PATCH 07/14] avoid File::Temp::tempfile in more places
` [PATCH 08/14] admin: use a generic veriable name
` [PATCH 09/14] index: cleanup internal variables
` [PATCH 10/14] searchidx: use singular `$opt' for consistency with v2
` [PATCH 11/14] convert: support new -index options
` [PATCH 12/14] convert: speed up --help
` [PATCH 13/14] convert: check ARGV more correctly
` [PATCH 14/14] convert: set No_COW on copied SQLite files

[PATCH] favor `getconf _NPROCESSORS_ONLN` over GNU nproc
 2020-08-08 11:24 UTC 

[PATCH 0/2] Perl <5.22 fixes
 2020-08-08  4:59 UTC  (3+ messages)
` [PATCH 1/2] support setting No_COW on Perl <5.22
` [PATCH 2/2] dir_idle: require Perl 5.22+ for kqueue

[PATCH 0/5] more indexing improvements
 2020-08-07 13:13 UTC  (7+ messages)
` [PATCH 1/5] v2writable: fix batch size accounting
` [PATCH 2/5] index: --compact respects --sequential-shard
` [PATCH 3/5] index: max out XAPIAN_FLUSH_THRESHOLD if using --batch-size
` [PATCH 4/5] searchidx: use Perl truthiness to detect XAPIAN_FLUSH_THRESHOLD
` [PATCH 5/5] index: add built-in --help / -?

[PATCH] www: avoid warnings on YYYYMMDD-only t= query parameter
 2020-08-07 10:42 UTC 

[PATCH] syscall: support sparc64 (and maybe other big-endian systems)
 2020-08-07 10:15 UTC 

[PATCH 0/7] index: --sequential-shard and other stuff
 2020-08-07  1:14 UTC  (8+ messages)
` [PATCH 1/7] xapcmd: quietly no-op on indexlevel=basic
` [PATCH 2/7] xapcmd: remove redundant searchidx require
` [PATCH 3/7] xapcmd: drop outdated comment
` [PATCH 4/7] v2writable: fix rethread cleanup
` [PATCH 5/7] index: v2: --sequential-shard option
` [PATCH 6/7] index: support --xapian-only switch
` [PATCH 7/7] index+xcpdb: rename `--no-sync' to `--no-fsync'

[PATCH] imap: search support BODY key
 2020-08-06 21:43 UTC 

[PATCH] t/epoll: adjust for u64_mod_8 case
 2020-08-06 10:40 UTC 

[PATCH] msgmap: tmp_clone: use MEMORY journal upon reconnect
 2020-08-06 10:37 UTC 

[PATCH] watch: quiet some warnings on spam mailboxes
 2020-08-02 11:22 UTC 

[PATCH] t/indexlevels-mirror-v1: localize ENV change
 2020-08-02  7:55 UTC 

[PATCH] t/nntpd: do not fork on indexing, test v2
 2020-08-02  3:09 UTC 

[PATCH] nntp: fix STAT command
 2020-08-01 20:16 UTC 

[PATCH 0/4] cleanup some minor annoyances
 2020-08-01  8:12 UTC  (5+ messages)
` [PATCH 1/4] inboxwritable: mime_from_path: reduce `$/' scope and returns
` [PATCH 2/4] inboxwritable: rename mime_from_path to eml_from_path
` [PATCH 3/4] searchidx: remove v1-only msg_mime sub
` [PATCH 4/4] remove unnecessary ->header_obj calls

[PATCH] lock: show failure path
 2020-07-31 21:36 UTC  (3+ messages)
` [PATCH 2/1] improve error handling on import fork failures
  ` [PATCH 2/1 v2] improve error handling on import fork / lock failures

[PATCH] www: rework async_* to use method table
 2020-07-30 23:43 UTC 

[PATCH] wwwlisting: fix grep call for match=domain filtering
 2020-07-30 14:58 UTC  (3+ messages)

[PATCH] msgmap: disable CoW for tmp_clone, too
 2020-07-29 21:25 UTC 

[PATCH] v2writable: use {inboxdir} for msgmap->tmp_clone
 2020-07-29 11:32 UTC  (2+ messages)

[PATCH] searchidx: disable CoW for SQLite and Xapian under btrfs
 2020-07-29 11:20 UTC  (2+ messages)
` [PATCH 2/1] xapcmd: -xcpdb and -compact disable CoW, too

[PATCH 0/3] test fixes
 2020-07-29  8:43 UTC  (4+ messages)
` [PATCH 1/3] t/imap_searchqp: fix test dependencies
` [PATCH 2/3] t/init: fix test when ~/.public-inbox/ does not exist
` [PATCH 3/3] emergency: create full path to PI_EMERGENCY

[PATCH] examples/grok-pull.post_update_hook: fix description URL
 2020-07-28 10:31 UTC 

[PATCH] overidx: fix compatibility with current versions
 2020-07-26 19:51 UTC  (2+ messages)

[PATCH] index: --compact respects --jobs
 2020-07-26  9:31 UTC 

[PATCH] t/init.t: don't modify ~/.public-inbox/
 2020-07-26  9:03 UTC 

[PATCH 0/2] imapd: async prefetch + test fix
 2020-07-26  6:57 UTC  (3+ messages)
` [PATCH 1/2] imap: introduce and use Git->async_prefetch
` [PATCH 2/2] xt/imapd-mbsync-oimapd: fix noop due to case sensitivity

[PATCH] v2writable: support async git blob retrievals
 2020-07-25 21:12 UTC 

[PATCH 00/20] indexing changes and new features
 2020-07-24  5:56 UTC  (10+ messages)
` [PATCH 12/20] v2writable: clarify "epoch" comment
` [PATCH 13/20] xapcmd: set {from} properly for v1 inboxes
` [PATCH 14/20] searchidx: rename _xdb_{acquire,release} => idx_
` [PATCH 15/20] searchidx: make v1 indexing closer to v2
` [PATCH 16/20] index+xcpdb: support --no-sync flag
` [PATCH 17/20] v2writable: share log2stack code with v1
` [PATCH 18/20] searchidx: support async git check
` [PATCH 19/20] searchidx: $batch_cb => v1_checkpoint
` [PATCH 20/20] v2writable: {unindexed} belongs in $sync state


Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).