user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2019-11-15 09:51:02 to 2019-12-31 22:34:16 UTC [more...]

[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  (9+ messages)
` [PATCH 1/8] nntp: get_range: return scalarref for $beg
` [PATCH 2/8] nntp: remove cyclic refs from long_response
` [PATCH 3/8] nntp: hdr_searchmsg: use named sub for numeric range response
` [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: "

[PATCH] searchview: save a column in &x=t thread skeleton
 2019-12-20  6:58 UTC 

[PATCH] testcommon: dup original handles via open
 2019-12-20  1:42 UTC  (2+ messages)

[PATCH 0/2] improve "&x=t" search results
 2019-12-19  5:18 UTC  (3+ messages)
` [PATCH 1/2] searchthread: fix usage of user-supplied parameter
` [PATCH 2/2] view: show percentage in search results thread skeleton

[PATCH 0/6] test updates and speedups
 2019-12-19  4:03 UTC  (10+ messages)
` [PATCH 1/6] TODO: add UUCP address item
` [PATCH 2/6] viewvcs: flesh out some functionality and test
` [PATCH 3/6] Makefile.PL: sort target and var lists
` [PATCH 4/6] t/*.t: avoid sharing "my" variables in subs
` [PATCH 5/6] tests: move t/common.perl to PublicInbox::TestCommon
` [PATCH 6/6] t/run.perl: to avoid repeated process spawning for *.t

[PATCH] msgiter: msg_part_text returns undef on text/html
 2019-12-18  9:14 UTC 

[PATCH] t/edit.t: drop redundant "delete local $ENV{...}"
 2019-12-16  8:07 UTC 

[PATCH 0/2] daemon: kill listener early at shutdown
 2019-12-15 23:11 UTC  (3+ messages)
` [PATCH 1/2] daemon: shorten lifetime of listener_names mapping
` [PATCH 2/2] daemon: drop listeners early in master on graceful shutdown

[PATCH] inbox: fix periodic git process cleanup
 2019-12-15  8:35 UTC 

[PATCH] searchidx: do not modify read-only $1 via git_unquote
 2019-12-15  3:37 UTC 

[PATCH] Makefile.PL: allow overriding "prove" from make CLI
 2019-12-14 18:06 UTC 

[PATCH 0/2] use Email::Address::XS if available
 2019-12-14  5:22 UTC  (4+ messages)
` [PATCH 1/2] address: use comment as name if no phrase available
` [PATCH 2/2] address: use Email::Address::XS if available
` [PATCH 3/2] address: explicitly reject local-only addresses

[PATCH 0/3] there is no END{}
 2019-12-12 21:16 UTC  (4+ messages)
` [PATCH 1/3] ds: move EvCleanup code into DS
` [PATCH 2/3] ds: move NNTP-only expiration "
` [PATCH 3/3] daemon: use DESTROY for unlinking --pid-file

[PATCH 0/2] minor fixes for OpenBSD make(1)
 2019-12-12  8:04 UTC  (5+ messages)
` [PATCH 1/2] Makefile.PL: avoid non-portable $<
` [PATCH 2/2] doc: don't attempt to install non-existent manpages
` [PATCH] build: support doc generation w/o GNU make
  ` [PATCH 2/1] Makefile.PL: fix "dsyn" target

[PATCH] mbox: do not try to create filename from empty string
 2019-12-12  8:03 UTC 

[PATCH 0/4] drop Date::Parse dependency
 2019-12-12  3:42 UTC  (7+ messages)
` [PATCH 1/4] git: async batch interface
` [PATCH 2/4] add msgtime_cmp maintainer test
` [PATCH 3/4] msgtime: drop Date::Parse for RFC2822
` [PATCH 4/4] Date::Parse is now optional
  ` [PATCH 5/4] msgtime: avoid obviously out-of-range dates (for now)

[PATCH 0/7] some low impact changes and cleanups
 2019-11-29 10:14 UTC  (8+ messages)
` [PATCH 1/7] t: localize the PI_CONFIG env
` [PATCH 2/7] t/common: set $0 when running script w/o fork
` [PATCH 3/7] ds: ->Reset initializes $nextq
` [PATCH 4/7] TODO: update and add a few more items
` [PATCH 5/7] tests: don't repeatly validate NEWS.atom
` [PATCH 6/7] spawn: remove support for clearing the env
` [PATCH 7/7] import: (cleanup) drop redundant env arg to run_die

[PATCH 0/2] replace: quiet down git commands
 2019-11-28 20:54 UTC  (3+ messages)
` [PATCH 1/2] t/replace: quiet "git fsck" invocation
` [PATCH 2/2] replace: quiet "git gc" invocation

[PATCH] t/httpd-unix: FreeBSD expects to fail with EADDRINUSE
 2019-11-28  7:08 UTC 

[PATCH] Makefile.PL: MANIFEST dependency fix
 2019-11-27 12:17 UTC 

[PATCH 00/29] speed up tests by preloading
 2019-11-27  1:33 UTC  (47+ messages)
` [PATCH 08/29] inboxwritable: add ->cleanup method
` [PATCH 09/29] import: only pass Inbox object to SearchIdx->new
` [PATCH 10/29] xapcmd: do not fire END and DESTROY handlers in child
` [PATCH 11/29] spawn: which: allow embedded slash for relative path
` [PATCH 12/29] t/common: introduce run_script wrapper for t/cgi.t
` [PATCH 13/29] t/edit: switch to use run_script
` [PATCH 14/29] t/init: convert to using run_script
` [PATCH 15/29] t/purge: convert to run_script
` [PATCH 16/29] t/v2mirror: get rid of IPC::Run dependency
` [PATCH 17/29] t/mda: switch to run_script for testing
` [PATCH 18/29] t/mda_filter_rubylang: drop IPC::Run dependency
` [PATCH 19/29] doc: remove IPC::Run as a dev and test dependency
` [PATCH 20/29] t/v2mirror: switch to default run_mode for speedup
` [PATCH 21/29] t/convert-compact: convert to run_script
` [PATCH 22/29] t/httpd: use run_script for -init
` [PATCH 23/29] t/watch_maildir_v2: "
` [PATCH 24/29] t/nntpd: "
` [PATCH 25/29] t/watch_filter_rubylang: run_script for -init and -index
` [PATCH 26/29] t/v2mda: switch to run_script in many places
` [PATCH 27/29] t/indexlevels-mirror*: switch to run_script
` [PATCH 28/29] t/xcpdb-reshard: use run_script for -xcpdb
` [PATCH 29/29] t/common: start_script replaces spawn_listener
      ` [PATCH 00/17] test fixes and cleanups
        ` [PATCH 01/17] tests: disable daemon workers in a few more places
        ` [PATCH 02/17] tests: use strict everywhere
        ` [PATCH 03/17] t/v1-add-remove-add: quiet down "git init"
        ` [PATCH 04/17] t/xcpdb-reshard: test xcpdb --compact
        ` [PATCH 05/17] t/httpd-corner: wait for worker process death
        ` [PATCH 06/17] t/nntpd-tls: sometimes SSL_connect succeeds quickly
        ` [PATCH 07/17] .gitignore: ignore local prove(1) files
        ` [PATCH 08/17] daemon: use sigprocmask to block signals at startup
        ` [PATCH 09/17] daemon: use sigprocmask when respawning workers
        ` [PATCH 10/17] daemon: avoid race when quitting workers
            ` [PATCH 0/2] fix kqueue support and missed signal wakeups
              ` [PATCH 1/2] dskqxs: fix missing EV_DISPATCH define
              ` [PATCH 2/2] httpd|nntpd: avoid missed signal wakeups
        ` [PATCH 11/17] t/common: start_script replaces spawn_listener
        ` [PATCH 12/17] t/nntpd-validate: get rid of threads dependency
        ` [PATCH 13/17] xapcmd: replace Xtmpdirs with File::Temp->newdir
        ` [PATCH 14/17] tests: use File::Temp->newdir instead of tempdir()
        ` [PATCH 15/17] tests: quiet down commit graph
        ` [PATCH 16/17] t/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
        ` [PATCH 17/17] tests: move giant inbox/git dependent tests to xt/

[PATCH 0/3] msgtime: tests and wonky offsets
 2019-11-25  5:24 UTC  (4+ messages)
` [PATCH 1/3] t/msgtime: show date in test descriptions
` [PATCH 2/3] t/msgtime: add more checks for known cases
` [PATCH 3/3] msgtime: deal with strange minutes in TZ offsets

[PATCH] mboxgz: fix compiler parse error under under Perl 5.16.3
 2019-11-24  3:19 UTC 

[PATCH] check for File::Temp 0.19 for ->newdir method
 2019-11-24  3:12 UTC 

[PATCH 0/3] start tidying up gzip-related code
 2019-11-19 20:12 UTC  (6+ messages)
` [PATCH 1/3] mbox: unused mid_clean import
` [PATCH 2/3] mbox: split mboxgz out into a separate file
` [PATCH 3/3] mboxgz: use Compress::Raw::Zlib instead of IO::Compress::Gzip

Filter example for ML footers
 2019-11-17  1:24 UTC  (2+ messages)

message threading in the web UI
 2019-11-16 14:40 UTC  (3+ messages)

[PATCH] doc: update HACKING and TODO with a few items
 2019-11-16  2:50 UTC  (3+ messages)
` libgmime experiences? (was: [PATCH] doc: update HACKING and TODO ...)


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