Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | Merge branch 'cs/http-use-basic-after-failed-negotiate' | Junio C Hamano | 1 | -8/+7 |
2021-05-19 | Revert "remote-curl: fall back to basic auth if Negotiate fails" | Jeff King | 1 | -8/+7 |
2021-04-27 | Use the final_oid_fn to finalize hashing of object IDs | brian m. carlson | 1 | -1/+1 |
2021-03-30 | Merge branch 'cs/http-use-basic-after-failed-negotiate' | Junio C Hamano | 1 | -7/+8 |
2021-03-26 | Merge branch 'js/http-pki-credential-store' | Junio C Hamano | 1 | -2/+11 |
2021-03-22 | remote-curl: fall back to basic auth if Negotiate fails | Christopher Schenk | 1 | -7/+8 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
2021-03-11 | http: drop the check for an empty proxy password before approving | John Szakmeister | 1 | -2/+1 |
2021-03-11 | http: store credential when PKI auth is used | John Szakmeister | 1 | -0/+10 |
2021-02-22 | http: allow custom index-pack args | Jonathan Tan | 1 | -7/+8 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -3/+3 |
2020-06-25 | Merge branch 'jt/cdn-offload' | Junio C Hamano | 1 | -39/+43 |
2020-06-10 | http-fetch: support fetching packfiles by URL | Jonathan Tan | 1 | -7/+21 |
2020-06-10 | http: refactor finish_http_pack_request() | Jonathan Tan | 1 | -15/+16 |
2020-06-10 | http: use --stdin when indexing dumb HTTP pack | Jonathan Tan | 1 | -22/+11 |
2020-06-05 | http: redact all cookies, teach GIT_TRACE_REDACT=0 | Jonathan Tan | 1 | -24/+11 |
2020-05-11 | http, imap-send: stop using CURLOPT_VERBOSE | Jonathan Tan | 1 | -1/+7 |
2020-04-19 | Sync with 2.26.2 | Junio C Hamano | 1 | -0/+2 |
2020-04-19 | Git 2.26.2 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.25.4 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.24.3 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.22.4 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.21.3 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.20.4 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.19.5 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | Git 2.18.4 | Jonathan Nieder | 1 | -0/+1 |
2020-04-19 | credential: parse URL without host as empty host, not unset | Jeff King | 1 | -0/+1 |
2020-03-25 | Merge branch 'js/https-proxy-config' | Junio C Hamano | 1 | -5/+69 |
2020-03-05 | http: add environment variable support for HTTPS proxies | Jorge Lopez Silva | 1 | -0/+7 |
2020-03-05 | http: add client cert support for HTTPS proxies | Jorge Lopez Silva | 1 | -5/+62 |
2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -2/+2 |
2019-12-01 | Merge branch 'cb/curl-use-xmalloc' | Junio C Hamano | 1 | -10/+8 |
2019-11-07 | remote-curl: unbreak http.extraHeader with custom allocators | Johannes Schindelin | 1 | -10/+8 |
2019-09-30 | Merge branch 'mh/http-urlmatch-cleanup' | Junio C Hamano | 1 | -0/+1 |
2019-08-26 | http: don't leak urlmatch_config.vars | Mike Hommey | 1 | -0/+1 |
2019-06-28 | strbuf: give URL-encoding API a char predicate fn | Matthew DeVore | 1 | -2/+4 |
2019-05-08 | Make fread/fwrite-like functions in http.c more like fread/fwrite. | Mike Hommey | 1 | -6/+6 |
2019-04-25 | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 1 | -16/+17 |
2019-04-25 | Merge branch 'jk/server-info-rabbit-hole' | Junio C Hamano | 1 | -21/+14 |
2019-04-16 | http: simplify parsing of remote objects/info/packs | Jeff King | 1 | -21/+14 |
2019-04-01 | http: replace sha1_to_hex | brian m. carlson | 1 | -6/+6 |
2019-04-01 | http: compute hash of downloaded objects using the_hash_algo | brian m. carlson | 1 | -5/+5 |
2019-04-01 | http: replace hard-coded constant with the_hash_algo | brian m. carlson | 1 | -1/+1 |
2019-04-01 | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 1 | -6/+7 |
2019-03-24 | http: factor out curl result code normalization | Jeff King | 1 | -6/+12 |
2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -7/+7 |
2019-01-29 | Merge branch 'ms/http-no-more-failonerror' | Junio C Hamano | 1 | -13/+19 |
2019-01-10 | http: enable keep_error for HTTP requests | Masaya Suzuki | 1 | -23/+19 |
2019-01-10 | http: support file handles for HTTP_KEEP_ERROR | Masaya Suzuki | 1 | -3/+13 |