summaryrefslogtreecommitdiffstats
path: root/http-walker.c
AgeCommit message (Expand)AuthorLines
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland-1/+0
2009-01-21Merge branch 'lt/maint-wrap-zlib'Junio C Hamano-4/+4
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds-4/+4
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre-5/+5
2008-07-19Merge branch 'maint'Junio C Hamano-0/+2
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano-0/+2
2008-06-24move show_pack_info() where it belongsNicolas Pitre-1/+1
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