about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-01-01wwwstatic: add directory listing + index.html support
2020-01-01wwwstatic: avoid TOCTTOU for FIFO check
2020-01-01wwwstatic: do not open() files for HEAD requests
2020-01-01wwwstatic: move r(...) functions here
2020-01-01www: move more logic into path_info_raw
2020-01-01wwwstatic: implement Last-Modified and If-Modified-Since
2020-01-01cgit: type declaration for PublicInbox::Git
2020-01-01filter/base: export REJECT as a constant
2020-01-01githttpbackend: remove ancient compatibility check
2020-01-01http: update comment about psgix.io usage
2020-01-01wwwstatic: getline: die on missing psgix.io
2020-01-01spamcheck/spamc: pass GLOB handles instead of FD numbers
2020-01-01nntp: handle 2-digit year "70" properly
2019-12-30spawn: better error handling
2019-12-30spawn: support chdir via -C option
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-29search: load_xapian: return true on success
2019-12-28Merge branch 'no-closure'
2019-12-28ds: use MSG_MORE when wbuf is empty during long responses
2019-12-28search: retry_reopen passes user arg to callback
2019-12-28solvergit: allow passing arg to user-supplied callback
2019-12-27viewvcs: avoid anonymous sub for HTML response
2019-12-27wwwattach: avoid anonymous sub for msg_iter
2019-12-27view: msg_iter calls add_body_text directly
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