]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/GitHTTPBackend.pm
githttpbackend: simplify compatibility code
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
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