410 Commits (ddb1055343948e0d0bc81f8d20245f1ada6430a0)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 32da6e6daf http: don't hardcode the value of CURL_SOCKOPT_OK 4 years ago
Ævar Arnfjörð Bjarmason e4ff3b67c2 http: centralize the accounting of libcurl dependencies 4 years ago
Ævar Arnfjörð Bjarmason 905a028804 http: correct curl version check for CURLOPT_PINNEDPUBLICKEY 4 years ago
Ævar Arnfjörð Bjarmason 2a7f64616a http: correct version check for CURL_HTTP_VERSION_2 4 years ago
Ævar Arnfjörð Bjarmason 7ce3dcd533 http: drop support for curl < 7.18.0 (again) 4 years ago
Ævar Arnfjörð Bjarmason 8dda4cbdf2 http: rename CURLOPT_FILE to CURLOPT_WRITEDATA 4 years ago
Ævar Arnfjörð Bjarmason 5db9d38359 http: drop support for curl < 7.19.3 and < 7.17.0 (again) 4 years ago
Jeff King 644de29e22 http: drop support for curl < 7.19.4 4 years ago
Jeff King 013c7e2b07 http: drop support for curl < 7.16.0 4 years ago
Jeff King 1119a15b5c http: drop support for curl < 7.11.1 4 years ago
Jeff King ecf7b129fa Revert "remote-curl: fall back to basic auth if Negotiate fails" 4 years ago
brian m. carlson 5951bf467e Use the final_oid_fn to finalize hashing of object IDs 4 years ago
Christopher Schenk 1b0d9545bb remote-curl: fall back to basic auth if Negotiate fails 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
John Szakmeister a4a4439fdf http: drop the check for an empty proxy password before approving 4 years ago
John Szakmeister cd27f604e4 http: store credential when PKI auth is used 4 years ago
Jonathan Tan 726b25a91b http: allow custom index-pack args 4 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
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 9cb3cab560 http: use --stdin when indexing dumb HTTP pack 5 years ago
Jonathan Tan 827e7d4da4 http: redact all cookies, teach GIT_TRACE_REDACT=0 5 years ago
Jonathan Tan 7167a62b9e http, imap-send: stop using CURLOPT_VERBOSE 5 years ago
Jeff King 24036686c4 credential: parse URL without host as empty host, not unset 5 years ago
Jorge Lopez Silva af026519c9 http: add environment variable support for HTTPS proxies 5 years ago
Jorge Lopez Silva 88238e02d5 http: add client cert support for HTTPS proxies 5 years ago
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 5 years ago
Johannes Schindelin 4d17fd253f remote-curl: unbreak http.extraHeader with custom allocators 5 years ago
Mike Hommey 7e92756751 http: don't leak urlmatch_config.vars 6 years ago
Matthew DeVore c2694952e3 strbuf: give URL-encoding API a char predicate fn 6 years ago
Mike Hommey 5c3d5a3823 Make fread/fwrite-like functions in http.c more like fread/fwrite. 6 years ago
Jeff King ddc56d4710 http: simplify parsing of remote objects/info/packs 6 years ago
brian m. carlson 05dfc7cac4 http: replace sha1_to_hex 6 years ago
brian m. carlson eed0e60f02 http: compute hash of downloaded objects using the_hash_algo 6 years ago
brian m. carlson ae041a0f9a http: replace hard-coded constant with the_hash_algo 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 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
Masaya Suzuki 8dd2e88a92 http: support file handles for HTTP_KEEP_ERROR 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
Jean-Noël Avila d355e46a15 i18n: fix small typos 6 years ago
Jeff King b69fb867b4 sha1_file_name(): overwrite buffer instead of appending 6 years ago
Force Charlie d73019feb4 http: add support selecting http version 6 years ago
Junio C Hamano d6b1d3b2d1 http: give curl version warnings consistently 6 years ago
Johannes Schindelin b67d40adbb http: when using Secure Channel, ignore sslCAInfo by default 6 years ago
Brendan Forster 93aef7c79b http: add support for disabling SSL revocation checks in cURL 6 years ago
Johannes Schindelin 21084e84a4 http: add support for selecting SSL backends at runtime 7 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago