about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitHTTPBackend.pm
DateCommit message (Expand)
2016-05-01git-http-backend: use real lseek for Content-Range
2016-04-29http: improve error handling for aborted responses
2016-04-29git-http-backend: check EINTR as well as EAGAIN
2016-04-28githttpbackend: clamp to one smart HTTP request at-a-time
2016-04-28githttpbackend: fall back to dumb if smart HTTP is off
2016-04-25githttpbackend: require IO::File explicitly
2016-03-05git-http-backend: favor sysread for regular files
2016-03-01httpd: document pi-httpd.async as totally unstable
2016-02-29git-http-backend: fixes for mod_perl
2016-02-29git-http-backend: stricter parsing of CRLF
2016-02-27git: use built-in spawn implementation for vfork
2016-02-26git-http-backend: extract input_to_file function
2016-02-25git-http-backend: avoid multi-arg print statemtents
2016-02-25git-http-backend: start async API for streaming
2016-02-25git-http-backend: start refactoring to use callback
2016-02-25use pipe for git-http-backend output
2016-02-25remove direct CGI.pm support
2016-02-07support smart HTTP cloning