summaryrefslogtreecommitdiffstats
path: root/http-backend.c
AgeCommit message (Expand)AuthorLines
2010-03-24http-backend: Don't infinite loop during die()Shawn O. Pearce-7/+11
2010-01-06Smart-http: check if repository is OK to export before serving itTarmigan Casebolt-0/+3
2009-11-15http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt-0/+3
2009-11-15http-backend: Fix access beyond end of string.Tarmigan Casebolt-3/+4
2009-11-13http-backend: Fix bad treatment of uintmax_t in Content-LengthShawn O. Pearce-6/+3
2009-11-09http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce-0/+6
2009-11-09Git-aware CGI to provide dumb HTTP transportShawn O. Pearce-5/+5
2009-11-04http-backend: Use http.getanyfile to disable dumb HTTP servingShawn O. Pearce-6/+28
2009-11-04http-backend: add GIT_PROJECT_ROOT environment varMark Lodato-3/+22
2009-11-04Smart fetch and push over HTTP: server sideShawn O. Pearce-3/+321
2009-11-04Git-aware CGI to provide dumb HTTP transportShawn O. Pearce-0/+289