about summary refs log tree commit homepage
DateCommit message (Expand)
2019-12-27searchview: remove anonymous sub when sorting threads by relevance
2019-12-27view: thread_html: pass named sub to WwwStream
2019-12-27searchview: pass named subs to Www*Stream
2019-12-27wwwtext: avoid anonymous sub in response
2019-12-27contentid: no anonymous sub
2019-12-27view: msg_html: stop using an anonymous sub
2019-12-27view: avoid anon sub in stream_thread
2019-12-27config: each_inbox: pass user arg to callback
2019-12-27feed: avoid anonymous subs
2019-12-27mboxgz: pass $ctx to callback to avoid anon subs
2019-12-27www: lazy load Plack::Util
2019-12-27githttpbackend: split out wwwstatic
2019-12-26qspawn: psgi_return: allow non-anon parse_hdr callback
2019-12-26qspawn: drop "qspawn.filter" support, for now
2019-12-26qspawn: psgi_qx: eliminate anonymous subs
2019-12-26qspawn: psgi_return_start: hoist out from psgi_return
2019-12-26qspawn: psgi_return: initial cb can be named
2019-12-26httpd/async: get rid of ephemeral main_cb
2019-12-26qspawn: reduce local vars, de-anonymize rd_hdr
2019-12-26msg_iter: provide means to stop using anonymous subs
2019-12-26qspawn: replace anonymous $end callbacks w/ event_step
2019-12-26qspawn: disambiguate command vs PSGI env
2019-12-26qspawn: remove some anonymous subs for psgi_qx
2019-12-26httpd/async: support passing arg to callbacks
2019-12-26git: allow async_cat to pass arg to callback
2019-12-26wwwlisting: do not rely on $? after ProcessPipe::CLOSE
2019-12-26t/solver_git: test with -httpd, too
2019-12-26t/www_listing: test "all" HTML listing
2019-12-26t/www_listing: quiet down stderr in -httpd
2019-12-25t/psgi_v2: test search results Atom feed endpoint
2019-12-24t/search.t: update permissions check for OpenBSD
2019-12-24search: support SWIG-generated Xapian.pm
2019-12-24searchidx: call "++" on PostingIterator instead of "->inc"
2019-12-24testcommon: add require_mods method and use it
2019-12-24remove "no warnings 'once'" in a few places
2019-12-22nntp: cmd_xover: use named sub for long_response
2019-12-22nntp: hdr_msg_id: use named sub for long_response
2019-12-22nntp: cmd_newnews: use named sub for long_response
2019-12-22nntp: cmd_listgroup: use named subs for long_response
2019-12-22nntp: cmd_xrover: use named sub for long_response
2019-12-22nntp: hdr_searchmsg: use named sub for numeric range response
2019-12-22nntp: remove cyclic refs from long_response
2019-12-22nntp: get_range: return scalarref for $beg
2019-12-22http: avoid anonymous sub for getline callback
2019-12-22http: get rid of anonymous subs for write/close
2019-12-22nntp: get rid of some unused imports
2019-12-22nntp: simplify method detection using UNIVERSAL::can
2019-12-22testcommon: require_git: use "plan" from Test::More
2019-12-21searchview: save a column in &x=t thread skeleton
2019-12-20view: show percentage in search results thread skeleton