summaryrefslogtreecommitdiff
path: root/http-walker.c
Commit message (Expand)AuthorAgeFilesLines
* http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-061-227/+40
* http*: add helper methods for fetching packsTay Ray Chuan2009-06-061-67/+18
* http*: add http_get_info_packsTay Ray Chuan2009-06-061-175/+9
* http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-061-13/+5
* http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-061-22/+23
* http-walker: verify remote packsTay Ray Chuan2009-06-061-3/+30
* http-push, http-walker: style fixesTay Ray Chuan2009-06-061-33/+50
* Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-061-0/+6
|\
| * http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-061-0/+6
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-7/+7
|/
* Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-271-1/+0
* Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-4/+4
|\
| * Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-4/+4
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-5/+5
|/
* Merge branch 'maint'Junio C Hamano2008-07-191-0/+2
|\
| * http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano2008-07-181-0/+2
* | move show_pack_info() where it belongsNicolas Pitre2008-06-241-1/+1
|/
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-261-2/+2
* Set proxy override with http_init()Mike Hommey2008-02-271-2/+2
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-141-79/+1
* Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-141-15/+25
* Use strbuf in http codeMike Hommey2007-12-141-38/+21
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-141-13/+0
* Fix random sha1 in error message in http-fetch and http-pushMike Hommey2007-12-141-2/+3
* Print the real filename that we failed to open.André Goddard Rosa2007-11-251-2/+2
* Modularize commit-walkerDaniel Barkalow2007-09-191-0/+1035