user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2019-12-21 08:00:08 to 2020-01-24 22:09:33 UTC [more...]

[PATCH 0/5] build, website, and speling updates
 2020-01-24 22:09 UTC  (3+ messages)
` [PATCH 1/5] doc: avoid needless rebuilds of NEWS
` [PATCH 2/5] website: re-add top-level files

[PATCH 0/4] -httpd static file improvements
 2020-01-24 19:07 UTC  (6+ messages)
` [PATCH 1/4] http: eliminate short-lived cyclic ref for psgix.io
` [PATCH 2/4] wwwstatic: offload error handling to PSGI server
` [PATCH 3/4] ds: tmpio: store offsets per-buffer
` [PATCH 4/4] wwwstatic: wire up buffer bypass for -httpd

[PATCH 0/6] shorten and simplify uniq logic
 2020-01-23 23:05 UTC  (7+ messages)
` [PATCH 1/6] contentid: use map to generate %seen for Message-Ids
` [PATCH 2/6] nntp: simplify setting X-Alt-Message-ID
` [PATCH 3/6] inbox: simplify filtering for duplicate NNTP URLs
` [PATCH 4/6] mid: shorten uniq_mids logic
` [PATCH 5/6] wwwstream: shorten cloneurl uniquification
` [PATCH 6/6] contentid: ignore duplicate References: headers

Minimalist public-inbox feed: sendmail-pi-feed
 2020-01-23 23:02 UTC  (2+ messages)

[PATCH 0/2] hval: handle wide characters properly
 2020-01-19  9:40 UTC  (3+ messages)
` [PATCH 1/2] hval: to_attr: support wide characters
` [PATCH 2/2] hval: from_attr: move to unit test

[PATCH] doc: some 1.3.0 release notes updates
 2020-01-14  7:56 UTC 

[PATCH 00/11] ds: various cleanups and fixes
 2020-01-12 21:17 UTC  (12+ messages)
` [PATCH 01/11] ds: new: avoid redundant check, make clobbering fatal
` [PATCH 02/11] ds: add_timer: rename from AddTimer, remove a parameter
` [PATCH 03/11] ds: add an in_loop() function for Inbox.pm use
` [PATCH 04/11] ds: remove Timer->cancel and Timer class+bless
` [PATCH 05/11] ds: guard ToClose against DESTROY side-effects
` [PATCH 06/11] ds|http|nntp: simplify {wbuf} population
` [PATCH 07/11] ds: rely on autovivification for nextq
` [PATCH 08/11] ds: rely on autovivication for waitpid bits
` [PATCH 09/11] ds: rely on autovivification for $later_queue
` [PATCH 10/11] ds: flatten $EXPMAP, delete entries on close
` [PATCH 11/11] sigfd: simplify loop and improve documentation

[PATCH 0/9] more small fixes and cleanups
 2020-01-11 22:35 UTC  (10+ messages)
` [PATCH 1/9] config: do not slurp entire cgitrc at once
` [PATCH 2/9] git: modified: don't slurp `rev-parse --branches'
` [PATCH 3/9] git: packed_bytes: use GLOB_NOSORT
` [PATCH 4/9] solver: path_a may be undef from /dev/null
` [PATCH 5/9] cgit: drop cgit_parse_hdr wrapper
` [PATCH 6/9] xapcmd: use popen_rd for running xapian-compact
` [PATCH 7/9] xt/git_async_cmp: do not slurp large OID list into memory
` [PATCH 8/9] t/solver_git: avoid uninitialized warnings in hostname generation
` [PATCH 9/9] use popen_rd for bidirectional pipes

[PATCH 0/2] www: memory reductions for multipart
 2020-01-11  6:28 UTC  (3+ messages)
` [PATCH 1/2] xt/mem-msgview.t: change to test one multipart message
` [PATCH 2/2] www: discard multipart parent on iteration

[PATCH 0/2] examples/unsubscribe.milter updates
 2020-01-10 22:55 UTC  (3+ messages)
` [PATCH 1/2] examples/unsubscribe.milter: skip gmane-mx
` [PATCH 2/2] examples/unsubscribe.milter: support unique mailto:

[PATCH] doc: technical/ds.txt: describe PublicInbox::DS divergences
 2020-01-10 20:35 UTC 

[PATCH 0/5] misc cleanups and bugfixes
 2020-01-10  9:14 UTC  (6+ messages)
` [PATCH 1/5] inbox: use PublicInbox::Git::host_prefix_url for base_url
` [PATCH 2/5] allow HTTP_HOST to be '0' via defined() checks
` [PATCH 3/5] git: ->modified uses cat_async
` [PATCH 4/5] git: remove ->commit_title method
` [PATCH 5/5] spawn (and thus popen_rd) die on failure

[PATCH 0/2] Plack and Filesys::Notify::Simple are optional
 2020-01-10  8:49 UTC  (3+ messages)
` [PATCH 1/2] make Plack optional for non-WWW and non-httpd users
` [PATCH 2/2] make Filesys::Notify::Simple optional

[PATCH 0/3] improve error handling for rare cases
 2020-01-09 11:14 UTC  (4+ messages)
` [PATCH 1/3] listener: EPOLL_CTL_ADD errors are non fatal
` [PATCH 2/3] http: log response_write errors
` [PATCH 3/3] qspawn: catch transient errors on pipe, EPOLL_CTL_ADD

[PATCH 0/2] nntpd and daemon bugfixes
 2020-01-08 10:44 UTC  (3+ messages)
` [PATCH 1/2] daemon: ignore SIGPIPE while running
` [PATCH 2/2] nntp: correctly log long response errors

[PATCH] wwwstatic: use sprintf for Perl <5.22 compatibility
 2020-01-06  5:31 UTC 

[PATCH] t/nntp.t: fix parse_time test for non-GMT local time
 2020-01-06  4:47 UTC 

[PATCH 0/6] various cleanups around use/require
 2020-01-05 23:23 UTC  (7+ messages)
` [PATCH 1/6] hval: export prurl and add prototype
` [PATCH 2/6] view: update POSIX::strftime usage
` [PATCH 3/6] altid: use msgmap at compile time
` [PATCH 4/6] admin: do not lazy-load Inbox or Config packages
` [PATCH 5/6] treewide: "require" + "use" cleanup and docs
` [PATCH 6/6] syscall: modernize away from pre-Perl-5.6 conventions

[PATCH] view: msg_html: reduce memory use on reused MIDs
 2020-01-05  9:51 UTC 

[PATCH] search: remove lookup_article
 2020-01-05  2:05 UTC 

[PATCH] tests: remove some "git config" calls after "git init"
 2020-01-05  0:06 UTC 

[PATCH] tests: fix running without SQLite or Xapian
 2020-01-04 22:09 UTC 

broken link in diffstat for new files
 2020-01-04  9:16 UTC  (5+ messages)
` [PATCH] viewdiff: do not anchor using diffstat comments
      ` [PATCH] viewdiff: do not anchor spaces after filenames in diffstat

[PATCH 0/3] more solver fixes
 2020-01-04  4:19 UTC  (5+ messages)
` [PATCH 1/3] xt/solver.t: real-world regression tests
` [PATCH 2/3] solver: do not enforce order on extended headers
` [PATCH 3/3] solver: minor cleanups to diff extraction
` [PATCH 4/3] solver: allow literal '\r' character in diff lines

Limited-history local archives
 2020-01-03 22:02 UTC  (2+ messages)

[PATCH 0/6] searchidx: minor fix and some cleanups
 2020-01-03  8:46 UTC  (7+ messages)
` [PATCH 1/6] searchidx: index_diff: allow /^$/ line as diff context
` [PATCH 2/6] searchidx: split off index_xapian for msg_iter
` [PATCH 3/6] searchidx: add_message: fix and make use of prototypes
` [PATCH 4/6] searchidx: simplify quote-splitting in index_body
` [PATCH 5/6] searchidx: index_text: use Xapian parameter names
` [PATCH 6/6] searchidx: remove_message: pedantic fix for v1

[PATCH] build: allow "check" to work in non-git subdirs of worktrees
 2020-01-03  1:50 UTC  (2+ messages)

[PATCH 0/3] solver bugfixes and tweaks
 2020-01-03  0:43 UTC  (8+ messages)
` [PATCH 1/3] solver: try the next patch on apply failures
` [PATCH 2/3] solver: extract_diff: deal with missing "diff --git" line
` [PATCH 3/3] qspawn: use per-call quiet flag for solver

[PATCH 0/2] support multiple "url" and "infourl" values
 2020-01-02 20:56 UTC  (4+ messages)
` [PATCH 1/2] wwwlisting: show configured "infourl" properly
` [PATCH 2/2] config: support multi-value inbox.*.*url

[PATCH] examples: add empty "lib" dir to placate plackup
 2020-01-02 20:09 UTC 

[PATCH 0/6] wwwstatic: support directory listings
 2020-01-01 19:07 UTC  (8+ messages)
` [PATCH 1/6] wwwstatic: implement Last-Modified and If-Modified-Since
` [PATCH 2/6] www: move more logic into path_info_raw
` [PATCH 3/6] wwwstatic: move r(...) functions here
` [PATCH 4/6] wwwstatic: do not open() files for HEAD requests
` [PATCH 5/6] wwwstatic: avoid TOCTTOU for FIFO check
` [PATCH 6/6] wwwstatic: add directory listing + index.html support

[PATCH 0/6] doc updates and such
 2020-01-01  9:57 UTC  (7+ messages)
` [PATCH 1/6] doc: allow NEWS file to be built without Plack::Util
` [PATCH 2/6] build: remove NEWS from dist-git target
` [PATCH 3/6] doc: release notes: set Date for 1.2.0, start 1.3.0
` [PATCH 4/6] doc/txt2pre: flush output before utime()
` [PATCH 5/6] build: fix xapian-* manpage generation
` [PATCH 6/6] doc: fix a few spelling errors in user-facing docs

[PATCH] nntp: handle 2-digit year "70" properly
 2020-01-01  3:28 UTC 

[PATCH] spamcheck/spamc: pass GLOB handles instead of FD numbers
 2019-12-31 22:34 UTC 

[PATCH 0/5] some minor cleanups and doc updates
 2019-12-31 10:30 UTC  (6+ messages)
` [PATCH 1/5] wwwstatic: getline: die on missing psgix.io
` [PATCH 2/5] http: update comment about psgix.io usage
` [PATCH 3/5] githttpbackend: remove ancient compatibility check
` [PATCH 4/5] filter/base: export REJECT as a constant
` [PATCH 5/5] cgit: type declaration for PublicInbox::Git

Perl 5 stuff I learned or relearned in 2019
 2019-12-31  2:43 UTC 

[PATCH 0/2] more spawn improvements
 2019-12-30  5:04 UTC  (3+ messages)
` [PATCH 1/2] spawn: support chdir via -C option
` [PATCH 2/2] spawn: better error handling

[PATCH] spawn: allow passing GLOB handles for redirects
 2019-12-29 12:51 UTC 

[PATCH] search: load_xapian: return true on success
 2019-12-29 12:49 UTC 

[PATCH] ds: use MSG_MORE when wbuf is empty during long responses
 2019-12-28 20:55 UTC 

[PATCH 00/30] www: eliminate most per-request closures
 2019-12-28  9:17 UTC  (36+ messages)
` [PATCH 01/30] git: allow async_cat to pass arg to callback
` [PATCH 02/30] httpd/async: support passing arg to callbacks
` [PATCH 03/30] qspawn: remove some anonymous subs for psgi_qx
` [PATCH 04/30] qspawn: disambiguate command vs PSGI env
` [PATCH 05/30] qspawn: replace anonymous $end callbacks w/ event_step
` [PATCH 06/30] msg_iter: provide means to stop using anonymous subs
` [PATCH 07/30] qspawn: reduce local vars, de-anonymize rd_hdr
` [PATCH 08/30] httpd/async: get rid of ephemeral main_cb
` [PATCH 09/30] qspawn: psgi_return: initial cb can be named
` [PATCH 10/30] qspawn: psgi_return_start: hoist out from psgi_return
` [PATCH 11/30] qspawn: psgi_qx: eliminate anonymous subs
` [PATCH 12/30] qspawn: drop "qspawn.filter" support, for now
` [PATCH 13/30] qspawn: psgi_return: allow non-anon parse_hdr callback
` [PATCH 14/30] githttpbackend: split out wwwstatic
` [PATCH 15/30] www: lazy load Plack::Util
` [PATCH 16/30] mboxgz: pass $ctx to callback to avoid anon subs
` [PATCH 17/30] feed: avoid anonymous subs
` [PATCH 18/30] config: each_inbox: pass user arg to callback
` [PATCH 19/30] view: avoid anon sub in stream_thread
` [PATCH 20/30] view: msg_html: stop using an anonymous sub
` [PATCH 21/30] contentid: no "
` [PATCH 22/30] wwwtext: avoid anonymous sub in response
` [PATCH 23/30] searchview: pass named subs to Www*Stream
` [PATCH 24/30] view: thread_html: pass named sub to WwwStream
` [PATCH 25/30] searchview: remove anonymous sub when sorting threads by relevance
` [PATCH 26/30] view: msg_iter calls add_body_text directly
` [PATCH 27/30] wwwattach: avoid anonymous sub for msg_iter
` [PATCH 28/30] viewvcs: avoid anonymous sub for HTML response
` [PATCH 29/30] solvergit: allow passing arg to user-supplied callback
` [PATCH 30/30] search: retry_reopen passes user arg to callback

[PATCH] wwwlisting: do not rely on $? after ProcessPipe::CLOSE
 2019-12-26 10:47 UTC 

[PATCH 0/3] some test coverage improvements
 2019-12-26  6:48 UTC  (4+ messages)
` [PATCH 1/3] t/www_listing: quiet down stderr in -httpd
` [PATCH 2/3] t/www_listing: test "all" HTML listing
` [PATCH 3/3] t/solver_git: test with -httpd, too

[PATCH] t/psgi_v2: test search results Atom feed endpoint
 2019-12-25  6:19 UTC 

[PATCH] remove "no warnings 'once'" in a few places
 2019-12-23 23:06 UTC 

[PATCH 0/4] support SWIG-generated Xapian binding
 2019-12-23 18:07 UTC  (6+ messages)
` [PATCH 1/4] testcommon: add require_mods method and use it
` [PATCH 2/4] searchidx: call "++" on PostingIterator instead of "->inc"
` [PATCH 3/4] search: support SWIG-generated Xapian.pm
` [PATCH 4/4] t/search.t: update permissions check for OpenBSD

[PATCH] testcommon: require_git: use "plan" from Test::More
 2019-12-22  3:54 UTC 

[PATCH] nntp: simplify method detection using UNIVERSAL::can
 2019-12-22  0:12 UTC 

[PATCH] nntp: get rid of some unused imports
 2019-12-22  0:12 UTC 

[PATCH 0/2] http: remove most anonymous subs
 2019-12-21 23:53 UTC  (3+ messages)
` [PATCH 1/2] http: get rid of anonymous subs for write/close
` [PATCH 2/2] http: avoid anonymous sub for getline callback

[PATCH 0/8] nntp: eliminate response-duration cyclic refs
 2019-12-21  8:00 UTC  (6+ messages)
` [PATCH 4/8] nntp: cmd_xrover: use named sub for long_response
` [PATCH 5/8] nntp: cmd_listgroup: use named subs "
` [PATCH 6/8] nntp: cmd_newnews: use named sub "
` [PATCH 7/8] nntp: hdr_msg_id: "
` [PATCH 8/8] nntp: cmd_xover: "


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