summaryrefslogtreecommitdiff
path: root/http-walker.c
AgeCommit message (Expand)Author
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-07-19Merge branch 'maint'Junio C Hamano
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano
2008-06-25move show_pack_info() where it belongsNicolas Pitre
2008-04-27Make walker.fetch_ref() take a struct ref.Daniel Barkalow
2008-02-27Set proxy override with http_init()Mike Hommey
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey
2007-12-15Fix various memory leaks in http-push.c and http-walker.cMike Hommey
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey
2007-12-15Fix random sha1 in error message in http-fetch and http-pushMike Hommey
2007-11-26Print the real filename that we failed to open.André Goddard Rosa
2007-09-19Modularize commit-walkerDaniel Barkalow