summaryrefslogtreecommitdiffstats
path: root/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cs/http-use-basic-after-failed-negotiate'Junio C Hamano2021-05-211-8/+7
|\
| * Revert "remote-curl: fall back to basic auth if Negotiate fails"Jeff King2021-05-191-8/+7
* | Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-1/+1
* | Merge branch 'cs/http-use-basic-after-failed-negotiate'Junio C Hamano2021-03-301-7/+8
|\|
| * remote-curl: fall back to basic auth if Negotiate failsChristopher Schenk2021-03-221-7/+8
* | Merge branch 'js/http-pki-credential-store'Junio C Hamano2021-03-261-2/+11
|\ \ | |/ |/|
| * http: drop the check for an empty proxy password before approvingJohn Szakmeister2021-03-111-2/+1
| * http: store credential when PKI auth is usedJohn Szakmeister2021-03-111-0/+10
* | use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
|/
* http: allow custom index-pack argsJonathan Tan2021-02-221-7/+8
* strvec: fix indentation in renamed callsJeff King2020-07-281-1/+1
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-3/+3
* Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-251-39/+43
|\
| * http-fetch: support fetching packfiles by URLJonathan Tan2020-06-101-7/+21
| * http: refactor finish_http_pack_request()Jonathan Tan2020-06-101-15/+16
| * http: use --stdin when indexing dumb HTTP packJonathan Tan2020-06-101-22/+11
* | http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan2020-06-051-24/+11
* | http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-111-1/+7
|/
* Sync with 2.26.2Junio C Hamano2020-04-191-0/+2
|\
| * Git 2.26.2v2.26.2Jonathan Nieder2020-04-191-0/+1
| |\
| | * Git 2.25.4v2.25.4Jonathan Nieder2020-04-191-0/+1
| | |\
| | | * Git 2.24.3v2.24.3Jonathan Nieder2020-04-191-0/+1
| | | |\
| | | | * Git 2.22.4v2.22.4Jonathan Nieder2020-04-191-0/+1
| | | | |\
| | | | | * Git 2.21.3v2.21.3Jonathan Nieder2020-04-191-0/+1
| | | | | |\
| | | | | | * Git 2.20.4v2.20.4Jonathan Nieder2020-04-191-0/+1
| | | | | | |\
| | | | | | | * Git 2.19.5v2.19.5Jonathan Nieder2020-04-191-0/+1
| | | | | | | |\
| | | | | | | | * Git 2.18.4v2.18.4Jonathan Nieder2020-04-191-0/+1
| | | | | | | | |\
| | | | | | | | | * credential: parse URL without host as empty host, not unsetJeff King2020-04-191-0/+1
* | | | | | | | | | Merge branch 'js/https-proxy-config'Junio C Hamano2020-03-251-5/+69
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | http: add environment variable support for HTTPS proxiesJorge Lopez Silva2020-03-051-0/+7
| * | | | | | | | | http: add client cert support for HTTPS proxiesJorge Lopez Silva2020-03-051-5/+62
| |/ / / / / / / /
* / / / / / / / / strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'cb/curl-use-xmalloc'Junio C Hamano2019-12-011-10/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | remote-curl: unbreak http.extraHeader with custom allocatorsJohannes Schindelin2019-11-071-10/+8
| |/ / / / / /
* | | | | | | Merge branch 'mh/http-urlmatch-cleanup'Junio C Hamano2019-09-301-0/+1
|\ \ \ \ \ \ \
| * | | | | | | http: don't leak urlmatch_config.varsMike Hommey2019-08-261-0/+1
| |/ / / / / /
* / / / / / / strbuf: give URL-encoding API a char predicate fnMatthew DeVore2019-06-281-2/+4
|/ / / / / /
* | | | | | Make fread/fwrite-like functions in http.c more like fread/fwrite.Mike Hommey2019-05-081-6/+6
* | | | | | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-16/+17
|\ \ \ \ \ \
| * | | | | | http: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
| * | | | | | http: compute hash of downloaded objects using the_hash_algobrian m. carlson2019-04-011-5/+5
| * | | | | | http: replace hard-coded constant with the_hash_algobrian m. carlson2019-04-011-1/+1
| * | | | | | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-6/+7
| |/ / / / /
* | | | | | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-21/+14
|\ \ \ \ \ \
| * | | | | | http: simplify parsing of remote objects/info/packsJeff King2019-04-161-21/+14
| |/ / / / /
* / / / / / http: factor out curl result code normalizationJeff King2019-03-241-6/+12
|/ / / / /
* | | | | Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-7/+7
|\ \ \ \ \
| * | | | | sha1-file: modernize loose object file functionsJeff King2019-01-081-2/+2
| * | | | | http: use struct object_id instead of bare sha1Jeff King2019-01-081-7/+7
* | | | | | Merge branch 'ms/http-no-more-failonerror'Junio C Hamano2019-01-291-13/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |