summaryrefslogtreecommitdiff
path: root/http-backend.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | make url-related functions reusableJeff King2010-05-241-56/+3
| |/ |/|
* | http-backend: Don't infinite loop during die()Shawn O. Pearce2010-03-241-7/+11
|/
* Smart-http: check if repository is OK to export before serving itTarmigan Casebolt2010-01-061-0/+3
* http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt2009-11-151-0/+3
* http-backend: Fix access beyond end of string.Tarmigan Casebolt2009-11-151-3/+4
* http-backend: Fix bad treatment of uintmax_t in Content-LengthShawn O. Pearce2009-11-131-6/+3
* http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-091-0/+6
* Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-091-5/+5
* http-backend: Use http.getanyfile to disable dumb HTTP servingShawn O. Pearce2009-11-041-6/+28
* http-backend: add GIT_PROJECT_ROOT environment varMark Lodato2009-11-041-3/+22
* Smart fetch and push over HTTP: server sideShawn O. Pearce2009-11-041-3/+321
* Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-041-0/+289