73 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
Jeff King 50d3413740 http: make redirects more obvious 8 years ago
Elia Pinto 74c682d3c6 http.c: implement the GIT_TRACE_CURL environment variable 9 years ago
Johannes Schindelin 8cb01e2fd3 http: support sending custom HTTP headers 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Knut Franke 372370f167 http: use credential API to handle proxy authentication 9 years ago
David Turner 835c4d3689 http.c: use CURLOPT_RANGE for range requests 9 years ago
Junio C Hamano b90a3d7b32 http.c: make finish_active_slot() and handle_curl_result() static 10 years ago
Jeff King e31316263a http: optionally extract charset parameter from content-type 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Jeff King beed336c3e http: never use curl_easy_perform 11 years ago
Jeff King 0972ccd97c http: return curl's AUTHAVAIL via slot_results 11 years ago
Jeff King c93c92f309 http: update base URLs when we see redirects 11 years ago
Jeff King 78868962c0 http: provide effective url to callers 11 years ago
Jeff King 2501aff8b7 http: hoist credential request out of handle_curl_result 11 years ago
Jeff King 1bbcc224cc http: refactor options to http_get_* 11 years ago
Modestas Vainius 4bc444eb64 Support FTP-over-SSL/TLS for regular FTP 12 years ago
Jeff King 4df13f69e9 http: drop http_error function 12 years ago
Jeff King 67d2a7b5c5 http: simplify http_error helper function 12 years ago
Jeff King 6d052d78d7 http: add HTTP_KEEP_ERROR option 12 years ago
Shawn Pearce 4656bf47fc Verify Content-Type from smart HTTP servers 12 years ago
Jeff King 1960897ebc http: do not set up curl auth after a 401 12 years ago
Jeff King 188923f0d1 http: fix segfault in handle_curl_result 12 years ago
Jeff King 8809703072 http: factor out http error code handling 13 years ago
Jim Meyering a7793a7491 correct spelling: an URL -> a URL 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
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