68 Commits (afb82d1db01e745bdcdad8719f8c3b85916a8afd)

Author SHA1 Message Date
Jonathan Tan eb05349247 http: refactor finish_http_pack_request() 5 years ago
brian m. carlson 2bf1db7862 http-walker: replace sha1_to_hex 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
Jeff King 3d10f72ef8 http: use normalize_curl_result() instead of manual conversion 6 years ago
Jeff King ccbbd8bf66 http: normalize curl results for dumb loose and alternates fetches 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Jeff King 514c5fdd03 sha1-file: modernize loose object file functions 6 years ago
Jeff King f0be0db13d http: use struct object_id instead of bare sha1 6 years ago
Jeff King b69fb867b4 sha1_file_name(): overwrite buffer instead of appending 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 7 years ago
Stefan Beller cf78ae4f3d sha1_file: add repository argument to sha1_file_name 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
brian m. carlson 16f0705df1 http-walker: convert struct object_request to use struct object_id 7 years ago
Christian Couder ea6577303f sha1_file: remove static strbuf from sha1_file_name() 7 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Jeff King d61434ae81 http-walker: fix buffer underflow processing remote alternates 8 years ago
Eric Wong 5cae73d5d2 http: release strbuf on disabled alternates 8 years ago
Eric Wong de46138826 http: inform about alternates-as-redirects behavior 8 years ago
Jeff King abcbdc0389 http: respect protocol.*.allow=user for http-alternates 8 years ago
Jeff King 3680f16f9d http-walker: complain about non-404 loose object errors 8 years ago
Jeff King cb4d2d35c4 http: treat http-alternates like redirects 8 years ago
Eric Wong 94e99012fc http-walker: reduce O(n) ops with doubly-linked list 9 years ago
Eric Wong 17966c0a63 http: avoid disconnecting on 404s for loose objects 9 years ago
Eric Wong 43b8bba6b6 http-walker: remove unused parameter from fetch_object 9 years ago
Jeff King 54ba4c5fa2 http-walker: store url in a strbuf 10 years ago
René Scharfe 59b8263a6d http-walker: simplify process_alternates_response() using strbuf 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Jeff King 95244ae3dd use xstrdup instead of xmalloc + strcpy 11 years ago
Michael Haggerty 07c19e72c5 Rename static function fetch_pack() to http_fetch_pack() 13 years ago
Dan McGee a04ff3ec32 http: make curl callbacks match contracts from curl header 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Shawn O. Pearce 0da8b2e7c8 http.c: Don't store destination name in request structures 15 years ago
Tay Ray Chuan 888692b733 http: init and cleanup separately from http-walker 15 years ago
Tay Ray Chuan 09ae9aca14 http-walker: cleanup more thoroughly 15 years ago
Tay Ray Chuan 5424bc557f http*: add helper methods for fetching objects (loose) 16 years ago
Tay Ray Chuan 2264dfa5c4 http*: add helper methods for fetching packs 16 years ago
Tay Ray Chuan b8caac2b8a http*: add http_get_info_packs 16 years ago
Tay Ray Chuan e917674597 http*: move common variables and macros to http.[ch] 16 years ago
Tay Ray Chuan 20cfb3aa71 http*: copy string returned by sha1_to_hex 16 years ago
Tay Ray Chuan 48188c259a http-walker: verify remote packs 16 years ago
Tay Ray Chuan 4c42aa1a13 http-push, http-walker: style fixes 16 years ago
Tay Ray Chuan 16493eb0d0 http*: cleanup slot->local after fclose 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Junio C Hamano a70c232e0f http-fetch: do not SEGV after fetching a bad pack idx file 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago