about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitHTTPBackend.pm
DateCommit message (Expand)
2024-02-10www: quiet errors for git-{archive,http-backend}
2023-10-25drop psgi_return, httpd/async and GetlineBody
2023-10-25qspawn: introduce new psgi_yield API
2023-10-25qspawn: psgi_return allows list for callback args
2023-10-25limiter: split out from qspawn
2023-01-06qspawn: use fallback response code from CGI program
2023-01-03githttpbackend: avoid copying PSGI env
2022-12-27qspawn: more generic command chaining
2022-12-23httpd: avoid crash on cgit -> coderepo 404 fallback
2022-10-24githttpbackend: remove unused $BIN variable
2022-10-24another step towards git SHA-256 support
2022-10-09www: cgit: fix fallback to WwwCoderepo on array responses
2022-10-07www: cgit: fall back to WwwCoderepo on 404s
2021-10-13treewide: use warn() or carp() instead of env->{psgi.errors}
2021-09-17git_http_backend: forward HTTP_GIT_PROTOCOL in request headers
2021-01-01update copyrights for 2021
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-01wwwstatic: move r(...) functions here
2020-01-01githttpbackend: remove ancient compatibility check
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-27githttpbackend: split out wwwstatic
2019-12-26qspawn: psgi_return: allow non-anon parse_hdr callback
2019-09-17qspawn: improve variable naming and commenting
2019-09-14githttpbackend: use REMOTE_ADDR for deleted identifier
2019-09-14tmpfile: give temporary files meaningful names
2019-09-09run update-copyrights from gnulib for 2019
2019-06-24allow use of PerlIO layers for filesystem writes
2019-06-04githttpbackend: require ASCII in path
2019-06-04githttpbackend: require Range:, Status: to be ASCII digits
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-04-15cgit: serve static css, logo, favicon directly
2019-04-04githttpbackend: check for other errors and relax CRLF check
2019-04-04githttpbackend: move more psgi.input handling into subroutine
2019-04-02githttpbackend: serve $GIT_DIR/info/attributes
2019-01-22qspawn: implement psgi_return and use it for githttpbackend
2019-01-09doc: various overview-level module comments
2018-03-27githttpbackend: avoid infinite loop on generic PSGI servers
2018-02-07update copyrights for 2018
2016-12-25githttpbackend: minor cleanups to improve readability
2016-12-25githttpbackend: simplify compatibility code
2016-12-25githttpbackend: minor readability improvement
2016-12-22doc: various comments on async handling
2016-11-26avoid IO::File for anonymous temporary files
2016-11-26githttpbackend: error checking for input handling
2016-07-09www: add configurable limiters
2016-07-09qspawn: allow configurable limiters
2016-07-09cleanup some unnecessary use/requires
2016-07-07githttpbackend: avoid intermediate array creation from stat
2016-07-03githttpbackend: match Content-Type of git-http-backend(1)