]> Sergey Matveev's repositories - public-inbox.git/commit
Merge branch 'no-closure'
authorEric Wong <e@80x24.org>
Sat, 28 Dec 2019 21:43:17 +0000 (21:43 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Dec 2019 21:43:17 +0000 (21:43 +0000)
commit65e3cc8f6cc73e45db827cbeee4ccecbf1502496
treec7575754de71f56b92b9ac808cc3d675f374fef2
parentac1ac3b4e2858bcee5a644aac8b6320422ea7383
parentf2364c5765f0692d2f1e82b61804359a38f3fdfc
Merge branch 'no-closure'

* no-closure: (30 commits)
  search: retry_reopen passes user arg to callback
  solvergit: allow passing arg to user-supplied callback
  viewvcs: avoid anonymous sub for HTML response
  wwwattach: avoid anonymous sub for msg_iter
  view: msg_iter calls add_body_text directly
  searchview: remove anonymous sub when sorting threads by relevance
  view: thread_html: pass named sub to WwwStream
  searchview: pass named subs to Www*Stream
  wwwtext: avoid anonymous sub in response
  contentid: no anonymous sub
  view: msg_html: stop using an anonymous sub
  view: avoid anon sub in stream_thread
  config: each_inbox: pass user arg to callback
  feed: avoid anonymous subs
  mboxgz: pass $ctx to callback to avoid anon subs
  www: lazy load Plack::Util
  githttpbackend: split out wwwstatic
  qspawn: psgi_return: allow non-anon parse_hdr callback
  qspawn: drop "qspawn.filter" support, for now
  qspawn: psgi_qx: eliminate anonymous subs
  ...