390 Commits (eca8c62a50e033ce6a4f4e065bb507ca3d98e75c)

Author SHA1 Message Date
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
Ævar Arnfjörð Bjarmason ce528de023 refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) 7 years ago
Brandon Williams 1a53e692af remote-curl: accept all encodings supported by curl 7 years ago
Jeff King 390c6cbc5e http: use strbufs instead of fixed buffers 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson dd724bcb2f http: eliminate hard-coded constants 7 years ago
Loganaden Velvindron d81b651f56 http: allow use of TLS 1.3 7 years ago
Stefan Beller 5babff16d9 packfile: allow install_packed_git to handle arbitrary repositories 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
Ramsay Jones b8fd6008ec http: fix an unused variable warning for 'curl_no_proxy' 7 years ago
Brandon Williams 884e586f9e http: don't always add Git-Protocol header 7 years ago
Brandon Williams 8ff14ed412 http: allow providing extra headers for http requests 7 years ago
Brandon Williams ee6e065351 http: rename 'new' variables 7 years ago
Jonathan Tan 8ba18e6fa4 http: support omitting data from traces 7 years ago
Jonathan Tan 83411783c3 http: support cookie redaction when tracing 7 years ago
Christian Couder ea6577303f sha1_file: remove static strbuf from sha1_file_name() 7 years ago
René Scharfe c7191fa510 http: use internal argv_array of struct child_process 7 years ago