Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 2024-12-23 | 1 | -0/+1 |
|\ | |||||
| * | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 2024-12-06 | 1 | -0/+1 |
* | | Merge branch 'kn/midx-wo-the-repository' | Junio C Hamano | 2024-12-13 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | packfile: pass down repository to `odb_pack_name` | Karthik Nayak | 2024-12-04 | 1 | -1/+1 |
| * | packfile: add repository to struct `packed_git` | Karthik Nayak | 2024-12-04 | 1 | -1/+1 |
* | | Merge branch 'bc/drop-ancient-libcurl-and-perl' | Junio C Hamano | 2024-12-04 | 1 | -58/+0 |
|\ \ | |/ |/| | |||||
| * | git-curl-compat: remove check for curl 7.56.0 | brian m. carlson | 2024-10-23 | 1 | -2/+0 |
| * | git-curl-compat: remove check for curl 7.53.0 | brian m. carlson | 2024-10-23 | 1 | -2/+0 |
| * | git-curl-compat: remove check for curl 7.52.0 | brian m. carlson | 2024-10-23 | 1 | -8/+0 |
| * | git-curl-compat: remove check for curl 7.44.0 | brian m. carlson | 2024-10-23 | 1 | -4/+0 |
| * | git-curl-compat: remove check for curl 7.43.0 | brian m. carlson | 2024-10-23 | 1 | -5/+0 |
| * | git-curl-compat: remove check for curl 7.39.0 | brian m. carlson | 2024-10-23 | 1 | -11/+0 |
| * | git-curl-compat: remove check for curl 7.34.0 | brian m. carlson | 2024-10-23 | 1 | -2/+0 |
| * | git-curl-compat: remove check for curl 7.25.0 | brian m. carlson | 2024-10-23 | 1 | -24/+0 |
* | | Merge branch 'jk/dumb-http-finalize' | Taylor Blau | 2024-11-01 | 1 | -13/+30 |
|\ \ | |||||
| * | | packfile: drop sha1_pack_name() | Jeff King | 2024-10-25 | 1 | -1/+2 |
| * | | packfile: drop has_pack_index() | Jeff King | 2024-10-25 | 1 | -7/+8 |
| * | | dumb-http: store downloaded pack idx as tempfile | Jeff King | 2024-10-25 | 1 | -5/+20 |
| |/ | |||||
* / | http: fix build error on FreeBSD | Patrick Steinhardt | 2024-10-16 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'jk/http-leakfixes' | Junio C Hamano | 2024-10-02 | 1 | -4/+12 |
|\ | |||||
| * | http: stop leaking buffer in http_get_info_packs() | Jeff King | 2024-09-25 | 1 | -0/+1 |
| * | http: call git_inflate_end() when releasing http_object_request | Jeff King | 2024-09-25 | 1 | -1/+2 |
| * | http: fix leak of http_object_request struct | Jeff King | 2024-09-25 | 1 | -3/+8 |
| * | http: fix leak when redacting cookies from curl trace | Jeff King | 2024-09-25 | 1 | -0/+1 |
* | | Merge branch 'ak/typofix-2.46-maint' | Junio C Hamano | 2024-09-25 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | http: fix a typo | Andrew Kreimer | 2024-09-19 | 1 | -1/+1 |
* | | http: do not ignore proxy path | Ryan Hendrickson | 2024-08-02 | 1 | -1/+23 |
|/ | |||||
* | Merge branch 'jc/http-cookiefile' | Junio C Hamano | 2024-07-17 | 1 | -0/+9 |
|\ | |||||
| * | http.c: cookie file tightening | Junio C Hamano | 2024-07-10 | 1 | -0/+9 |
| * | Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39 | Johannes Schindelin | 2024-04-16 | 1 | -0/+1 |
| |\ | |||||
| | * | http: reset POSTFIELDSIZE when clearing curl handle | Jeff King | 2024-04-10 | 1 | -0/+1 |
| * | | Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42 | Johannes Schindelin | 2024-04-16 | 1 | -5/+31 |
| |\ \ | |||||
| * \ \ | Sync with 2.38.4 | Johannes Schindelin | 2023-02-06 | 1 | -24/+55 |
| |\ \ \ | |||||
| | * \ \ | Sync with 2.37.6 | Johannes Schindelin | 2023-02-06 | 1 | -24/+55 |
| | |\ \ \ | |||||
| | | * \ \ | Sync with 2.36.5 | Johannes Schindelin | 2023-02-06 | 1 | -24/+55 |
| | | |\ \ \ | |||||
| | | | * \ \ | Sync with 2.35.7 | Johannes Schindelin | 2023-02-06 | 1 | -24/+55 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Sync with 2.34.7 | Johannes Schindelin | 2023-02-06 | 1 | -24/+55 |
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/| | |||||
| | | | | | * | | http: support CURLOPT_PROTOCOLS_STR | Jeff King | 2023-02-06 | 1 | -13/+46 |
| | | | | | * | | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION | Jeff King | 2023-02-06 | 1 | -11/+9 |
* | | | | | | | | Merge branch 'bc/http-proactive-auth' | Junio C Hamano | 2024-07-16 | 1 | -6/+56 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | http: allow authenticating proactively | brian m. carlson | 2024-07-10 | 1 | -6/+56 |
* | | | | | | | | | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 1 | -0/+2 |
* | | | | | | | | | http: do not assign string constant to non-const field | Patrick Steinhardt | 2024-06-07 | 1 | -3/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 2024-05-27 | 1 | -12/+12 |
* | | | | | | | | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 2024-05-27 | 1 | -6/+6 |
* | | | | | | | | http: refactor code to clarify memory ownership | Patrick Steinhardt | 2024-05-27 | 1 | -30/+32 |
* | | | | | | | | Merge branch 'bc/credential-scheme-enhancement' | Junio C Hamano | 2024-05-08 | 1 | -47/+80 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | credential: add support for multistage credential rounds | brian m. carlson | 2024-04-17 | 1 | -26/+31 |
| * | | | | | | | | http: add support for authtype and credential | brian m. carlson | 2024-04-17 | 1 | -11/+37 |