62 Commits (39f43177442d44d8a945c3ff6a8c08f481539763)

Author SHA1 Message Date
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 9 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
Daniel Barkalow c13b2633f4 Make walker.fetch_ref() take a struct ref. 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Mike Hommey d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c 17 years ago
Mike Hommey 3a462bc9ba Fix various memory leaks in http-push.c and http-walker.c 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago