user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2022-09-10 08:18:58 to 2022-11-28 05:32:49 UTC [more...]

[PATCH 00/95] clone: multi-inbox/repo support
 2022-11-28  5:32 UTC  (81+ messages)
` [PATCH 01/95] clone: support multi-inbox clone
` [PATCH 02/95] clone: support --include and --exclude with multi-clone
` [PATCH 03/95] clone: parallelize v2 epoch clones
` [PATCH 04/95] lei_mirror: async config retrieval for v2 w/ manifest
` [PATCH 05/95] lei_mirror: rely on DESTROY to index v2 inbox
` [PATCH 06/95] lei_mirror: rely on global process reaper
` [PATCH 07/95] clone: support parallel v1 clones
` [PATCH 08/95] lei_mirror: default to single job by default
` [PATCH 09/95] lei_mirror: move directory creation to v2-only path
` [PATCH 10/95] lei_mirror: retrieve description text asynchronously, too
` [PATCH 11/95] switch inotify/kevent stuff to v5.12
` [PATCH 12/95] manifest: update module blurb + v5.12
` [PATCH 13/95] lei_mirror: simplify _get_txt_start callers
` [PATCH 14/95] lei_mirror: elide description retrieval for v1|coderepo
` [PATCH 15/95] lei_mirror: add a hint for skipped epoch permissions
` [PATCH 16/95] lei_mirror: consolidate clone process management
` [PATCH 17/95] lei_mirror: load File::Path unconditionally
` [PATCH 18/95] lei_mirror: load most modules up-front
` [PATCH 19/95] lei_mirror: set gitweb.owner from manifest
` [PATCH 20/95] clone: support --dry-run / -n flag
` [PATCH 21/95] lei_mirror: initialize placeholders with "head" from manifest
` [PATCH 22/95] lei_mirror: support {reference} for v1 manifest clones
` [PATCH 23/95] lei_mirror: reduce noise on interrupted clones
` [PATCH 24/95] clone: support --inbox-config option
` [PATCH 25/95] lei_mirror: retrieve v2 description properly
` [PATCH 26/95] lei_mirror: reduce scope of v2 lock
` [PATCH 27/95] lei_mirror: allow --epoch on mixed v1/v2 clones
` [PATCH 28/95] lei_mirror: fix infinite loop in dependency resolution
` [PATCH 29/95] lei_mirror: defend against infinite loops
` [PATCH 30/95] lei_mirror: do not fetch descriptions if using manifest
` [PATCH 31/95] lei_mirror: require PublicInbox::Lock at use
` [PATCH 32/95] lei_mirror: fix glob semantics to match end-of-path
` [PATCH 33/95] lei_mirror: differentiate -entv vs -ent
` [PATCH 34/95] lei_mirror: support manifest {references} for v2 epochs
` [PATCH 35/95] lei_mirror: simplify v2 code paths
` [PATCH 36/95] clone: support --inbox-version
` [PATCH 37/95] lei_mirror: require Perl v5.12+
` [PATCH 38/95] lei_mirror: ensure curl exits 22 on HTTP 404 responses
` [PATCH 39/95] lei_mirror: cleanup File::Temp OO usage
` [PATCH 40/95] lei_mirror: add `index' target to generated Makefile
` [PATCH 41/95] lei_mirror: do not write Makefile for --inbox-config=never
` [PATCH 42/95] lei_mirror: hoist out dump_manifest sub
` [PATCH 43/95] lei_mirror: avoid convoluted lazy_cb usage
` [PATCH 44/95] lei_mirror: simplify clone_v2_prep
` [PATCH 45/95] lei_mirror: support --objstore and forkgroups
` [PATCH 46/95] lei_mirror: cleanup process reaping logic
` [PATCH 47/95] lei_mirror: ensure git <1.8.5 fallback can use torsocks
` [PATCH 48/95] clone: flesh out --objstore behavior and document
` [PATCH 49/95] lei_mirror: always pack refs for coderepos
` [PATCH 50/95] lei_mirror: set description for non-inboxes, too
` [PATCH 51/95] lei_mirror: force --no-tags when fetching forkgroups
` [PATCH 52/95] lei_mirror: preserve permissions of existing alternates file
` [PATCH 53/95] lei_mirror: do not show ref updates w/o --verbose
` [PATCH 54/95] lei_mirror: drop git <1.8.5 support
` [PATCH 55/95] lei_mirror: make basename more descriptive
` [PATCH 56/95] lei_mirror: fix --dry-run for forkgroups
` [PATCH 57/95] lei_mirror: forkgroups use `git fetch --multiple'
` [PATCH 58/95] clone: move --dry-run handling to lei_mirror
` [PATCH 59/95] clone: drop unnecessary requires
` [PATCH 60/95] clone: use v5.12
` [PATCH 61/95] clone: require `--objstore=' for default location
` [PATCH 62/95] lei_mirror: shorten remote names
` [PATCH 63/95] fetch: use v5.12
` [PATCH 64/95] fetch: eliminate File::Temp->filename var
` [PATCH 65/95] lei_mirror: properly pack-refs in non-forkgroup repos
` [PATCH 66/95] lei_mirror: show child error error code
` [PATCH 67/95] on_destroy: support ->cancel callback
` [PATCH 68/95] lei_mirror: support resuming multi-repo clones
` [PATCH 69/95] lei_mirror: check fingerprints before fetching
` [PATCH 70/95] clone: support loading manifest.js.gz from destination
` [PATCH 71/95] lei_mirror: delay configuring forkgroups
` [PATCH 72/95] clone: canonicalize destination path from CLI
` [PATCH 73/95] clone|fetch: support passing --prune(-tags) to `git fetch'
` [PATCH 74/95] lei_mirror: avoid needless FD passing
` [PATCH 75/95] clone: support --keep-going/-k like make(1)
` [PATCH 76/95] lei_mirror: don't warn on missing manifest on initial clone
` [PATCH 77/95] lei_mirror: respect `./' and `../' prefixes for CLI args
` [PATCH 78/95] lei_mirror: --manifest= affects destination, too
` [PATCH 79/95] lei_mirror: update fingerprints when writing local manifest.js.gz
` [PATCH 80/95] lei_mirror: remove janky mirror.done stamp file

handling unquoted utf8 in the headers
 2022-11-27  9:15 UTC  (5+ messages)
` [PATCH] eml: header_raw converts octets to Perl UTF-8
    ` [PATCH] content_hash: handle References as octets

[PATCH] examples/nginx_proxy: recommend `proxy_buffering off'
 2022-11-26  9:55 UTC 

[PATCH] filter/rubylang: adjust filter for new list software
 2022-11-26  7:24 UTC 

[PATCH] SaPlugin::ListMirror: follow RFC 2919 List-ID rules
 2022-11-25 11:44 UTC 

[PATCH 0/3] proxy-related things
 2022-11-23  4:09 UTC  (4+ messages)
` [PATCH 1/3] lei_curl: set --proxy for curl(1) properly
` [PATCH 2/3] config: urlmatch $? does not influence our exits
` [PATCH 3/3] lei_curl: use http.proxy config from git if available

Debian's Perl CI tests fail for public-inbox
 2022-11-14 20:32 UTC  (2+ messages)

imap: "Can't use an undefined value as a subroutine reference"
 2022-11-14  8:07 UTC  (9+ messages)
` [PATCH] lei: add diagnostics for IMAP writer failures
    ` [PATCH v2] lei: bail out earlier on "
              ` [PATCH] lei q|up: limit default write --jobs for IMAP(S)

[PATCH 0/6] doc: linkify HTML harder
 2022-11-03  2:03 UTC  (8+ messages)
` [PATCH 1/6] doc: txt2pre: linkify new commands
` [PATCH 2/6] doc: lei: improve description of *-search commands
` [PATCH 3/6] doc: txt2pre: linkify "lei COMMAND" form
` [PATCH 4/6] doc: txt2pre: modernize and use v5.12
` [PATCH 5/6] doc: lei-import: link to lei-store-format(5)
` [PATCH 6/6] txt2pre: linkify lei/store => lei-store-format.html

[PATCH] lei: fix globbing semantics to match end-of-filename
 2022-11-01  9:36 UTC 

[PATCH] lei up: improve error for multiple lei.q values
 2022-10-31 21:52 UTC 

[Need Help] lei add quotes at the search
 2022-10-31  7:47 UTC  (6+ messages)

Test failures due to core.sharedRepository and
 2022-10-25 16:49 UTC  (3+ messages)
  ` Test failures due to core.sharedRepository and sandboxing

[PATCH] tests: expand relative @INC paths
 2022-10-25 11:43 UTC 

[PATCH 0/6] trivial clone|fetch-related stuff
 2022-10-20  8:43 UTC  (7+ messages)
` [PATCH 1/6] clone|fetch: preserve mtime of modified manifest.js.gz
` [PATCH 2/6] another step towards git SHA-256 support
` [PATCH 3/6] githttpbackend: remove unused $BIN variable
` [PATCH 4/6] treewide: replace /^I: / prefix with /^# /
` [PATCH 5/6] lei_mirror: make _finish_add_external call more obvious
` [PATCH 6/6] lei_mirror: delimit names by `\n' to improve die message

SIGWINCH not recognized under macOS
 2022-10-17  9:30 UTC  (6+ messages)
` [PATCH] SIGWINCH is 28 on macOS
  ` [PATCH] SIGWINCH is 28 on Darwin-based OSes
` [PATCH 0/2] fix SIGWINCH for Linux MIPS and PA-RISC
` [PATCH 1/2] syscall: avoid needless string comparison on x86-64
` [PATCH 2/2] sigfd: set SIGWINCH for MIPS and PA-RISC on Linux

[PATCH] dskqxs: fix loop to allow `next'
 2022-10-11  0:05 UTC 

[PATCH 0/3] www: viewvcs: tags + minor updates
 2022-10-10 21:34 UTC  (4+ messages)
` [PATCH 1/3] viewvcs: avoid one ascii_html call
` [PATCH 2/3] xt/solver: skip on missing publicinbox.git.coderepo
` [PATCH 3/3] www: viewvcs: display annotated tags as discreet objects

[PATCH 0/5] www: some coderepo stuff
 2022-10-08  8:24 UTC  (6+ messages)
` [PATCH 1/5] config: remove {-cgitrc_unparsed} field
` [PATCH 2/5] www_coderepo: wire up snapshots from summary
` [PATCH 3/5] www_coderepo: update blurb on the goal/purpose of this
` [PATCH 4/5] www: cgit: fix fallback to WwwCoderepo on array responses
` [PATCH 5/5] www_coderepo: allow searching one extindex|inbox

[PATCH 0/3] www: configurable cgit fallback for coderepos
 2022-10-07  7:42 UTC  (5+ messages)
` [PATCH 1/3] www: do not call ->coderepo->srv on sub ref
` [PATCH 2/3] www: cgit: fall back to WwwCoderepo on 404s
` [PATCH 3/3] www: support publicinbox.cgit knob
  ` [squash 4/3] manpage fix (was: [PATCH 3/3] www: support publicinbox.cgit knob)

[PATCH 00/10] www_coderepo: git viewer w/ search planned
 2022-10-04 23:01 UTC  (12+ messages)
` [PATCH 01/10] tests: use test_httpd consistently
` [PATCH 02/10] cgit: use Perl 5.10-isms, optimize, and golf
` [PATCH 03/10] git: hoist out description
` [PATCH 04/10] git: move cloneurl + description reading here
` [PATCH 05/10] www_coderepo: an alternative to cgit
` [PATCH 06/10] www_coderepo: wire up /$CODEREPO/$OID/s/ endpoint
` [PATCH 07/10] git: allow ->local_nick to return undef
` [PATCH 08/10] www_coderepo: wire up snapshot support
` [PATCH 09/10] www_stream: use git->pub_urls for coderepo links
  ` [PATCH 11/10] www_stream: pass $env to git->pub_urls
` [PATCH 10/10] www_coderepo: start a top nav bar in summary view

[PATCH] viewdiff: fix parts of diff being appended after signature
 2022-10-02 15:11 UTC 

[PATCH] www_stream: use DESTROY to cleanup temporary gits
 2022-10-01 18:52 UTC 

[PATCH] lei: force --jobs=1,1 for SQLite < 3.8.3
 2022-10-01  0:33 UTC 

[PATCH] git_async_cat: automatically cleanup temporary gits
 2022-10-01  0:07 UTC 

[PATCH 0/4] fixes noticed while diagnosing t/lei-up.t
 2022-09-30 17:20 UTC  (6+ messages)
` [PATCH 1/4] tests: favor 3 argument `open' with interopolation
` [PATCH 2/4] t/lei-up: improve diagnostics for this test
` [PATCH 3/4] lei_to_mail: propagate errors to script/lei
` [PATCH 4/4] t/altid_v2: improve test style
` SQLite <3.8.3 was broken on fork (was: fixes noticed while diagnosing t/lei-up.t)

[PATCH] www: remove "1\n" lines in $MSGID/t/ view
 2022-09-29 20:56 UTC 

"make test" for 1.9.0 on centos-7
 2022-09-29 19:40 UTC  (11+ messages)
    ` [PATCH 0/4] CentOS 7 fixes + fix Gcf2 everywhere
      ` [PATCH 1/4] syscall: initialize buffer for vec()
      ` [PATCH 2/4] treewide: use --globoff with curl(1)
      ` [PATCH 3/4] gcf2: fix syntax error and require PublicInbox::Git
      ` [PATCH 4/4] tests: no IPv6 on old Net::NNTP, Mail::IMAPClient, HTTP::Tiny

[PATCH 0/4] some minor performance tweaks
 2022-09-26 10:17 UTC  (5+ messages)
` [PATCH 1/4] viewdiff: save memory by eliminating two captures
` [PATCH 2/4] gcf2: support worktree $GIT_DIR
` [PATCH 3/4] viewvcs: load blobs asynchronously
` [PATCH 4/4] git: reduce early bare-bones memory use

t/pop3d.t failure on 1.9.0
 2022-09-21 17:46 UTC  (3+ messages)
` [PATCH] t/pop3d: skip all tests if no certs are found

[PATCH] www: viewdiff: fix UTF-8 names inside mbox attachments
 2022-09-12 22:54 UTC 

[PATCH] git_async_cat: don't use Gcf2 for temporary git dirs
 2022-09-12 16:04 UTC 

[PATCH 0/2] www: solver linkification fixes
 2022-09-10 20:10 UTC  (3+ messages)
` [PATCH 1/2] view: fix solver links with multiple messages
` [PATCH 2/2] solver: do not show redundant URLs in log

[PATCH 00/38] www: reduce memory usage
 2022-09-10  8:17 UTC  (5+ messages)
` [PATCH 35/38] feed: new_html_i: switch from zmore to `print $zfh'
` [PATCH 36/38] mbox*: use multi-arg ->translate and ->write
` [PATCH 37/38] www_listing: switch to `print $zfh'
` [PATCH 38/38] viewvcs: "


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