summaryrefslogtreecommitdiff
path: root/http-walker.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileLibravatar Junio C Hamano1-0/+2
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow1-2/+2
2008-02-27Set proxy override with http_init()Libravatar Mike Hommey1-2/+2
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey1-79/+1
2007-12-14Fix various memory leaks in http-push.c and http-walker.cLibravatar Mike Hommey1-15/+25
2007-12-14Use strbuf in http codeLibravatar Mike Hommey1-38/+21
2007-12-14Avoid redundant declaration of missing_target()Libravatar Mike Hommey1-13/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushLibravatar Mike Hommey1-2/+3
2007-11-25Print the real filename that we failed to open.Libravatar André Goddard Rosa1-2/+2
2007-09-19Modularize commit-walkerLibravatar Daniel Barkalow1-0/+1035