Age | Commit message (Expand) | Author | Files | Lines |
2010-11-26 | http-backend: use end_url_with_slash() | Tay Ray Chuan | 1 | -3/+1 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -3/+3 |
2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -2/+2 |
2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -1/+1 |
2010-06-21 | Merge branch 'js/async-thread' | Junio C Hamano | 1 | -4/+2 |
2010-05-24 | make url-related functions reusable | Jeff King | 1 | -56/+3 |
2010-03-24 | http-backend: Don't infinite loop during die() | Shawn O. Pearce | 1 | -7/+11 |
2010-03-07 | Make report() from usage.c public as vreportf() and use it. | Johannes Sixt | 1 | -4/+1 |
2010-01-06 | Smart-http: check if repository is OK to export before serving it | Tarmigan Casebolt | 1 | -0/+3 |
2009-11-15 | http-backend: Let gcc check the format of more printf-type functions. | Tarmigan Casebolt | 1 | -0/+3 |
2009-11-15 | http-backend: Fix access beyond end of string. | Tarmigan Casebolt | 1 | -3/+4 |
2009-11-13 | http-backend: Fix bad treatment of uintmax_t in Content-Length | Shawn O. Pearce | 1 | -6/+3 |
2009-11-09 | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 1 | -0/+6 |
2009-11-09 | Git-aware CGI to provide dumb HTTP transport | Shawn O. Pearce | 1 | -5/+5 |
2009-11-04 | http-backend: Use http.getanyfile to disable dumb HTTP serving | Shawn O. Pearce | 1 | -6/+28 |
2009-11-04 | http-backend: add GIT_PROJECT_ROOT environment var | Mark Lodato | 1 | -3/+22 |
2009-11-04 | Smart fetch and push over HTTP: server side | Shawn O. Pearce | 1 | -3/+321 |
2009-11-04 | Git-aware CGI to provide dumb HTTP transport | Shawn O. Pearce | 1 | -0/+289 |