]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/GitHTTPBackend.pm
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2020-01-01 Eric Wongwwwstatic: move r(...) functions here
2020-01-01 Eric Wonggithttpbackend: remove ancient compatibility check
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-27 Eric Wonggithttpbackend: split out wwwstatic
2019-12-26 Eric Wongqspawn: psgi_return: allow non-anon parse_hdr callback
2019-09-17 Eric Wongqspawn: improve variable naming and commenting
2019-09-14 Eric Wonggithttpbackend: use REMOTE_ADDR for deleted identifier
2019-09-14 Eric Wongtmpfile: give temporary files meaningful names
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongallow use of PerlIO layers for filesystem writes
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wonggithttpbackend: require ASCII in path
2019-06-04 Eric Wonggithttpbackend: require Range:, Status: to be ASCII...
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2019-04-15 Eric Wongcgit: serve static css, logo, favicon directly
2019-04-04 Eric Wonggithttpbackend: check for other errors and relax CRLF...
2019-04-04 Eric Wonggithttpbackend: move more psgi.input handling into...
2019-04-02 Eric Wonggithttpbackend: serve $GIT_DIR/info/attributes
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-30 Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-22 Eric Wongqspawn: implement psgi_return and use it for githttpbackend
2019-01-10 Eric WongMerge commit 'mem'
2019-01-09 Eric Wongdoc: various overview-level module comments
2018-03-27 Eric Wong (Contrac... githttpbackend: avoid infinite loop on generic PSGI...
2018-03-27 Eric Wong (Contrac... githttpbackend: avoid infinite loop on generic PSGI...
2018-02-07 Eric Wongupdate copyrights for 2018
2016-12-25 Eric Wonggithttpbackend: minor cleanups to improve readability
2016-12-25 Eric Wonggithttpbackend: simplify compatibility code
2016-12-25 Eric Wonggithttpbackend: minor readability improvement
2016-12-22 Eric Wongdoc: various comments on async handling
2016-11-26 Eric Wongavoid IO::File for anonymous temporary files
2016-11-26 Eric Wonggithttpbackend: error checking for input handling
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-09 Eric Wongqspawn: allow configurable limiters
2016-07-09 Eric Wongcleanup some unnecessary use/requires
2016-07-07 Eric Wonggithttpbackend: avoid intermediate array creation from...
2016-07-03 Eric Wonggithttpbackend: match Content-Type of git-http-backend(1)
2016-07-01 Eric Wonggit: allow cloning from the URL root, too
2016-07-01 Eric Wonggithttpbackend: allow git to be a regular scalar string
2016-06-24 Eric Wonggithttpbackend: shallow clone workaround
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wonggit-http-backend: remove dependency on Plack::Request
2016-05-27 Eric Wonggit-http-backend: close pipe for generic PSGI on errors
2016-05-27 Eric Wonggit-http-backend: move real close to GetlineBody
2016-05-27 Eric Wonggit-http-backend: fix aborts for generic PSGI clone
2016-05-24 Eric Wonggit-http-backend: use qspawn to limit running processes
2016-05-23 Eric Wonggit-http-backend: refactor to support cleanup
2016-05-23 Eric Wonggit-http-backend: avoid Plack::Request parsing body
2016-05-23 Eric Wonggit-http-backend: cleanup vestigial the process limiter...
2016-05-22 Eric Wonggit-http-backend: switch to async_pass
2016-05-22 Eric Wonggit-http-backend: simplify dumb serving
2016-05-22 Eric Wonggit-http-backend: remove process limit
2016-05-15 Eric Wonggit-http-backend: set cache headers
2016-05-12 Eric Wonggit-http-backend: do not drop connection on successful...
2016-05-03 Eric Wonggit-http-backend: reduce memory use for clone/fetch
2016-05-01 Eric Wonggit-http-backend: use real lseek for Content-Range
2016-04-29 Eric Wonghttp: improve error handling for aborted responses
2016-04-29 Eric Wonggit-http-backend: check EINTR as well as EAGAIN
2016-04-28 Eric Wonggithttpbackend: clamp to one smart HTTP request at...
2016-04-28 Eric Wonggithttpbackend: fall back to dumb if smart HTTP is off
2016-04-25 Eric Wonggithttpbackend: require IO::File explicitly
2016-03-05 Eric Wonggit-http-backend: favor sysread for regular files
2016-03-01 Eric Wonghttpd: document pi-httpd.async as totally unstable
2016-02-29 Eric Wonggit-http-backend: fixes for mod_perl
2016-02-29 Eric Wonggit-http-backend: stricter parsing of CRLF
2016-02-27 Eric Wonggit: use built-in spawn implementation for vfork
2016-02-26 Eric Wonggit-http-backend: extract input_to_file function
2016-02-25 Eric Wonggit-http-backend: avoid multi-arg print statemtents
2016-02-25 Eric Wonggit-http-backend: start async API for streaming
2016-02-25 Eric Wonggit-http-backend: start refactoring to use callback
2016-02-25 Eric Wonguse pipe for git-http-backend output
2016-02-25 Eric Wongremove direct CGI.pm support
2016-02-07 Eric Wongsupport smart HTTP cloning