user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2018-02-28 23:42:08 to 2018-04-02 00:04:58 UTC [more...]

[PATCH 0/5] v2: drop Xapian skeleton for SQLite overview DB
 2018-04-02  0:04 UTC  (6+ messages)
` [PATCH 1/5] replace Xapian skeleton with "
` [PATCH 2/5] v2writable: simplify barrier vs checkpoints
` [PATCH 3/5] t/over: test empty Subject: line matching
` [PATCH 4/5] www: rework query responses to avoid COUNT in SQLite
` [PATCH 5/5] over: speedup get_thread by avoiding JOIN

[PATCH] search: reduce columns stored in Xapian
 2018-04-01 23:31 UTC 

[PATCH] scripts/import_vger_from_mbox: set address properly
 2018-04-01 23:24 UTC 

[PATCH] search: reduce columns stored in Xapian
 2018-04-01 23:23 UTC 

[PATCH] truncate Message-IDs and References consistently
 2018-04-01 23:23 UTC 

[PATCH] v2writable: fix parallel termination
 2018-04-01 23:23 UTC 

[PATCH v2]
 2018-04-01 23:22 UTC  (3+ messages)
` [PATCH v2] Allow specification of the number of search results to return
  ` [PATCH] searchview: fix non-numeric comparison

[PATCH] v2: one file, really
 2018-04-01 23:15 UTC 

[PATCH] searchidx: correct warning for over-vivification
 2018-03-30 20:55 UTC 

[PATCH 0/4] v2 permissions
 2018-03-30 20:53 UTC  (5+ messages)
` [PATCH 1/4] convert: avoid redundant "done\n" statement for fast-import
` [PATCH 2/4] search: move permissions handling to InboxWritable
` [PATCH 3/4] t/v2writable: use simplify permissions reading
` [PATCH 4/4] v2: respect core.sharedRepository in git configs

[PATCH 0/9] minor tweaks and fixes
 2018-03-30  1:20 UTC  (10+ messages)
` [PATCH 1/9] search: warn on reopens and die on total failure
` [PATCH 2/9] v2writable: allow gaps in git partitions
` [PATCH 3/9] v2writable: convert some fatal reindex errors to warnings
` [PATCH 4/9] wwwstream: flesh out clone instructions for v2
` [PATCH 5/9] v2writable: go backwards through alternate Message-IDs
` [PATCH 6/9] view: speed up homepage loading time with date clamp
` [PATCH 7/9] view: drop load_results
` [PATCH 8/9] msgtime: parse 3-digit years properly
` [PATCH 9/9] feed: optimize query for feeds, too

[PATCH 0/4] tooling updates for v2
 2018-03-29 20:17 UTC  (5+ messages)
` [PATCH 1/4] import: run_die supports redirects as spawn does
` [PATCH 2/4] v2writable: initializing an existing inbox is idempotent
` [PATCH 3/4] public-inbox-compact: new tool for driving xapian-compact
` [PATCH 4/4] mda: support v2 inboxes

[PATCH] search: retry_reopen on first_smsg_by_mid
 2018-03-29 19:14 UTC 

[PATCH 00/14] purging support, v1 conversions, cleanups + more
 2018-03-29 10:28 UTC  (15+ messages)
` [PATCH 01/14] www: remove unnecessary ghost checks
` [PATCH 02/14] v2writable: append, instead of prepending generated Message-ID
` [PATCH 03/14] lookup by Message-ID favors the "primary" one
` [PATCH 04/14] www: fix attachment downloads for conflicted Message-IDs
` [PATCH 05/14] searchmsg: document why we store To: and Cc: for NNTP
` [PATCH 06/14] public-inbox-convert: tool for converting old to new inboxes
` [PATCH 07/14] v2writable: support purging messages from git entirely
` [PATCH 08/14] search: cleanup uniqueness checking
` [PATCH 09/14] search: get rid of most lookup_* subroutines
` [PATCH 10/14] search: move find_doc_ids to searchidx
` [PATCH 11/14] v2writable: cleanup: get rid of unused fields
` [PATCH 12/14] mbox: avoid extracting Message-ID for linkification
` [PATCH 13/14] www: cleanup expensive fallback for legacy URLs
` [PATCH 14/14] view: get rid of some unnecessary imports

[PATCH] Allow specification of the number of search results to return
 2018-03-28 21:40 UTC  (4+ messages)

[PATCH 0/3] http cloning for v2 + bugfixes
 2018-03-27 21:27 UTC  (4+ messages)
` [PATCH 1/3] http: fix modification of read-only value
` [PATCH 2/3] githttpbackend: avoid infinite loop on generic PSGI servers
` [PATCH 3/3] www: support cloning individual v2 git partitions

[PATCH] Don't send people to mid.gmane.org
 2018-03-27 16:50 UTC  (4+ messages)

[PATCH 00/11] duplicate support in UI + tests
 2018-03-27 11:11 UTC  (12+ messages)
` [PATCH 01/11] import: consolidate mid prepend logic, here
` [PATCH 02/11] www: $MESSAGE_ID/raw endpoint supports "duplicates"
` [PATCH 03/11] search: reopen DB if each_smsg_by_mid fails
` [PATCH 04/11] t/psgi_v2: minimal test for Atom feed and t.mbox.gz
` [PATCH 05/11] feed: fix new.html for v2
` [PATCH 06/11] view: permalink (per-message) view shows multiple messages
` [PATCH 07/11] searchidx: warn about vivifying multiple ghosts
` [PATCH 08/11] v2writable: warn on unseen deleted files
` [PATCH 09/11] www: get rid of unnecessary 'inbox' name reference
` [PATCH 10/11] searchview: remove unnecessary imports from MID module
` [PATCH 11/11] view: depend on SearchMsg for Message-ID

[PATCH 00/13] reindexing, feeds, date fixes
 2018-03-26 20:08 UTC  (15+ messages)
` [PATCH 01/13] content_id: do not take Message-Id into account
` [PATCH 02/13] introduce InboxWritable class
` [PATCH 03/13] import: discard all the same headers as MDA
` [PATCH 04/13] InboxWritable: add mbox/maildir parsing + import logic
` [PATCH 05/13] use both Date: and Received: times
` [PATCH 06/13] msgmap: add tmp_clone to create an anonymous copy
` [PATCH 07/13] fix syntax warnings
` [PATCH 08/13] v2writable: support reindexing Xapian
` [PATCH 09/13] t/altid.t: extra tests for mid_set
` [PATCH 10/13] v2writable: add NNTP article number regeneration support
` [PATCH 11/13] v2writable: clarify header cleanups
` [PATCH 12/13] v2writable: DEBUG_DIFF respects $TMPDIR
` [PATCH 13/13] feed: $INBOX/new.atom endpoint supports v2 inboxes

[PATCH 00/27] v2 public-inbox-watch support
 2018-03-19  8:18 UTC  (29+ messages)
` [PATCH 01/27] content_id: use Sender header if From is not available
` [PATCH 02/27] v2writable: support "barrier" operation to avoid reforking
` [PATCH 03/27] use string ref for Email::Simple->new
` [PATCH 04/27] v2writable: remove unnecessary idx_init call
` [PATCH 05/27] searchidx: do not delete documents while iterating
` [PATCH 06/27] search: allow ->reopen to be chainable
` [PATCH 07/27] v2writable: implement remove correctly
` [PATCH 08/27] skeleton: barrier init requires a lock
` [PATCH 09/27] import: (v2) delete writes the blob into history in subdir
` [PATCH 10/27] import: (v2): write deletes to a separate '_' subdirectory
` [PATCH 11/27] import: implement barrier operation for v1 repos
` [PATCH 12/27] mid: mid_mime uses v2-compatible mids function
` [PATCH 13/27] watchmaildir: use content_digest to generate Message-Id
` [PATCH 14/27] import: force Message-ID generation for v1 here
` [PATCH 15/27] import: switch to URL-safe Base64 for Message-IDs
` [PATCH 16/27] v2writable: test for idempotent removals
` [PATCH 17/27] import: enable locking under v2
` [PATCH 18/27] index: s/GIT_DIR/REPO_DIR/
` [PATCH 19/27] Lock: new base class for writable lockers
` [PATCH 20/27] t/watch_maildir: note the reason for FIFO creation
` [PATCH 21/27] v2writable: ensure ->done is idempotent
` [PATCH 22/27] watchmaildir: support v2 repositories
` [PATCH 23/27] searchidxpart: s/barrier/remote_barrier/
` [PATCH 24/27] v2writable: allow disabling parallelization
` [PATCH 25/27] scripts/import_vger_from_mbox: filter out same headers as MDA
` [PATCH 26/27] v2writable: add DEBUG_DIFF env support
` [PATCH 27/27] v2writable: remove "resent" message for duplicate Message-IDs
  ` SQUASH: "

[PATCH] extmsg: rework partial MID matching to favor current inbox
 2018-03-19  7:51 UTC 

Relationship between public-inbox and ssoma?
 2018-03-19  7:43 UTC  (12+ messages)
        ` watch performance [was: Relationship between public-inbox and ssoma?]
  ` internal format (was: Relationship between public-inbox and ssoma?)
      ` internal format

[BUG] public-inbox-httpd: messages without subject are not viewable
 2018-03-14 10:04 UTC  (3+ messages)

public-inbox-httpd feature request: sort oldest-first
 2018-03-14 10:03 UTC  (3+ messages)

[PATCH v2] Update the installation instructions with Fedora package names
 2018-03-14  7:11 UTC  (2+ messages)

inbox.comp.version-control.git just stopped working
 2018-03-12  5:03 UTC  (6+ messages)

[PATCH] Update the installation instructions with Fedora package names
 2018-03-11 16:48 UTC  (3+ messages)

[RFC] nntp: do not drain rbuf if there is a command pending
 2018-03-07 19:08 UTC 

[RFC] nntp: improve fairness during XOVER and similar commands
 2018-03-07  9:52 UTC 

[v2 PATCH 00/34] duplicate handling, smaller Xapian DBs, date fixes
 2018-03-06  8:53 UTC  (36+ messages)
` [PATCH 01/34] v2writable: delete ::Import obj when ->done
` [PATCH 02/34] search: remove informational "warning" message
` [PATCH 03/34] searchidx: add PID to error message when die-ing
` [PATCH 04/34] content_id: special treatment for Message-Id headers
` [PATCH 05/34] evcleanup: disable outside of daemon
` [PATCH 06/34] v2writable: deduplicate detection on add
` [PATCH 07/34] evcleanup: do not create event loop if nothing was registered
` [PATCH 08/34] mid: add `mids' and `references' methods for extraction
` [PATCH 09/34] content_id: use `mids' and `references' for MID extraction
` [PATCH 10/34] searchidx: use new `references' method for parsing References
` [PATCH 11/34] content_id: no need to be human-friendly
` [PATCH 12/34] v2writable: inject new Message-IDs on true duplicates
` [PATCH 13/34] search: revert to using 'Q' as a uniQue id per-Xapian conventions
` [PATCH 14/34] searchidx: support indexing multiple MIDs
` [PATCH 15/34] mid: be strict with References, but loose on Message-Id
` [PATCH 16/34] searchidx: avoid excessive XNQ indexing with diffs
` [PATCH 17/34] searchidxskeleton: add a note about locking
` [PATCH 18/34] v2writable: generated Message-ID goes first
` [PATCH 19/34] searchidx: use add_boolean_term for internal terms
` [PATCH 20/34] searchidx: add NNTP article number as a searchable term
` [PATCH 21/34] mid: truncate excessively long MIDs early
` [PATCH 22/34] nntp: use NNTP article numbers for lookups
` [PATCH 23/34] nntp: fix NEWNEWS command
` [PATCH 24/34] searchidx: store the primary MID in doc data for NNTP
` [PATCH 25/34] import: consolidate object info for v2 imports
` [PATCH 26/34] v2: avoid redundant/repeated configs for git partition repos
` [PATCH 27/34] INSTALL: document more optional dependencies
` [PATCH 28/34] search: favor skeleton DB for lookup_mail
` [PATCH 29/34] search: each_smsg_by_mid uses skeleton if available
` [PATCH 30/34] v2writable: remove unnecessary skeleton commit
` [PATCH 31/34] favor Received: date over Date: header globally
` [PATCH 32/34] import: fall back to Sender for extracting name and email
` [PATCH 33/34] scripts/import_vger_from_mbox: perform mboxrd or mboxo escaping
` [PATCH 34/34] v2writable: detect and use previous partition count

[PATCH v2 0/21] UI bits and v2 import fixes
 2018-03-01 23:40 UTC  (14+ messages)
` [PATCH 10/21] view: remove X-PI-TS reference
` [PATCH 11/21] searchidxthread: load doc data for references
` [PATCH 12/21] searchidxpart: force integers into add_message
` [PATCH 13/21] search: reopen skeleton DB as well
` [PATCH 14/21] searchidx: index values in the threader
` [PATCH 15/21] search: use different Enquire object for skeleton queries
` [PATCH 16/21] rename SearchIdxThread to SearchIdxSkeleton
` [PATCH 17/21] v2writable: commit to skeleton via remote partitions
` [PATCH 18/21] searchidxskeleton: extra error checking
` [PATCH 19/21] searchidx: do not modify Xapian DB while iterating
` [PATCH 20/21] search: query_xover uses skeleton DB iff available
` [PATCH 21/21] v2/ui: get nntpd and init tests running on v2

multiple Message-ID headers in messages
 2018-03-01 17:55 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).