user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-06-21 00:21:34 to 2020-07-26 19:51:48 UTC [more...]

[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 00/34] watch: add IMAP and NNTP support
 2020-07-07  6:17 UTC  (46+ messages)
` [PATCH 01/34] inboxwritable: ensure ssoma.lock exists on init
` [PATCH 02/34] inbox: warn on ->on_inbox_unlock exception
` [PATCH 03/34] IMAPTracker: Add a helper to track our place in reading imap mailboxes
` [PATCH 04/34] imaptracker: use ~/.local/share/public-inbox/imap.sqlite3
` [PATCH 05/34] watchmaildir: hoist out compile_watchheaders
` [PATCH 06/34] watchmaildir: fix check for spam vs ham inbox conflicts
` [PATCH 07/34] URI IMAP support
` [PATCH 08/34] watch: preliminary "
` [PATCH 09/34] kqnotify|fake_inotify: detect Maildir write ops
` [PATCH 10/34] watch: remove Filesys::Notify::Simple dependency
` [PATCH 11/34] watch: use signalfd for Maildir watching
` [PATCH 12/34] ds: remove fields.pm usage
` [PATCH 13/34] watch: wire up IMAP IDLE reapers to DS
` [PATCH 14/34] watch: support IMAP polling
` [PATCH 15/34] config: support ->urlmatch method for -watch
` [PATCH 16/34] watch: stop importers before forking
` [PATCH 17/34] watch: use UID SEARCH to avoid empty UID FETCH
` [PATCH 18/34] ds: add_timer: allow passing arg to callback
` [PATCH 19/34] imaptracker: add {url} field to reduce args
` [PATCH 20/34] imaptracker: drop {dbname} field
` [PATCH 21/34] watch: avoid long transaction to IMAPTracker
` [PATCH 22/34] watch: support imap.fetchBatchSize parameter
` [PATCH 23/34] watch: imap: be quiet about disconnecting on quit
` [PATCH 24/34] watch: support multiple watch: directives per-inbox
` [PATCH 25/34] watch: remove {mdir} array
` [PATCH 26/34] watch: just use ->urlmatch
` [PATCH 27/34] testcommon: $ENV{TAIL} supports non-@ARGV redirects
` [PATCH 28/34] watch: add NNTP support
` [PATCH 29/34] watch: show user-specified URL consistently
` [PATCH 30/34] watch: enable autoflush for STDOUT and STDERR
` [PATCH 31/34] watch: use our own "git credential" wrapper
` [PATCH 32/34] watch: support ~/.netrc via Net::Netrc
` [PATCH 33/34] imaptracker: use flock(2) around writes
` [PATCH 34/34] watch: simplify internal structures
` [PATCH 0/5] watch: Maildir fixes
  ` [PATCH 1/5] watch: check for duplicates in ->over before spamcheck
  ` [PATCH 2/5] watch: show path for warnings from spam messages
  ` [PATCH 3/5] watch: ensure SIGCHLD works in forked children
  ` [PATCH 4/5] spawn: unblock SIGCHLD in subprocess
    ` [PATCH 6/5] t/spawn: fix test reliability
  ` [PATCH 5/5] watch: make waitpid() synchronous for Maildir scans

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

[PATCH] zombie-fix
 2020-06-29  8:47 UTC  (2+ messages)

[PATCH] t/run: show unexpected output lines in logs
 2020-06-29  0:30 UTC 

[PATCH] eml: header_str_set: correctly encode UTF-8 headers
 2020-06-28  7:14 UTC 

[PATCH] linkify: support imap, imaps, news, and snews URIs
 2020-06-26 23:26 UTC 

[PATCH 0/2] imap: fix some missing EXISTS responses
 2020-06-25 10:09 UTC  (3+ messages)
` [PATCH 1/2] imap: always send EXISTS on uo2m_extend
` [PATCH 2/2] imap: EXAMINE: avoid potential race conditions

thoughts on Git::Raw / libgit2?
 2020-06-25  4:31 UTC  (3+ messages)

[PATCH] lock: reduce inotify wakeups
 2020-06-24 18:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] git_async_cat: remove circular reference
 2020-06-23 23:21 UTC 

[PATCH] testcommon: DS->Reset when using fork-only subprocess
 2020-06-23 21:17 UTC 

[PATCH 0/3] -init updates
 2020-06-23 18:34 UTC  (3+ messages)
` [PATCH 3/3] init: add --skip-artnum parameter
  ` [PATCH] t/init: remove leftover find(1) call

[PATCH] ds: flush_write: early return on closed socket
 2020-06-23 18:09 UTC 

[PATCH 0/2] imap: search fixes
 2020-06-22 19:07 UTC  (4+ messages)
` [PATCH 1/2] imap: *SEARCH: return no results for out-of-range queries
  ` [REJECT] "
` [PATCH 2/2] imap: refill_xap: remove needless loop

TAP output for user-facing tools?
 2020-06-22 17:51 UTC 


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