| Commit message (Expand) | Author | Age | Files | Lines |
* | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 2009-06-06 | 1 | -227/+40 |
* | http*: add helper methods for fetching packs | Tay Ray Chuan | 2009-06-06 | 1 | -67/+18 |
* | http*: add http_get_info_packs | Tay Ray Chuan | 2009-06-06 | 1 | -175/+9 |
* | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 2009-06-06 | 1 | -13/+5 |
* | http*: copy string returned by sha1_to_hex | Tay Ray Chuan | 2009-06-06 | 1 | -22/+23 |
* | http-walker: verify remote packs | Tay Ray Chuan | 2009-06-06 | 1 | -3/+30 |
* | http-push, http-walker: style fixes | Tay Ray Chuan | 2009-06-06 | 1 | -33/+50 |
* | Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push | Junio C Hamano | 2009-06-06 | 1 | -0/+6 |
|\ |
|
| * | http*: cleanup slot->local after fclose | Tay Ray Chuan | 2009-06-06 | 1 | -0/+6 |
* | | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 1 | -7/+7 |
|/ |
|
* | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 2009-03-27 | 1 | -1/+0 |
* | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 2009-01-21 | 1 | -4/+4 |
|\ |
|
| * | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 2009-01-11 | 1 | -4/+4 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-07-19 | 1 | -0/+2 |
|\ |
|
| * | http-fetch: do not SEGV after fetching a bad pack idx file | Junio C Hamano | 2008-07-18 | 1 | -0/+2 |
* | | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 | 1 | -1/+1 |
|/ |
|
* | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 | 1 | -2/+2 |
* | Set proxy override with http_init() | Mike Hommey | 2008-02-27 | 1 | -2/+2 |
* | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 2007-12-14 | 1 | -79/+1 |
* | Fix various memory leaks in http-push.c and http-walker.c | Mike Hommey | 2007-12-14 | 1 | -15/+25 |
* | Use strbuf in http code | Mike Hommey | 2007-12-14 | 1 | -38/+21 |
* | Avoid redundant declaration of missing_target() | Mike Hommey | 2007-12-14 | 1 | -13/+0 |
* | Fix random sha1 in error message in http-fetch and http-push | Mike Hommey | 2007-12-14 | 1 | -2/+3 |
* | Print the real filename that we failed to open. | André Goddard Rosa | 2007-11-25 | 1 | -2/+2 |
* | Modularize commit-walker | Daniel Barkalow | 2007-09-19 | 1 | -0/+1035 |