unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2020-07-01 21:06:19 to 2020-08-10 02:12:07 UTC [more...]

[PATCH 00/14] more indexing related improvements
 2020-08-10  2:12 UTC  (15+ 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 

what storage system(s) are you using?
 2020-08-06 17:32 UTC  (2+ messages)

[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  (21+ messages)
` [PATCH 01/20] index: support --rethread switch to fix old indices
` [PATCH 02/20] v2: index forwards (via `git log --reverse')
` [PATCH 03/20] v2writable: introduce idx_stack
` [PATCH 04/20] v2writable: index_sync: reduce fill_alternates calls
` [PATCH 05/20] v2writable: move {autime} and {cotime} into $sync state
` [PATCH 06/20] v2writable: allow >= 40 byte git object IDs
` [PATCH 07/20] v2writable: drop "EPOCH.git indexing $RANGE" progress
` [PATCH 08/20] use consistent {ibx} field for writable code paths
` [PATCH 09/20] search: avoid copying {inboxdir}
` [PATCH 10/20] v2writable: use read-only PublicInbox::Git for cat_file
` [PATCH 11/20] v2writable: get rid of {reindex_pipe} field
` [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

[PATCH] msgmap: fix atfork_* callbacks
 2020-07-18  6:36 UTC 

[PATCH 0/8] indexing cleanup and code reduction
 2020-07-17  7:25 UTC  (10+ messages)
` [PATCH 1/8] v2: use v5.10.1, parent.pm, drop warnings
` [PATCH 2/8] drop binmode usage
` [PATCH 3/8] import: use common capitalization for filtering headers
` [PATCH 4/8] with_umask: pass args to callback
` [PATCH 5/8] overidx: each_by_mid: pass self and args to callbacks
` [PATCH 6/8] overidx: favor non-OO sub dispatch for internal subs
` [PATCH 7/8] searchidx: use v5.10.1, parent.pm, drop warnings
` [PATCH 8/8] search: simplify unindexing
` [9/8 PATCH] v2writable: git_hash_raw: avoid $TMPDIR write

[PATCH] config: reject `\n' in `inboxdir'
 2020-07-17  6:07 UTC 

[PATCH] doc: add some recommendations around slow HDDs
 2020-07-17  3:57 UTC 

[PATCH] t/import: quiet warning, clobber variable
 2020-07-16 21:54 UTC 

[PATCH] doc: release notes and version info updates
 2020-07-14 10:16 UTC  (2+ messages)
` a note about NNTP + IMAP in -watch

[PATCH 0/3] avoid msgmap reopens in long-lived processes
 2020-07-14  2:14 UTC  (4+ messages)
` [PATCH 1/3] over: unset sqlite_unicode attribute
` [PATCH 2/3] nntpd+imapd: detect unlinked msgmap
` [PATCH 3/3] over+msgmap: do not store filename after DBI->connect

[PATCH] imap: SEARCH fails more gracefully in non-slice mailbox
 2020-07-13  7:00 UTC 

[PATCH] xt/mem-imapd-tls: avoid EMFILE in -imapd process
 2020-07-13  2:23 UTC 

Bug#964736: ITP: public-inbox -- Mailing list archiver
 2020-07-09 20:51 UTC  (3+ messages)

[PATCH] doc: standards: link IMAP capabilities and response codes
 2020-07-08 20:58 UTC 

[PATCH 0/5] uninitialized vs blank fixes
 2020-07-07 20:37 UTC  (6+ messages)
` [PATCH 1/5] viewvcs: allow "0" as a path name
` [PATCH 2/5] hval: to_filename: return `undef' instead of empty string
` [PATCH 3/5] viewvcs: stop checking unused "B" query parameter
` [PATCH 4/5] imap: avoid warnings on non-slice mailboxes
` [PATCH 5/5] wwwatomstream: avoid uninitialized warnings for $email

[RFC] mda: use PublicInbox::Address to extract emails
 2020-07-07  7:15 UTC  (2+ messages)

[PATCH 0/5] watch: Maildir fixes
 2020-07-07  6:17 UTC  (3+ messages)
` [PATCH 4/5] spawn: unblock SIGCHLD in subprocess
  ` [PATCH 6/5] t/spawn: fix test reliability

[PATCH] git_async_cat: unref pipes on EOF from git->cleanup
 2020-07-06 19:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] inboxidle: warn on inotify_add_watch failures
 2020-07-06  4:20 UTC 

[PATCH 00/43] www: async git cat-file w/ -httpd
 2020-07-05 23:27 UTC  (44+ messages)
` [PATCH 01/43] gzipfilter: minor cleanups
` [PATCH 02/43] wwwstream: oneshot: perform gzip without middleware
` [PATCH 03/43] www*stream: gzip ->getline responses
` [PATCH 04/43] wwwtext: gzip text/plain responses, as well
` [PATCH 05/43] wwwtext: switch to html_oneshot
` [PATCH 06/43] www: need: use WwwStream::html_oneshot
` [PATCH 07/43] wwwlisting: use GzipFilter for HTML
` [PATCH 08/43] gzipfilter: replace Compress::Raw::Deflate usages
` [PATCH 09/43] {gzip,noop}filter: ->zmore returns undef, always
` [PATCH 10/43] mbox: remove html_oneshot import
` [PATCH 11/43] wwwstatic: support gzipped directory listings
` [PATCH 12/43] qspawn: learn to gzip streaming responses
` [PATCH 13/43] stop auto-loading Plack::Middleware::Deflater
` [PATCH 14/43] mboxgz: do asynchronous git blob retrievals
` [PATCH 15/43] mboxgz: reduce hash depth
` [PATCH 16/43] mbox: async blob fetch for "single message" raw mboxrd
` [PATCH 17/43] wwwatomstream: simplify feed_update callers
` [PATCH 18/43] wwwatomstream: use PublicInbox::Inbox->modified for feed_updated
` [PATCH 19/43] wwwatomstream: reuse $ctx as $self
` [PATCH 20/43] xt/httpd-async-stream: allow more options
` [PATCH 21/43] wwwatomstream: support async blob fetch
` [PATCH 22/43] wwwstream: reduce object graph depth
` [PATCH 23/43] wwwstream: reduce blob fetch paths for ->getline
` [PATCH 24/43] www: start making gzipfilter the parent response class
` [PATCH 25/43] remove unused/redundant zlib-related imports
` [PATCH 26/43] wwwstream: use parent.pm and no warnings
` [PATCH 27/43] wwwstream: subclass off GzipFilter
` [PATCH 28/43] view: make /$INBOX/$MSGID/ permalink async
` [PATCH 29/43] view: /$INBOX/$MSGID/t/ reads blobs asynchronously
` [PATCH 30/43] view: update /$INBOX/$MSGID/T/ to be async
` [PATCH 31/43] feed: generate_i: eliminate pointless loop
` [PATCH 32/43] feed: /$INBOX/new.html fetches blobs asynchronously
` [PATCH 33/43] ssearchview: /$INBOX/?q=$QUERY&x=t uses async blobs
` [PATCH 34/43] view: eml_entry: reduce parameters
` [PATCH 35/43] view: /$INBOX/$MSGID/t/: avoid extra hash lookup in eml case
` [PATCH 36/43] wwwstream: eliminate ::response, use html_oneshot
` [PATCH 37/43] www: update internal docs
` [PATCH 38/43] view: simplify eml_entry callers further
` [PATCH 39/43] wwwtext: simplify gzf_maybe use
` [PATCH 40/43] wwwattach: support async blob retrievals
` [PATCH 41/43] gzipfilter: drop HTTP connection on bugs or data corruption
` [PATCH 42/43] daemon: warn on missing blobs
` [PATCH 43/43] gzipfilter: check http->{forward} for client disconnects

[PATCH 0/4] a few minor doc updates
 2020-07-05 22:44 UTC  (5+ messages)
` [PATCH 1/4] git: use v5.10.1, parent.pm and Time::HiRes::stat
` [PATCH 2/4] doc: daemon: update documentation around Inline::C
` [PATCH 3/4] doc/technical/whyperl: reword bit around installed docs
` [PATCH 4/4] doc/technical/whyperl: note Perl 7 announcement

[PATCH] xapcmd: delay over->check_inodes trigger
 2020-07-05 21:51 UTC 

[PATCH] Import: Be more careful with names in email
 2020-07-05 14:55 UTC  (6+ messages)
  ` [PATCH] t/import: test for nasty characters

[PATCH] watch: don't burn CPU on IDLE failures
 2020-07-04 21:33 UTC 

[PATCH 0/5] some random minor fixes
 2020-07-02 20:12 UTC  (7+ messages)
` [PATCH 1/5] spawn: make @RLIMITS an array
` [PATCH 2/5] spawn: modernize with parent.pm, drop warnings.pm
` [PATCH 3/5] watch: retry signals to kill IDLE and polling processes
` [PATCH 4/5] tests: add use/require statements for TEST_RUN_MODE=0
` [PATCH 5/5] overidx: document why we don't use SQLite WAL
` [PATCH 6/5] spawn: drop unused sys/uio.h include

[PATCH] inboxidle: avoid per-inbox anonymous subs
 2020-07-02 19:50 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).