about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitHTTPBackend.pm
DateCommit message (Expand)
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)
2016-07-01git: allow cloning from the URL root, too
2016-07-01githttpbackend: allow git to be a regular scalar string
2016-06-24githttpbackend: shallow clone workaround
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-27git-http-backend: close pipe for generic PSGI on errors
2016-05-27git-http-backend: move real close to GetlineBody
2016-05-27git-http-backend: fix aborts for generic PSGI clone
2016-05-24git-http-backend: use qspawn to limit running processes
2016-05-23git-http-backend: refactor to support cleanup
2016-05-23git-http-backend: avoid Plack::Request parsing body
2016-05-23git-http-backend: cleanup vestigial the process limiter code
2016-05-22git-http-backend: switch to async_pass
2016-05-22git-http-backend: simplify dumb serving
2016-05-22git-http-backend: remove process limit
2016-05-15git-http-backend: set cache headers
2016-05-12git-http-backend: do not drop connection on successful finish