user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2017-06-23 00:48:44 to 2018-03-14 07:11:35 UTC [more...]

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

[BUG] public-inbox-httpd: messages without subject are not viewable
 2018-03-11  9:19 UTC 

public-inbox-httpd feature request: sort oldest-first
 2018-03-11  9:17 UTC 

[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

Relationship between public-inbox and ssoma?
 2018-03-05 18:06 UTC  (5+ messages)

[PATCH v2 0/21] UI bits and v2 import fixes
 2018-03-01 23:40 UTC  (23+ messages)
` [PATCH 01/21] v2writable: warn on duplicate Message-IDs
` [PATCH 02/21] v2/ui: some hacky things to get the PSGI UI to show up
` [PATCH 03/21] v2/ui: retry DB reopens in a few more places
` [PATCH 04/21] v2writable: cleanup unused pipes in partitions
` [PATCH 05/21] searchidxpart: binmode
` [PATCH 06/21] use PublicInbox::MIME consistently
` [PATCH 07/21] searchidxpart: chomp line before splitting
` [PATCH 08/21] searchidx*: name child subprocesses
` [PATCH 09/21] searchidx: get rid of pointless index_blob wrapper
` [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 

[PATCH] searchidx: do not modify Xapian DB while iterating
 2018-02-27 22:13 UTC 

[WIP PATCH 0/12] v2: git repo rotation + parallel Xapian indexing
 2018-02-23  1:22 UTC  (14+ messages)
` [PATCH 01/12] import: allow the epoch (0s) as a valid time
` [PATCH 02/12] extmsg: fix broken Xapian MID lookup
` [PATCH 03/12] search: stop assuming Message-ID is unique
` [PATCH 04/12] www: stop assuming mainrepo == git_dir
` [PATCH 05/12] v2writable: initial cut for repo-rotation
` [PATCH 06/12] git: reload alternates file on missing blob
` [PATCH 07/12] v2: support Xapian + SQLite indexing
` [PATCH 08/12] import_vger_from_inbox: allow "-V" option
` [PATCH 09/12] import_vger_from_mbox: use PublicInbox::MIME and avoid clobbering
` [PATCH 10/12] v2: parallelize Xapian indexing
` [PATCH 11/12] v2writable: round-robin to partitions based on article number
` [PATCH 12/12] searchidxpart: increase pipe size for partitions

SQLite, UPDATE, and LIMIT
 2018-02-22 23:33 UTC  (4+ messages)

[v2] introduction of content_id
 2018-02-22 21:12 UTC  (4+ messages)

[v2] one file to rule them all?
 2018-02-22 21:08 UTC  (21+ messages)
  ` [WIP 0/17] initial v2 work based on one-file tree
    ` [WIP 01/17] AUTHORS: add The Linux Foundation
    ` [WIP 02/17] watch_maildir: allow '-' in mail filename
    ` [WIP 03/17] scripts/import_vger_from_mbox: relax From_ line match slightly
    ` [WIP 04/17] import: stop writing legacy ssoma.index by default
    ` [WIP 05/17] import: begin supporting this without ssoma.lock
    ` [WIP 06/17] import: initial handling for v2
    ` [WIP 07/17] t/import: test for last_object_id insertion
    ` [WIP 08/17] content_id: add test case
    ` [WIP 09/17] searchmsg: add mid_mime import for _extract_mid
    ` [WIP 10/17] scripts/import_vger_from_mbox: support --dry-run option
    ` [WIP 11/17] import: APIs to support v2 use
    ` [WIP 12/17] search: free up 'Q' prefix for a real unique identifier
    ` [WIP 13/17] searchidx: fix comment around next_thread_id
    ` [WIP 14/17] address: extract more characters from email addresses
    ` [WIP 15/17] import: pass "raw" dates to git-fast-import(1)
    ` [WIP 16/17] scripts/import_vger_from_mbox: use v2 layout for import
    ` [WIP 17/17] import: quiet down warnings from bogus From: lines

[PATCH] TODO: notes about v2 format for giant archives
 2018-02-08 17:08 UTC  (4+ messages)

notes on v2 import development
 2018-02-08  3:58 UTC 

[ANNOUNCE] public-inbox 1.0.0
 2018-02-08  2:33 UTC 

[PATCH] add AUTHORS file
 2018-02-07 21:17 UTC 

[PUSHED] update copyrights for 2018
 2018-02-07 21:15 UTC 

[PATCH] view: allow expanding directly to "nested" view
 2018-02-03  2:55 UTC 

[PATCH] view: close <pre> in reply instructions
 2018-01-30 18:20 UTC 

[PATCH] reply: follow obfuscation rules for HTML in sh args
 2018-01-29 13:09 UTC 

[PATCH] view: adjust wording for reply-to-list configs
 2018-01-29 11:49 UTC 

[PATCH] atom: show metadata before message body
 2018-01-26 22:03 UTC 

[PATCH] doc/design_www: adjust some wording and URLs around CSS
 2018-01-25  6:32 UTC 

[PATCH] hval: only allow domain obfuscation in address
 2018-01-16  5:08 UTC 

Has anyone tried importing lkml?
 2018-01-15 21:03 UTC  (8+ messages)

[PATCH] view: avoid deduping a single word in subject skeletons
 2017-12-21  1:00 UTC 

[PATCH] searchview: nofollow on mbox downloads
 2017-12-08 21:01 UTC  (2+ messages)
` [PATCH] search: force large mbox result downloads to POST

[PATCH] search: allow downloading search results as mbox
 2017-12-01  8:59 UTC 

[PATCH] view: avoid warning from negative repeat counts
 2017-11-29  9:30 UTC 

[PATCH] view: s/threaded/nested/ in view
 2017-11-29  9:27 UTC  (2+ messages)
` [PATCH] searchview: s/threaded/nested/

[PATCH] hold lock while extracting
 2017-11-29  1:52 UTC 

[PATCH] learn: use "spam" as subject for removal commits
 2017-11-16 20:45 UTC  (3+ messages)
` [PATCH 1/2] learn: use "spam" as subject for removal commits (part #2)
  ` [PATCH 2/2] watch: use "spam" in commit message for removals

[PATCH] mbox: support inline filename via Content-Disposition header
 2017-10-04 22:54 UTC 

[PATCH] search: try to fill in ghosts when generating thread skeleton
 2017-10-03 19:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] threading: deal with improperly-terminated References headers
 2017-10-02 22:19 UTC 

Nonlinear history?
 2017-08-23 20:06 UTC  (5+ messages)

[PATCH] www: Atom stream respects timezone
 2017-07-13 22:48 UTC 

[PATCH] doc: add ruby-dev mirror to the list of hosted mirrors
 2017-07-02 21:45 UTC 

ruby-dev (Japanese) list archive mirror
 2017-07-02 21:36 UTC 

[PATCH] doc: add a list of hosted archives for external projects
 2017-06-30 18:49 UTC 

[PATCH] view: cull redundant phrases in subjects
 2017-06-29 21:49 UTC 

Fwd: [ANNOUNCE] public-inbox.org mirrors of sox-devel and sox-users
 2017-06-29  8:53 UTC 

[PATCH] scripts/import_maildir: rewrite to use Import
 2017-06-29  7:15 UTC 

[ANN] public-inbox.org/rack-devel mirror available
 2017-06-29  0:40 UTC 

[PATCH] hval: only perform one substitution when obfuscating
 2017-06-29  0:13 UTC 

libreplanet-discuss mirror on public-inbox.org
 2017-06-26 21:12 UTC 

[PATCH] msgmap: reduce constant usage
 2017-06-26 18:14 UTC 

[PATCH] watch: avoid potential race condition while quitting
 2017-06-26 17:45 UTC 

[PATCH] tests: deal with the removal of '.' from @INC in newer Perl
 2017-06-26  4:34 UTC 

[PATCH 0/5] watch: various bugfixes and fairness improvements
 2017-06-26  4:01 UTC  (7+ messages)
` [PATCH 1/5] watch: ensure HUP causes the scanner to be reloaded
` [PATCH 2/5] spamc: retry on EINTR
` [PATCH 3/5] watch: improve fairness during full rescans
` [PATCH 4/5] watch: use "self-inotify-tempfile trick" for quit
` [PATCH 5/5] watch: commit changes to fast-import sooner

[PATCH] mda: set List-ID correctly according to RFC2919
 2017-06-26  3:07 UTC 

[PATCH] linkify: handle URLs in parenthesized statements
 2017-06-23 22:47 UTC 

[PATCH 0/2] selective obfuscation
 2017-06-23 22:34 UTC  (3+ messages)
` [PATCH 1/2] config: assume lists have multiple addresses
` [PATCH 2/2] allow admins to configure non-obfuscated addresses/domains

[PATCH] view: implement optional address obfuscation
 2017-06-23  9:54 UTC  (4+ messages)
` [PATCH] reply: handle address obfuscation :<
  ` [PATCH 3/1] mbox: show application/mbox for obfuscated inboxes
  ` [PATCH 4/1] view: add newline before mailto: instructions in reply

[ANN] ruby-core archive mirror [was: mirroring ruby-core archives off blade.nagaokaut.ac.jp]
 2017-06-23  3:27 UTC 

[PATCH] searchidx: fallback to lookup on pre-set article numbers
 2017-06-23  1:46 UTC 

[PATCH] msgmap: mid_insert ignores duplicates instead of die-ing
 2017-06-23  1:21 UTC  (2+ messages)
` [PATCH 2/1] msgmap: ignore duplicates instead of dying

[PATCH] watchmaildir: deal with rejected (100) messages
 2017-06-23  0:48 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).