summaryrefslogtreecommitdiff
path: root/http-walker.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge branch 'jk/http-walker-buffer-underflow-fix'Libravatar Junio C Hamano1-4/+7
2017-03-13http-walker: fix buffer underflow processing remote alternatesLibravatar Jeff King1-4/+7
2017-03-06http: release strbuf on disabled alternatesLibravatar Eric Wong1-0/+2
2017-03-06http: inform about alternates-as-redirects behaviorLibravatar Eric Wong1-3/+5
2016-12-15http: respect protocol.*.allow=user for http-alternatesLibravatar Jeff King1-11/+41
2016-12-06http-walker: complain about non-404 loose object errorsLibravatar Jeff King1-2/+5
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectLibravatar Junio C Hamano1-29/+26
2016-12-06http: treat http-alternates like redirectsLibravatar Jeff King1-3/+5
2016-07-12http-walker: reduce O(n) ops with doubly-linked listLibravatar Eric Wong1-27/+15
2016-07-12http: avoid disconnecting on 404s for loose objectsLibravatar Eric Wong1-0/+9
2016-07-12http-walker: remove unused parameter from fetch_objectLibravatar Eric Wong1-2/+2
2015-09-25http-walker: store url in a strbufLibravatar Jeff King1-9/+10
2014-09-02http-walker: simplify process_alternates_response() using strbufLibravatar René Scharfe1-9/+6
2014-06-19use xstrfmt to replace xmalloc + sprintfLibravatar Jeff King1-2/+1
2014-06-19use xstrdup instead of xmalloc + strcpyLibravatar Jeff King1-2/+1
2012-09-12Rename static function fetch_pack() to http_fetch_pack()Libravatar Michael Haggerty1-2/+2
2011-05-04http: make curl callbacks match contracts from curl headerLibravatar Dan McGee1-2/+2
2011-03-16standardize brace placement in struct definitionsLibravatar Jonathan Nieder1-4/+2
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Libravatar Junio C Hamano1-1/+1
2010-04-17http.c: Don't store destination name in request structuresLibravatar Shawn O. Pearce1-1/+1
2010-03-02http: init and cleanup separately from http-walkerLibravatar Tay Ray Chuan1-5/+1
2010-03-02http-walker: cleanup more thoroughlyLibravatar Tay Ray Chuan1-0/+17
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan1-227/+40
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan1-67/+18
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan1-175/+9
2009-06-06http*: move common variables and macros to http.[ch]Libravatar Tay Ray Chuan1-13/+5
2009-06-06http*: copy string returned by sha1_to_hexLibravatar Tay Ray Chuan1-22/+23
2009-06-06http-walker: verify remote packsLibravatar Tay Ray Chuan1-3/+30
2009-06-06http-push, http-walker: style fixesLibravatar Tay Ray Chuan1-33/+50
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushLibravatar Junio C Hamano1-0/+6
2009-06-06http*: cleanup slot->local after fcloseLibravatar Tay Ray Chuan1-0/+6
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-7/+7
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Libravatar Johan Herland1-1/+0
2009-01-21Merge branch 'lt/maint-wrap-zlib'Libravatar Junio C Hamano1-4/+4
2009-01-11Wrap inflate and other zlib routines for better error reportingLibravatar Linus Torvalds1-4/+4
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsLibravatar Nicolas Pitre1-5/+5
2008-07-19Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileLibravatar Junio C Hamano1-0/+2
2008-06-24move show_pack_info() where it belongsLibravatar Nicolas Pitre1-1/+1
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow1-2/+2
2008-02-27Set proxy override with http_init()Libravatar Mike Hommey1-2/+2
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey1-79/+1
2007-12-14Fix various memory leaks in http-push.c and http-walker.cLibravatar Mike Hommey1-15/+25
2007-12-14Use strbuf in http codeLibravatar Mike Hommey1-38/+21
2007-12-14Avoid redundant declaration of missing_target()Libravatar Mike Hommey1-13/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushLibravatar Mike Hommey1-2/+3
2007-11-25Print the real filename that we failed to open.Libravatar André Goddard Rosa1-2/+2
2007-09-19Modularize commit-walkerLibravatar Daniel Barkalow1-0/+1035