messages from 2019-11-27 01:33:34 to 2020-01-08 10:44:09 UTC [more...]
[PATCH 0/2] nntpd and daemon bugfixes
2020-01-08 10:44 UTC (2+ messages)
` [PATCH 1/2] daemon: ignore SIGPIPE while running
[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 (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 10/17] daemon: avoid race when quitting workers
2019-11-27 1:33 UTC (4+ messages)
` [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
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).