summaryrefslogtreecommitdiffstats
path: root/http-walker.c
AgeCommit message (Expand)AuthorLines
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano-0/+2
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow-2/+2
2008-02-27Set proxy override with http_init()Mike Hommey-2/+2
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey-79/+1
2007-12-14Fix various memory leaks in http-push.c and http-walker.cMike Hommey-15/+25
2007-12-14Use strbuf in http codeMike Hommey-38/+21
2007-12-14Avoid redundant declaration of missing_target()Mike Hommey-13/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushMike Hommey-2/+3
2007-11-25Print the real filename that we failed to open.André Goddard Rosa-2/+2
2007-09-19Modularize commit-walkerDaniel Barkalow-0/+1035