90 Commits (2b713c272cd8f9dc70ad746e8ba01a93d8baa023)

Author SHA1 Message Date
Jonathan Tan 8d5d2a34df http-fetch: support fetching packfiles by URL 5 years ago
Jonathan Tan eb05349247 http: refactor finish_http_pack_request() 5 years ago
Jonathan Tan 7167a62b9e http, imap-send: stop using CURLOPT_VERBOSE 5 years ago
Carlo Marcelo Arenas Belón 93b980e58f http: use xmalloc with cURL 5 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
brian m. carlson eed0e60f02 http: compute hash of downloaded objects using the_hash_algo 6 years ago
Jeff King a3722bcbbd http: factor out curl result code normalization 6 years ago
Masaya Suzuki e6cf87b12d http: enable keep_error for HTTP requests 6 years ago
Jeff King f0be0db13d http: use struct object_id instead of bare sha1 6 years ago
Jeff King 390c6cbc5e http: use strbufs instead of fixed buffers 7 years ago
Brandon Williams 8ff14ed412 http: allow providing extra headers for http requests 7 years ago
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