summaryrefslogtreecommitdiff
path: root/http-walker.c
AgeCommit message (Expand)Author
2018-11-13sha1_file_name(): overwrite buffer instead of appendingJeff King
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-26sha1_file: add repository argument to sha1_file_nameStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-14http-walker: convert struct object_request to use struct object_idbrian m. carlson
2018-01-17sha1_file: remove static strbuf from sha1_file_name()Christian Couder
2017-08-23pack: move find_sha1_pack()Jonathan Tan
2017-03-17Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King
2017-03-06http: release strbuf on disabled alternatesEric Wong
2017-03-06http: inform about alternates-as-redirects behaviorEric Wong
2016-12-15http: respect protocol.*.allow=user for http-alternatesJeff King
2016-12-06http-walker: complain about non-404 loose object errorsJeff King
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano
2016-12-06http: treat http-alternates like redirectsJeff King
2016-07-12http-walker: reduce O(n) ops with doubly-linked listEric Wong
2016-07-12http: avoid disconnecting on 404s for loose objectsEric Wong
2016-07-12http-walker: remove unused parameter from fetch_objectEric Wong
2015-09-25http-walker: store url in a strbufJeff King
2014-09-02http-walker: simplify process_alternates_response() using strbufRené Scharfe
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King
2014-06-19use xstrdup instead of xmalloc + strcpyJeff King
2012-09-12Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce
2010-03-02http: init and cleanup separately from http-walkerTay Ray Chuan
2010-03-02http-walker: cleanup more thoroughlyTay Ray Chuan
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan
2009-06-06http*: add http_get_info_packsTay Ray Chuan
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan
2009-06-06http*: copy string returned by sha1_to_hexTay Ray Chuan
2009-06-06http-walker: verify remote packsTay Ray Chuan
2009-06-06http-push, http-walker: style fixesTay Ray Chuan
2009-06-06Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano
2009-06-06http*: cleanup slot->local after fcloseTay Ray Chuan
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-03-28Move chmod(foo, 0444) into move_temp_to_file()Johan Herland
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-07-19Merge branch 'maint'Junio C Hamano
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano
2008-06-25move show_pack_info() where it belongsNicolas Pitre