user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-06-10 07:05:21 to 2020-07-05 23:28:00 UTC [more...]

[PATCH 00/43] www: async git cat-file w/ -httpd
 2020-07-05 23:27 UTC  (4+ 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] git_async_cat: unref pipes on EOF from git->cleanup
 2020-07-05 22:50 UTC 

[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 00/34] watch: add IMAP and NNTP support
 2020-06-29 10:37 UTC  (45+ 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 5/5] watch: make waitpid() synchronous for Maildir scans

[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

[RFC] mda: use PublicInbox::Address to extract emails
 2020-06-19 17:18 UTC 

[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  (73+ messages)
` [PATCH 12/82] imap: support fetch for BODYSTRUCTURE and BODY
` [PATCH 13/82] eml: each_part: single part $idx is 1
` [PATCH 14/82] imap: allow fetch of partial of BODY[...] and headers
` [PATCH 15/82] imap: always include `resp-text' in responses
` [PATCH 16/82] imap: split out unit tests and benchmarks
` [PATCH 17/82] imap: fix multi-message partial header fetches
` [PATCH 18/82] imap: simplify partial fetch structure
` [PATCH 19/82] imap: support sequence number FETCH
` [PATCH 20/82] imap: do not include ".PEEK" in responses
` [PATCH 21/82] imap: support the CLOSE command
` [PATCH 22/82] imap: speed up HEADER.FIELDS[.NOT] range fetches
` [PATCH 23/82] git: async: flatten the inflight array
` [PATCH 24/82] git: do our own read buffering for cat-file
` [PATCH 25/82] imap: use git-cat-file asynchronously
` [PATCH 26/82] git: idle rbuf for async
` [PATCH 27/82] imap: support LSUB command
` [PATCH 28/82] imap: FETCH: support comma-delimited ranges
` [PATCH 29/82] add imapd compression test
` [PATCH 30/82] testcommon: tcp_(server|connect): BAIL_OUT on failure
` [PATCH 31/82] *deflate: drop invalid comment about rbuf
` [PATCH 32/82] imap: fix pipelining with async git
` [PATCH 33/82] git: cat_async: provide requested OID + "missing" on missing blobs
` [PATCH 34/82] git: move async_cat reference to PublicInbox::Git
` [PATCH 35/82] git: async: automatic retry on alternates change
` [PATCH 36/82] imapclient: wrapper for Mail::IMAPClient
` [PATCH 37/82] xt: add imapd-validate and imapd-mbsync-oimap
` [PATCH 38/82] imap: support out-of-bounds ranges
` [PATCH 39/82] xt/perf-imap-list: time refresh_inboxlist
` [PATCH 40/82] imap: case-insensitive mailbox name comparisons
` [PATCH 41/82] imap: break giant inboxes into sub-inboxes of 50K messages
` [PATCH 42/82] imap: start doing iterative config reloading
` [PATCH 43/82] imap: require ".$UID_MIN-$UID_END" suffix
` [PATCH 44/82] imapd: ensure LIST is sorted alphabetically, for now
` [PATCH 45/82] imap: omit $UID_END from mailbox name, use index
` [PATCH 46/82] t/config.t: always compare against git bool behavior
` [PATCH 47/82] xt/*: show some tunable parameters
` [PATCH 48/82] imap: STATUS and LIST are case-insensitive, too
` [PATCH 49/82] imap: EXAMINE/STATUS: return correct counts
` [PATCH 50/82] imap: avoid uninitialized warnings on incomplete commands
` [PATCH 51/82] imap: start parsing out queries for SQLite and Xapian
` [PATCH 52/82] imap: SEARCH: clamp results to the 50K UID range
` [PATCH 53/82] imap: allow UID range search on timestamps
` [PATCH 54/82] over: get_art: use dbh->prepare_cached
` [PATCH 55/82] search: index byte size of a message for IMAP search
` [PATCH 56/82] search: index UID for IMAP search, too
` [PATCH 57/82] imap: remove dummies from sequence number FETCH
` [PATCH 58/82] imap: compile UID FETCH to opcodes
` [PATCH 59/82] imap: UID FETCH: optimize for smsg-only case
` [PATCH 60/82] imap: UID FETCH: optimize (UID FLAGS) harder
` [PATCH 61/82] imap: IDLE: avoid extraneous wakeups, keep-alive
` [PATCH 62/82] imap: 30 minute auto-logout timer
` [PATCH 63/82] imap: split ->logged_in attribute into a separate class
` [PATCH 64/82] searchidx: v1 (re)-index uses git asynchronously
` [PATCH 65/82] index: account for CRLF conversion when storing bytes
` [PATCH 66/82] imap: rely on smsg->{bytes} for RFC822.SIZE
` [PATCH 67/82] imap: UID FETCH requires at least one data item
` [PATCH 68/82] imap: LIST shows "INBOX" in all caps
` [PATCH 69/82] imap: support 8000 octet lines
` [PATCH 70/82] imap: reinstate some message sequence number support
` [PATCH 71/82] imap: cleanup ->{uid_base} usage
` [PATCH 72/82] imap: FETCH: more granular CRLF conversion
` [PATCH 73/82] imap: further speed up HEADER.FIELDS FETCH requests
` [PATCH 74/82] imap: FETCH: try to make fake MSNs sequentially
` [PATCH 75/82] imap: STATUS/EXAMINE: rely on SQLite overview
` [PATCH 76/82] imap: UID SEARCH: support multiple ranges
` [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).