40 Commits (8cad4744ee37ebec1d9491a1381ec1771a1ba795)

Author SHA1 Message Date
Jeff King 093c44a360 http: drop "local" member from request struct 13 years ago
Mika Fischer df26c47127 http.c: Rely on select instead of tracking whether data was received 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 13 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 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
Tay Ray Chuan 1966d9f37b shift end_url_with_slash() from http.[ch] to url.[ch] 14 years ago
Jonathan Nieder 987460611a Standardize do { ... } while (0) style 15 years ago
Shawn O. Pearce 0da8b2e7c8 http.c: Don't store destination name in request structures 15 years ago
Tay Ray Chuan eb9d47cf9b http: make end_url_with_slash() public 15 years ago
Scott Chacon 42653c09c8 Prompt for a username when an HTTP request 401s 15 years ago
Junio C Hamano 83e41e2e61 http.c: mark file-local functions static 15 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 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
Mike Hommey e929cd20bb http.c: new functions for the http API 16 years ago
Tay Ray Chuan e917674597 http*: move common variables and macros to http.[ch] 16 years ago
Martin Storsjö 3944ba0cb0 Allow curl to rewind the read buffers 16 years ago
Junio C Hamano f444e5286e Work around gcc warnings from curl headers 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
Junio C Hamano 4f5f998fbd Clarify that http-push being temporarily disabled with older cURL 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 028c297638 Use strbuf in http code 17 years ago
Mike Hommey e8dc37e0e3 Avoid redundant declaration of missing_target() 17 years ago
Mike Hommey cc3530e8f3 Cleanup variables in http.[ch] 17 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 18 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 18 years ago
Alexandre Julliard 9cf04301b1 http-fetch: Disable use of curl multi support for libcurl < 7.16. 18 years ago
Junio C Hamano 500ebb0196 Work around http-fetch built with cURL 7.16.0 18 years ago
Art Haas c774b2dcf6 Patch for http-fetch.c and older curl releases 19 years ago
Nick Hengeveld baa7b67d09 HTTP slot reuse fixes 19 years ago
Mark Wooding 53f313897e http-fetch: Abort requests for objects which arrived in packs 19 years ago
Nick Hengeveld c8568e139e Fix HTTP request result processing after slot reuse 19 years ago
Nick Hengeveld 29508e1efb Isolate shared HTTP request functionality 19 years ago