363 Commits (2049b8dc65e7371c56452cfda5234182d58b704e)

Author SHA1 Message Date
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 6 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
Wei Shuyu 82b6803aee http: support CURLPROXY_HTTPS 7 years ago
Brandon Williams 19113a26b6 http: tell server that the client understands v1 7 years ago
Jeff King d0e9983980 curl_trace(): eliminate switch fallthrough 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Tom G. Christensen dd5df538b5 http: use a feature check to enable GSSAPI delegation control 8 years ago
Tom G. Christensen f18777ba6e http: fix handling of missing CURLPROTO_* 8 years ago
Junio C Hamano 8d1549643e http.c: http.sslcert and http.sslkey are both pathnames 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
Sergey Ryazanov ae51d91105 http: fix the silent ignoring of proxy misconfiguraion 8 years ago
Sergey Ryazanov 57415089bd http: honor empty http.proxy option to bypass proxy 8 years ago
Jeff King 1a168e5c86 convert unchecked snprintf into xsnprintf 8 years ago
Jonathan Tan 8e27391a5f http: attempt updating base URL only if no error 8 years ago