messages from 2019-11-03 01:42:04 to 2019-12-25 07:51:05 UTC [more...]
[PATCH 00/30] www: eliminate most per-request closures
2019-12-25 7:50 UTC (3+ messages)
` [PATCH 01/30] git: allow async_cat to pass arg to callback
` [PATCH 02/30] httpd/async: support passing arg to callbacks
[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 (54+ messages)
` [PATCH 01/29] edit: pass global variables into subs
` [PATCH 02/29] edit: use OO API of File::Temp to shorten lifetime
` [PATCH 03/29] admin: get rid of singleton $CFG var
` [PATCH 04/29] index: pass global variables into subs
` [PATCH 05/29] init: "
` [PATCH 06/29] mda: "
` [PATCH 07/29] learn: "
` [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 ...)
[PATCH] doc: mknews: support Email::MIME <1.930
2019-11-14 10:57 UTC
[PATCH] convert: remove duplicated GetOptions() call
2019-11-14 8:47 UTC
[PATCH 0/4] some minor test updates
2019-11-14 6:41 UTC (5+ messages)
` [PATCH 1/4] t/common: inline stream_to_string into t/feed.t
` [PATCH 2/4] t/common: move unix_server to t/httpd-corner.t
` [PATCH 3/4] t/psgi_mount: require SearchIdx before using
` [PATCH 4/4] doc: check-man: save the result of successful runs
[PATCH] inboxwritable: drop {-importer} cyclic reference
2019-11-14 1:12 UTC
[PATCH] solvergit: use --unidiff-zero with git-apply(1)
2019-11-14 1:03 UTC
Archiving HTML mail
2019-11-13 21:38 UTC (9+ messages)
[PATCH] xapcmd: localize %SIG changes using "local"
2019-11-13 7:57 UTC
Message-ID awareness on the rise \o/
2019-11-12 22:50 UTC
[PATCH] doc: drop a repeated word
2019-11-09 9:03 UTC (2+ messages)
[PATCH 0/2] edit: minor bug fixes
2019-11-08 20:20 UTC (3+ messages)
` [PATCH 1/2] edit: propagate correct editor exit code
` [PATCH 2/2] edit: check for write errors writing "From_" line
[PATCH] doc: actually document publicinboxwatch.watchspam
2019-11-08 6:09 UTC
[PATCH] tests: rely on PublicInbox::Git for pathname safety
2019-11-04 11:28 UTC (2+ messages)
` [PATCH 2/1] t/edit: use PublicInbox::Git::qx "
[PATCH 0/5] tiny test overhead reductions
2019-11-04 3:01 UTC (6+ messages)
` [PATCH 1/5] t/*.t: remove IPC::Run dependency for git commands
` [PATCH 2/5] t/httpd-corner.t: drop unnecessary bytes:: for length()
` [PATCH 3/5] t/httpd-corner.t: get rid of IPC::Run for running curl
` [PATCH 4/5] t/hl_mod.t: remove IPC::Run (and File::Temp) dependency
` [PATCH 5/5] t/*.t: disable nntpd/httpd worker processes in most tests
[PATCH] t/httpd-corner.t: check for curl(1) errors in big async test
2019-11-04 2:27 UTC
[PATCH] index: "git log" failures are fatal
2019-11-04 0:43 UTC
I have figured out IMAP IDLE
2019-11-03 16:28 UTC (3+ messages)
[PATCH] TODO: remove done items, add some more
2019-11-03 9:02 UTC (2+ messages)
` HTTP::Date replacing Date::Parse [was: TODO: remove done items, add some more]
[PATCH] searchidxshard: reuse $SIG{__WARN__} callback from Admin
2019-11-03 6:48 UTC
[ANNOUNCE] public-inbox 1.2.0
2019-11-03 3:16 UTC (2+ messages)
` [PATCH] public-inbox v1.2.0
[PATCH] build: add "git-dist" target for making gzipped tarballs
2019-11-03 3:08 UTC
[PATCH] doc: mknews: force plain-text NEWS to UTF-8
2019-11-03 3:08 UTC
[PATCH] TODO: update item for multiple Date: headers
2019-11-03 1:42 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).