index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39
Johannes Schindelin
1
-0
/
+1
2024-04-16
Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42
Johannes Schindelin
1
-5
/
+31
2024-04-10
http: reset POSTFIELDSIZE when clearing curl handle
Jeff King
1
-0
/
+1
2023-09-15
http: update curl http/2 info matching for curl 8.3.0
Jeff King
1
-0
/
+14
2023-09-15
http: factor out matching of curl http/2 trace lines
Jeff King
1
-6
/
+17
2023-06-17
http: handle both "h2" and "h2h3" in curl info lines
Jeff King
1
-1
/
+2
2023-02-06
Sync with 2.38.4
Johannes Schindelin
1
-24
/
+55
2023-02-06
Sync with 2.37.6
Johannes Schindelin
1
-24
/
+55
2023-02-06
Sync with 2.36.5
Johannes Schindelin
1
-24
/
+55
2023-02-06
Sync with 2.35.7
Johannes Schindelin
1
-24
/
+55
2023-02-06
Sync with 2.34.7
Johannes Schindelin
1
-24
/
+55
2023-02-06
http: support CURLOPT_PROTOCOLS_STR
Jeff King
1
-13
/
+46
2023-02-06
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
1
-11
/
+9
2022-11-14
http: redact curl h2h3 headers in info
Glen Choo
1
-6
/
+41
2022-07-19
Merge branch 'll/curl-accept-language'
Junio C Hamano
1
-2
/
+2
2022-07-11
remote-curl: send Accept-Language header to server
Li Linchao
1
-2
/
+2
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
1
-2
/
+2
2022-05-31
Merge branch 'jc/http-clear-finished-pointer'
Junio C Hamano
1
-0
/
+26
2022-05-30
Merge branch 'cc/http-curlopt-resolve'
Junio C Hamano
1
-0
/
+18
2022-05-27
http.c: clear the 'finished' member once we are done with it
Junio C Hamano
1
-0
/
+26
2022-05-16
http: make http_get_file() external
Derrick Stolee
1
-2
/
+2
2022-05-16
http: add custom hostname to IP address resolutions
Christian Couder
1
-0
/
+18
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-23
/
+23
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-23
/
+23
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
1
-1
/
+1
2021-10-11
Merge branch 'ab/http-pinned-public-key-mismatch'
Junio C Hamano
1
-0
/
+4
2021-10-03
Merge branch 'jk/http-redact-fix'
Junio C Hamano
1
-3
/
+3
2021-10-01
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2021-09-22
http: match headers case-insensitively when redacting
Jeff King
1
-3
/
+3
2021-09-13
http: don't hardcode the value of CURL_SOCKOPT_OK
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-13
http: centralize the accounting of libcurl dependencies
Ævar Arnfjörð Bjarmason
1
-14
/
+15
2021-09-13
http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2021-09-13
http: correct version check for CURL_HTTP_VERSION_2
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-09-13
http: drop support for curl < 7.18.0 (again)
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-07-30
http: rename CURLOPT_FILE to CURLOPT_WRITEDATA
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-07-30
http: drop support for curl < 7.19.3 and < 7.17.0 (again)
Ævar Arnfjörð Bjarmason
1
-4
/
+0
2021-07-30
http: drop support for curl < 7.19.4
Jeff King
1
-50
/
+0
2021-07-30
http: drop support for curl < 7.16.0
Jeff King
1
-55
/
+1
2021-07-30
http: drop support for curl < 7.11.1
Jeff King
1
-53
/
+0
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
[next]