user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-01-25 04:45:12 to 2020-03-30 18:30:09 UTC [more...]

[PATCH 0/2] viewvcs: fix streaming large blobs
 2020-03-30 18:30 UTC 

[PATCH] wwwstream::oneshot => html_oneshot
 2020-03-30  5:18 UTC 

[PATCH] t/filter_rubylang.t: avoid warning for non-word prefix
 2020-03-29 19:32 UTC 

[PATCH] config: Honor gitconfig includes
 2020-03-29 17:53 UTC  (2+ messages)

[PATCH 0/2] index: support --compact / -c
 2020-03-28  0:56 UTC  (3+ messages)
` [PATCH 1/2] searchidxshard: ensure we set indexlevel on shard[0]
` [PATCH 2/2] index: support --compact / -c on command-line

[PATCH 0/3] wwwaltid: add pointers for usability
 2020-03-26  8:21 UTC  (4+ messages)
` [PATCH 1/3] inbox: altid_map becomes a method
` [PATCH 2/3] wwwtext: show altid instructions in config
` [PATCH 3/3] wwwaltid: inform users to use POST instead of GET

[PATCH 0/2] daemon: SIGUSR2 fixes
 2020-03-24  7:24 UTC  (4+ messages)
` [PATCH 1/2] daemon: fix SIGUSR2 upgrade with -W0 (no workers)
  ` [PATCH 3/2 (squash)] t/httpd-unix: fix race in SIGUSR2 test
` [PATCH 2/2] daemon: unlink .oldbin PID file correctly

p-i Gentoo package
 2020-03-23  0:30 UTC  (2+ messages)

[PATCH] t/msgtime: skip test if timezone isn't UTC
 2020-03-21  6:22 UTC 

[PATCH 0/6] daemon: reduce fragmentation via preload
 2020-03-21  5:24 UTC  (11+ messages)
` [PATCH 1/6] www: update ->preload for newer modules
` [PATCH 2/6] wwwlisting: favor "use" over require
` [PATCH 3/6] wwwlisting: avoid lazy loading JSON module
  ` [PATCH 0/2] wwwlisting: fixup warnings :x
    ` [PATCH 1/2] wwwlisting: use first successfully loaded JSON module
    ` [PATCH 2/2] t/www_listing: avoid 'once' warnings
      ` [PATCH v2] "
` [PATCH 4/6] www: avoid `state' usage to perform allocations up-front
` [PATCH 5/6] daemon: do more immortal allocations up front
` [PATCH 6/6] viewdiff: favor `qr' to precompile regexps

[PATCH 00/11] www: export SQLite altid dumps
 2020-03-21  2:03 UTC  (12+ messages)
` [PATCH 01/11] qspawn: reinstate filter support, add gzip filter
` [PATCH 02/11] gzipfilter: lazy allocate the deflate context
` [PATCH 03/11] wwwstream: introduce oneshot API to avoid ->getline
` [PATCH 04/11] extmsg: use WwwResponse::oneshot
` [PATCH 05/11] wwwstream: oneshot sets content-length
` [PATCH 06/11] mbox: need_gzip uses WwwStream::oneshot
` [PATCH 07/11] qspawn: handle ENOENT (and other errors on exec)
` [PATCH 08/11] search: clobber -user_pfx on query parser initialization
` [PATCH 09/11] wwwtext: show thread endpoint w/ indexlevel=basic
` [PATCH 10/11] altid: warn about non-word prefixes
` [PATCH 11/11] www: add endpoint to retrieve altid dumps

[PATCH] index: use git commit times on missing Date/Received
 2020-03-20  8:18 UTC  (12+ messages)
  ` [PATCH 0/9] preserve time and date of initial commit
    ` [PATCH 1/9] index: use git commit times on missing Date/Received
    ` [PATCH 2/9] v2writable: preserve timestamps from import
    ` [PATCH 3/9] rename PublicInbox::SearchMsg => PublicInbox::Smsg
    ` [PATCH 4/9] smsg: to_doc_data: use existing fields
    ` [PATCH 5/9] overidx: parse_references: less error-prone args
    ` [PATCH 6/9] *idx: pass $smsg in more places instead of many args
    ` [PATCH 7/9] v2: pass smsg in more places
    ` [PATCH 8/9] *idx: pass smsg in even "
    ` [PATCH 9/9] v2: SDBM-based multi Message-ID queue

up and running, integrated with exim4 mta
 2020-03-20  1:18 UTC  (4+ messages)

[PATCH] examples/*.psgi: add examples for -httpd
 2020-03-19 23:55 UTC 

How to force stricter threading
 2020-03-19 18:45 UTC  (5+ messages)

[PATCH] doc: standards: add references to RFC 5322 (and RFC 822)
 2020-03-19  7:51 UTC 

[PATCH] http: fix RFC conformance w.r.t. message length
 2020-03-17  6:52 UTC 

inbox indexing wishlist [was: [TOPIC 16/17] “I want a reviewer”]
 2020-03-15  0:36 UTC 

setting up mailman-to-atom-converter then atom-to-public-inbox
 2020-03-11 12:47 UTC  (12+ messages)
  ` setting up mailman2 and public-inbox

[PATCH] daemon: remove unused $parent_pipe variable
 2020-03-07 12:15 UTC 

[PATCH] searchmsg: allow lines (and bytes) to be zero
 2020-03-07 10:57 UTC 

[PATCH] git: remove POSIX::dup2 import
 2020-03-03 10:11 UTC 

[PATCH] spawn: correctly handle error code
 2020-03-03  9:50 UTC 

[PATCH] INSTALL: refer to the proper Debian version
 2020-03-03  5:10 UTC 

Two small issues when importing old archives
 2020-03-01 23:31 UTC  (5+ messages)
` [RFC] msgtime: do not require tz offset with Date::Parse fallback
  ` [pushed] msgtime: assume +0000 if TZ missing when using Date::Parse
` weird From: lines [was: Two small issues when importing old archives]
  ` [PATCH] import: drop '<' and '>' characters in addresses

[PATCH] INSTALL: update for 1.3.0+, clarify IO::Compress
 2020-02-27 22:11 UTC 

[PATCH] doc: design_www: document offline friendliness
 2020-02-27 13:34 UTC 

[PATCH] searchview: improve naming and simplify hash override
 2020-02-26  0:44 UTC 

[PATCH] doc: 1.4.0 release notes update
 2020-02-25 22:57 UTC 

[PATCH 0/2] v2writable: reduce smsg->{mime} impact
 2020-02-24  8:08 UTC  (4+ messages)
` [PATCH 1/2] v2writable: make remove return-compatible w/ Import::remove
` [PATCH 2/2] v2writable: lookup_content => content_exists
` [PATCH] "

[PATCH 0/3] avoid redundant CRLF handling
 2020-02-24  7:33 UTC  (4+ messages)
` [PATCH 1/3] hval: ascii_html: drop CRLF => LF conversion
` [PATCH 2/3] viewdiff: remove optional CR handling
` [PATCH 3/3] examples/nginx_proxy: convert CRLF to LF

[PATCH 0/2] import_vger_from_mbox improvements
 2020-02-24  0:17 UTC  (3+ messages)
` [PATCH 1/2] import_vger_from_mbox: drop redundant "use" statements
` [PATCH 2/2] import_vger_from_mbox: add --filter parameter

[PATCH] searchview: set obfuscation inbox properly
 2020-02-23 22:47 UTC 

[PATCH] doc: improve wording of "inbox" vs "repository"
 2020-02-23 22:43 UTC  (4+ messages)
` [PATCH 2/1] INSTALL: s/repositories/inboxes/

[PATCH] doc: technical: document data structures
 2020-02-23 12:27 UTC 

[PATCH] view: shorten life of MIME object for permalink
 2020-02-17 23:02 UTC  (2+ messages)

[PATCH] doc: design_www: document solver endpoint
 2020-02-16 10:24 UTC 

[PATCH] viewdiff: do not generate "a=" parameter if "b=" matches
 2020-02-16 10:07 UTC 

[PATCH 0/8] some view cleanups and minor bugfixes
 2020-02-15  9:46 UTC  (9+ messages)
` [PATCH 1/8] view: remove mhref arg from multipart_text_as_html
` [PATCH 2/8] view: single id="t" for multi-Subject messages
` [PATCH 3/8] view: dump_topics: better naming of top Subject
` [PATCH 4/8] view: cleanup topic accumulation and dumping
` [PATCH 5/8] view,searchview: avoid smsg method calls when using SQLite/Xapian
` [PATCH 6/8] view: escape Subject HTML directly
` [PATCH 7/8] view: escape ampersand in Message-IDs
` [PATCH 8/8] view: remove last Hval->new caller

[PATCH] t/msg_iter: test for X-UNKNOWN charset from Alpine
 2020-02-14  7:05 UTC 

[ANNOUNCE] public-inbox 1.3.0
 2020-02-10  5:52 UTC 

[PATCH] convert: preserve indexlevel on conversions
 2020-02-08 18:30 UTC  (2+ messages)
` [PATCH 2/1] t/multi-mid: skip properly w/o DBD::SQLite

Attestation signatures in a separate ref
 2020-02-08  0:49 UTC  (2+ messages)

[PATCH 0/3] some more pre-release updates
 2020-02-07  8:31 UTC  (4+ messages)
` [PATCH 1/3] doc: update copyright for standards.perl
` [PATCH 2/3] doc: mark some TODO items as done
` [PATCH 3/3] doc: more 1.3.0 release notes updates

[PATCH] tests: switch to XML::TreePP for testing Atom feeds
 2020-02-06 20:59 UTC 

[PUSHED] run update-copyrights from gnulib for 2019
 2020-02-06 19:17 UTC  (2+ messages)
` [PUSHED] run update-copyrights from gnulib for 2020

[PATCH] t/multi-mid: don't access ~/.public-inbox/config
 2020-02-06  9:18 UTC 

[PATCH] syscall: support Linux x32 ABI
 2020-02-06  8:49 UTC 

[PATCH 0/4] doc: data flow graph and doc linkification
 2020-02-06  4:03 UTC  (5+ messages)
` [PATCH 1/4] doc: add data flow diagram using Graph::Easy
` [PATCH 2/4] doc: remove .x/ subdirectory for Xapian manpages
` [PATCH 3/4] doc: txt2pre: auto-linkify manpage references
` [PATCH 4/4] doc: v1: add a reference to git-filter-repo(1), too

[PATCH] doc: recommend -compact after --reindex
 2020-02-04 21:44 UTC 

[PATCH] doc: spellling fixes for manpages
 2020-02-04 11:15 UTC 

[PATCH 0/5] a few more minor fixups
 2020-02-04  4:44 UTC  (6+ messages)
` [PATCH 1/5] www: stricter regexp for 405 errors
` [PATCH 2/5] www: serve $INBOX_DIR/description as $INBOX_URL/description
` [PATCH 3/5] inbox: simplify ->description and ->cloneurl
` [PATCH 4/5] inbox: remove TODO item for msg_by_path
` [PATCH 5/5] over: simplify read-only vs read-write checking

[PATCH] spawn: actually die on (vfork|fork) failures
 2020-02-02 17:51 UTC 

[PATCH 0/9] convert: more fixes and tests
 2020-02-02  6:52 UTC  (10+ messages)
` [PATCH 1/9] t/multi-mid.t: extra test for -convert highwater mark
` [PATCH 2/9] v2writable: nproc_shards: subtract 1 from given value
` [PATCH 3/9] v2writable: do not clobber {shards} or {parallel} if unset
` [PATCH 4/9] convert: remove unused variables capturing :from
` [PATCH 5/9] searchidxshard: rely on autoflush instead of ->flush
` [PATCH 6/9] convert: shift @ARGV explicitly
` [PATCH 7/9] convert: fix --no-index switch
` [PATCH 8/9] doc: -convert: document switches
` [PATCH 9/9] v2writable: more ways to detect online CPU count

[PATCH 0/4] flesh out multi-URL support
 2020-02-01  9:12 UTC  (5+ messages)
` [PATCH 1/4] wwwtext: show multiple infourl values properly
` [PATCH 2/4] wwwtext: give "url" examples in sample config
` [PATCH 3/4] solver: join multiple URLs with "||"
` [PATCH 4/4] config: assume multiple cgit URLs, too

[PATCH] doc: more 1.3.0 release notes updates
 2020-01-31 23:45 UTC 

[PATCH 0/2] subject-free tests and updates
 2020-01-30  9:19 UTC  (3+ messages)
` [PATCH 1/2] t/psgi_search: test for subject-free messages
` [PATCH 2/2] mboxgz: ensure gzipped mboxes always have filenames

[PATCH] convert: preserve highwater mark from v1 msgmap
 2020-01-30  7:51 UTC 

[PATCH] INSTALL: fix Linux::Inotify2 package name
 2020-01-28  2:23 UTC 

Xapian::DB_NO_SYNC option?
 2020-01-27  9:46 UTC 

[PATCH] v2writable: newest epochs go first in alternates
 2020-01-26 23:41 UTC 

[PATCH 0/4] Perl 5.10.1 compatibility fixes
 2020-01-26 10:29 UTC  (5+ messages)
` [PATCH 1/4] daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
` [PATCH 2/4] avoid relying on IO::Handle/IO::File autoload
` [PATCH 3/4] t/hl_mod: document IO::Handle for autoflush
` [PATCH 4/4] t/v2reindex.t: 5.10.1 glob compatibility

[PATCH 0/3] writing/admin code cleanups lock fix
 2020-01-26  1:17 UTC  (4+ messages)
` [PATCH 1/3] inbox: add ->version method
` [PATCH 2/3] search: {version} => {ibx_ver}
` [PATCH 3/3] xapcmd: increase scope of lock

[PATCH] switch to sysseek + sysread for serving static files
 2020-01-25 20:57 UTC 

[PATCH 0/4] -httpd static file improvements
 2020-01-25 19:34 UTC  (4+ messages)
` [PATCH 4/4] wwwstatic: wire up buffer bypass for -httpd

[PATCH] s/news.gmane.org/news.gmane.io/
 2020-01-25  8:59 UTC 

[PATCH 00/22] HTML display cleanups, fixes, speedups
 2020-01-25  4:45 UTC  (14+ messages)
` [PATCH 10/22] t/plack.t: modernize and unindent
` [PATCH 11/22] init: use Import::run_die instead of system()
` [PATCH 12/22] tests: move the majority of t/view.t into t/plack.t
` [PATCH 13/22] xt/perf-msgview: switch to multipart_text_as_html
` [PATCH 14/22] view: inline and eliminate msg_html
` [PATCH 15/22] linkify: compile $LINK_RE once
` [PATCH 16/22] linkify: move to_html over from ViewDiff
` [PATCH 17/22] searchidx: skip filenames on "diff --git ..."
` [PATCH 18/22] searchidx: don't assume "a/" and "b/" as prefixes
` [PATCH 19/22] viewdiff: add "b=" param with non-standard diff prefix
` [PATCH 20/22] viewdiff: add "b=" param when missing "diff --git" line
` [PATCH 21/22] viewdiff: use autovivification for long_path hash
` [PATCH 22/22] viewdiff: rewrite and simplify


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