Age | Commit message (Expand) | Author | Files | Lines |
2014-09-02 | http-walker: simplify process_alternates_response() using strbuf | René Scharfe | 1 | -9/+6 |
2014-06-19 | use xstrfmt to replace xmalloc + sprintf | Jeff King | 1 | -2/+1 |
2014-06-19 | use xstrdup instead of xmalloc + strcpy | Jeff King | 1 | -2/+1 |
2012-09-12 | Rename static function fetch_pack() to http_fetch_pack() | Michael Haggerty | 1 | -2/+2 |
2011-05-04 | http: make curl callbacks match contracts from curl header | Dan McGee | 1 | -2/+2 |
2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -4/+2 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-05-21 | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 1 | -1/+1 |
2010-04-17 | http.c: Don't store destination name in request structures | Shawn O. Pearce | 1 | -1/+1 |
2010-03-02 | http: init and cleanup separately from http-walker | Tay Ray Chuan | 1 | -5/+1 |
2010-03-02 | http-walker: cleanup more thoroughly | Tay Ray Chuan | 1 | -0/+17 |
2009-06-06 | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 1 | -227/+40 |
2009-06-06 | http*: add helper methods for fetching packs | Tay Ray Chuan | 1 | -67/+18 |
2009-06-06 | http*: add http_get_info_packs | Tay Ray Chuan | 1 | -175/+9 |
2009-06-06 | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 1 | -13/+5 |
2009-06-06 | http*: copy string returned by sha1_to_hex | Tay Ray Chuan | 1 | -22/+23 |
2009-06-06 | http-walker: verify remote packs | Tay Ray Chuan | 1 | -3/+30 |
2009-06-06 | http-push, http-walker: style fixes | Tay Ray Chuan | 1 | -33/+50 |
2009-06-06 | Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push | Junio C Hamano | 1 | -0/+6 |
2009-06-06 | http*: cleanup slot->local after fclose | Tay Ray Chuan | 1 | -0/+6 |
2009-04-29 | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 1 | -7/+7 |
2009-03-27 | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 1 | -1/+0 |
2009-01-21 | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 1 | -4/+4 |
2009-01-11 | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 1 | -4/+4 |
2008-10-02 | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 1 | -5/+5 |
2008-07-19 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
2008-07-18 | http-fetch: do not SEGV after fetching a bad pack idx file | Junio C Hamano | 1 | -0/+2 |
2008-06-24 | move show_pack_info() where it belongs | Nicolas Pitre | 1 | -1/+1 |
2008-04-26 | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 1 | -2/+2 |
2008-02-27 | Set proxy override with http_init() | Mike Hommey | 1 | -2/+2 |
2007-12-14 | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 1 | -79/+1 |
2007-12-14 | Fix various memory leaks in http-push.c and http-walker.c | Mike Hommey | 1 | -15/+25 |
2007-12-14 | Use strbuf in http code | Mike Hommey | 1 | -38/+21 |
2007-12-14 | Avoid redundant declaration of missing_target() | Mike Hommey | 1 | -13/+0 |
2007-12-14 | Fix random sha1 in error message in http-fetch and http-push | Mike Hommey | 1 | -2/+3 |
2007-11-25 | Print the real filename that we failed to open. | André Goddard Rosa | 1 | -2/+2 |
2007-09-19 | Modularize commit-walker | Daniel Barkalow | 1 | -0/+1035 |