aboutsummaryrefslogtreecommitdiffstats
path: root/http-walker.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+1
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-2/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King1-2/+2
2023-03-17http: drop unused parameter from start_object_request()Jeff King1-4/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-7/+7
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason1-1/+1
2021-07-30http: drop support for curl < 7.16.0Jeff King1-12/+0
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-1/+1
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan1-2/+3
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-9/+9
2019-04-01http-walker: replace sha1_to_hexbrian m. carlson1-9/+9
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson1-1/+1
2019-03-24http: use normalize_curl_result() instead of manual conversionJeff King1-11/+2
2019-03-24http: normalize curl results for dumb loose and alternates fetchesJeff King1-0/+8
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King1-2/+2
2019-01-08sha1-file: modernize loose object file functionsJeff King1-1/+1
2019-01-08http: use struct object_id instead of bare sha1Jeff King1-3/+3
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King1-1/+1
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King1-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-1/+3
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller1-1/+2
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+1
2018-03-14http-walker: convert struct object_request to use struct object_idbrian m. carlson1-8/+8
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Christian Couder1-2/+4
2017-08-23pack: move find_sha1_pack()Jonathan Tan1-0/+1
2017-03-17Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano1-4/+7
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King1-4/+7
2017-03-06http: release strbuf on disabled alternatesEric Wong1-0/+2
2017-03-06http: inform about alternates-as-redirects behaviorEric Wong1-3/+5
2016-12-15http: respect protocol.*.allow=user for http-alternatesJeff King1-11/+41
2016-12-06http-walker: complain about non-404 loose object errorsJeff King1-2/+5
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano1-29/+26
2016-12-06http: treat http-alternates like redirectsJeff King1-3/+5
2016-07-12http-walker: reduce O(n) ops with doubly-linked listEric Wong1-27/+15
2016-07-12http: avoid disconnecting on 404s for loose objectsEric Wong1-0/+9
2016-07-12http-walker: remove unused parameter from fetch_objectEric Wong1-2/+2
2015-09-25http-walker: store url in a strbufJeff King1-9/+10
2014-09-02http-walker: simplify process_alternates_response() using strbufRené Scharfe1-9/+6
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King1-2/+1
2014-06-19use xstrdup instead of xmalloc + strcpyJeff King1-2/+1
2012-09-12Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty1-2/+2
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee1-2/+2
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-4/+2
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano1-1/+1
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce1-1/+1
2010-03-02http: init and cleanup separately from http-walkerTay Ray Chuan1-5/+1
2010-03-02http-walker: cleanup more thoroughlyTay Ray Chuan1-0/+17
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan1-227/+40
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan1-67/+18
2009-06-06http*: add http_get_info_packsTay Ray Chuan1-175/+9
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan1-13/+5
2009-06-06http*: copy string returned by sha1_to_hexTay Ray Chuan1-22/+23
2009-06-06http-walker: verify remote packsTay Ray Chuan1-3/+30
2009-06-06http-push, http-walker: style fixesTay Ray Chuan1-33/+50
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano1-0/+6
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan1-0/+6
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-7/+7
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland1-1/+0
2009-01-21Merge branch 'lt/maint-wrap-zlib'Junio C Hamano1-4/+4
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds1-4/+4
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-5/+5
2008-07-19Merge branch 'maint'Junio C Hamano1-0/+2
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano1-0/+2
2008-06-24move show_pack_info() where it belongsNicolas Pitre1-1/+1
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow1-2/+2
2008-02-27Set proxy override with http_init()Mike Hommey1-2/+2
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey1-79/+1
2007-12-14Fix various memory leaks in http-push.c and http-walker.cMike Hommey1-15/+25
2007-12-14Use strbuf in http codeMike Hommey1-38/+21
2007-12-14Avoid redundant declaration of missing_target()Mike Hommey1-13/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushMike Hommey1-2/+3
2007-11-25Print the real filename that we failed to open.André Goddard Rosa1-2/+2
2007-09-19Modularize commit-walkerDaniel Barkalow1-0/+1035