summaryrefslogtreecommitdiffstats
path: root/http-walker.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file_name(): overwrite buffer instead of appendingJeff King2018-11-131-1/+1
* convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-1/+1
* convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
* Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+3
|\
| * sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-1/+2
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
* | http-walker: convert struct object_request to use struct object_idbrian m. carlson2018-03-141-8/+8
|/
* sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-171-2/+4
* pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+1
* Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano2017-03-171-4/+7
|\
| * http-walker: fix buffer underflow processing remote alternatesJeff King2017-03-131-4/+7
* | http: release strbuf on disabled alternatesEric Wong2017-03-061-0/+2
* | http: inform about alternates-as-redirects behaviorEric Wong2017-03-061-3/+5
|/
* http: respect protocol.*.allow=user for http-alternatesJeff King2016-12-151-11/+41
* http-walker: complain about non-404 loose object errorsJeff King2016-12-061-2/+5
* Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano2016-12-061-29/+26
|\
| * http-walker: reduce O(n) ops with doubly-linked listEric Wong2016-07-121-27/+15
| * http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-121-0/+9
| * http-walker: remove unused parameter from fetch_objectEric Wong2016-07-121-2/+2
* | http: treat http-alternates like redirectsJeff King2016-12-061-3/+5
|/
* http-walker: store url in a strbufJeff King2015-09-251-9/+10
* http-walker: simplify process_alternates_response() using strbufRené Scharfe2014-09-021-9/+6
* use xstrfmt to replace xmalloc + sprintfJeff King2014-06-191-2/+1
* use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-2/+1
* Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty2012-09-121-2/+2
* http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-2/+2
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-4/+2
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
* | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-211-1/+1
|\ \ | |/ |/|
| * http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-171-1/+1
* | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-021-5/+1
* | http-walker: cleanup more thoroughlyTay Ray Chuan2010-03-021-0/+17
|/
* http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-061-227/+40
* http*: add helper methods for fetching packsTay Ray Chuan2009-06-061-67/+18
* http*: add http_get_info_packsTay Ray Chuan2009-06-061-175/+9
* http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-061-13/+5
* http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-061-22/+23
* http-walker: verify remote packsTay Ray Chuan2009-06-061-3/+30
* http-push, http-walker: style fixesTay Ray Chuan2009-06-061-33/+50
* Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-061-0/+6
|\
| * http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-061-0/+6
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-7/+7
|/
* Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-271-1/+0
* Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-4/+4
|\
| * Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-4/+4
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-5/+5
|/
* Merge branch 'maint'Junio C Hamano2008-07-191-0/+2
|\
| * http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano2008-07-181-0/+2
* | move show_pack_info() where it belongsNicolas Pitre2008-06-241-1/+1
|/