user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-06-10 07:08:33 to 2020-07-17 03:57:24 UTC [more...]

[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  (5+ messages)
` [PATCH 1/3] init: add -j / --jobs parameter
` [PATCH 2/3] init: refer to inboxes as "inbox" or "inboxes" in errors
` [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 

[PATCH 0/2] test fixes for older systems
 2020-06-20  0:13 UTC  (3+ messages)
` [PATCH 1/2] testcommon: require IO::Socket::SSL >= 2.007
` [PATCH 2/2] tests: require git 2.6+ in more places

[PATCH 0/3] nntpd: updates from imapd
 2020-06-16 22:31 UTC  (4+ messages)
` [PATCH 1/3] daemon: use ->can to check for IO::Socket::SSL
` [PATCH 2/3] nntp: event_step: prepare for async git reads
` [PATCH 3/3] nntp: support slow blob retrievals

CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
 2020-06-16 13:19 UTC  (3+ messages)

[PATCH 0/2] imap: search improvements
 2020-06-16  7:05 UTC  (5+ messages)
` [PATCH 1/2] imap: reinstate non-UID SEARCH
` [PATCH 2/2] imap: *SEARCH: use Parse::RecDescent
` [PATCH 3/2] imap: *SEARCH: fix CHARSET handling
` [PATCH 4/2] imap: *SEARCH: reinstate "TEXT" search-key

[PATCH] imap: fix UID-offset-to-MSN mapping bugs
 2020-06-16  6:19 UTC 

[PATCH] imap: stop_idle: fix parameter parsing :x
 2020-06-15  9:17 UTC 

[PATCH] imap: improve IDLE handling at graceful shutdown
 2020-06-15  7:43 UTC 

IMAP server notes, maybe JMAP?
 2020-06-15  6:21 UTC  (2+ messages)
` Parse::RecDescent dependency (was: IMAP server notes, maybe JMAP?)

[PATCH] imap: clarify "DONE" usage with IDLE
 2020-06-15  3:30 UTC 

[PATCH 0/3] IMAP fixes for older systems
 2020-06-14  0:25 UTC  (4+ messages)
` [PATCH 1/3] testcommon: allow OR-ing module dependencies
` [PATCH 2/3] inboxidle: support Linux::Inotify2 1.x
` [PATCH 3/3] t/imapd*.t: support older Mail::IMAPClient

[PATCH] t/imapd: quiet overload warning from Mail::IMAPClient
 2020-06-13 20:27 UTC 

[PATCH 00/82] public-inbox-imapd: read-only IMAP server
 2020-06-12 23:49 UTC  (8+ messages)
` [PATCH 77/82] imap: wire up Xapian, MSN SEARCH and multi sequence-sets
` [PATCH 78/82] imap: misc cleanups and notes
` [PATCH 79/82] imapd: don't bother sorting LIST output
` [PATCH 80/82] imap: remove non-UID SEARCH for now
` [PATCH 81/82] over: uid_range: remove LIMIT
` [PATCH 82/82] imap: FETCH: proper MSN => UID mapping for requests
` [PATCH 83/82] imap: introduce memory-efficient uo2m mapping

amusing CoW string dedupe example
 2020-06-11 19:39 UTC 

news.public-inbox.org misbehaving?
 2020-06-11  1:54 UTC  (4+ messages)
  ` [PATCH] nntpd+imapd: detect replaced over.sqlite3

[PATCH] doc: update TODO and WIP 1.6.0 release notes
 2020-06-10 18:39 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).