Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 2.26.2 | Junio C Hamano | 2020-04-20 | 1 | -0/+2 |
|\ | |||||
| * | Git 2.26.2v2.26.2 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| |\ | |||||
| | * | Git 2.25.4v2.25.4 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Git 2.24.3v2.24.3 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Git 2.22.4v2.22.4 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Git 2.21.3v2.21.3 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | Git 2.20.4v2.20.4 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Git 2.19.5v2.19.5 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Git 2.18.4v2.18.4 | Jonathan Nieder | 2020-04-20 | 1 | -0/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | credential: parse URL without host as empty host, not unset | Jeff King | 2020-04-20 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'js/https-proxy-config' | Junio C Hamano | 2020-03-25 | 1 | -5/+69 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | http: add environment variable support for HTTPS proxies | Jorge Lopez Silva | 2020-03-05 | 1 | -0/+7 |
| * | | | | | | | | | http: add client cert support for HTTPS proxies | Jorge Lopez Silva | 2020-03-05 | 1 | -5/+62 |
| |/ / / / / / / / | |||||
* / / / / / / / / | strbuf: add and use strbuf_insertstr() | René Scharfe | 2020-02-10 | 1 | -2/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'cb/curl-use-xmalloc' | Junio C Hamano | 2019-12-01 | 1 | -10/+8 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | remote-curl: unbreak http.extraHeader with custom allocators | Johannes Schindelin | 2019-11-07 | 1 | -10/+8 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'mh/http-urlmatch-cleanup' | Junio C Hamano | 2019-09-30 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | http: don't leak urlmatch_config.vars | Mike Hommey | 2019-08-26 | 1 | -0/+1 |
| |/ / / / / / | |||||
* / / / / / / | strbuf: give URL-encoding API a char predicate fn | Matthew DeVore | 2019-06-28 | 1 | -2/+4 |
|/ / / / / / | |||||
* | | | | | | Make fread/fwrite-like functions in http.c more like fread/fwrite. | Mike Hommey | 2019-05-08 | 1 | -6/+6 |
* | | | | | | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 2019-04-25 | 1 | -16/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | http: replace sha1_to_hex | brian m. carlson | 2019-04-01 | 1 | -6/+6 |
| * | | | | | | http: compute hash of downloaded objects using the_hash_algo | brian m. carlson | 2019-04-01 | 1 | -5/+5 |
| * | | | | | | http: replace hard-coded constant with the_hash_algo | brian m. carlson | 2019-04-01 | 1 | -1/+1 |
| * | | | | | | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 2019-04-01 | 1 | -6/+7 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/server-info-rabbit-hole' | Junio C Hamano | 2019-04-25 | 1 | -21/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | http: simplify parsing of remote objects/info/packs | Jeff King | 2019-04-16 | 1 | -21/+14 |
| |/ / / / / | |||||
* / / / / / | http: factor out curl result code normalization | Jeff King | 2019-03-24 | 1 | -6/+12 |
|/ / / / / | |||||
* | | | | | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-07 | 1 | -7/+7 |
|\ \ \ \ \ | |||||
| * | | | | | sha1-file: modernize loose object file functions | Jeff King | 2019-01-08 | 1 | -2/+2 |
| * | | | | | http: use struct object_id instead of bare sha1 | Jeff King | 2019-01-08 | 1 | -7/+7 |
* | | | | | | Merge branch 'ms/http-no-more-failonerror' | Junio C Hamano | 2019-01-29 | 1 | -13/+19 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | http: enable keep_error for HTTP requests | Masaya Suzuki | 2019-01-11 | 1 | -23/+19 |
| * | | | | | http: support file handles for HTTP_KEEP_ERROR | Masaya Suzuki | 2019-01-11 | 1 | -3/+13 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 2019-01-04 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | sha1_file_name(): overwrite buffer instead of appending | Jeff King | 2018-11-13 | 1 | -2/+2 |
* | | | | | | Merge branch 'fc/http-version' | Junio C Hamano | 2019-01-04 | 1 | -0/+39 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | http: add support selecting http version | Force Charlie | 2018-11-09 | 1 | -0/+39 |
| |/ / / / | |||||
* / / / / | i18n: fix small typos | Jean-Noël Avila | 2018-11-29 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'jc/http-curlver-warnings' | Junio C Hamano | 2018-11-02 | 1 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | http: give curl version warnings consistently | Junio C Hamano | 2018-10-26 | 1 | -4/+2 |
* | | | | | Merge branch 'js/mingw-http-ssl' | Junio C Hamano | 2018-11-02 | 1 | -1/+70 |
|\| | | | | |||||
| * | | | | http: when using Secure Channel, ignore sslCAInfo by default | Johannes Schindelin | 2018-10-26 | 1 | -1/+18 |
| * | | | | http: add support for disabling SSL revocation checks in cURL | Brendan Forster | 2018-10-26 | 1 | -0/+17 |
| * | | | | http: add support for selecting SSL backends at runtime | Johannes Schindelin | 2018-10-16 | 1 | -0/+35 |
| |/ / / | |||||
* / / / | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 2018-08-29 | 1 | -1/+1 |
|/ / / | |||||
* / / | refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) | Ævar Arnfjörð Bjarmason | 2018-08-17 | 1 | -3/+1 |
|/ / | |||||
* | | Merge branch 'bw/remote-curl-compressed-responses' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | remote-curl: accept all encodings supported by curl | Brandon Williams | 2018-05-23 | 1 | -1/+1 |
* | | | Merge branch 'jk/snprintf-truncation' | Junio C Hamano | 2018-05-30 | 1 | -30/+36 |
|\ \ \ |