index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
credential: gate new fields on capability
brian m. carlson
2024-04-17
1
-5
/
+5
|
*
http: use new headers for each object request
brian m. carlson
2024-04-17
1
-9
/
+11
*
|
http: reset POSTFIELDSIZE when clearing curl handle
Jeff King
2024-04-02
1
-0
/
+1
|
/
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
|
doc: update links to current pages
Josh Soref
2023-11-26
1
-1
/
+1
|
/
*
Merge branch 'jk/redact-h2h3-headers-fix'
Junio C Hamano
2023-09-23
1
-6
/
+31
|
\
|
*
http: update curl http/2 info matching for curl 8.3.0
Jeff King
2023-09-15
1
-0
/
+14
|
*
http: factor out matching of curl http/2 trace lines
Jeff King
2023-09-15
1
-6
/
+17
*
|
http: mark unused parameters in curl callbacks
Jeff King
2023-07-14
1
-3
/
+6
*
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-7
/
+8
|
\
\
|
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-5
/
+5
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
\
\
|
*
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41
Junio C Hamano
2023-06-25
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
http: handle both "h2" and "h2h3" in curl info lines
Jeff King
2023-06-17
1
-1
/
+2
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+2
|
\
\
|
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
Merge branch 'sm/ssl-key-type-config'
Junio C Hamano
2023-04-06
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
http: add support for different sslcert and sslkey types.
Stanislav Malishevskiy
2023-03-23
1
-0
/
+12
*
|
|
Merge branch 'mc/credential-helper-www-authenticate'
Junio C Hamano
2023-03-17
1
-0
/
+111
|
\
\
\
|
*
|
|
http: read HTTP WWW-Authenticate response headers
Matthew John Cheetham
2023-02-27
1
-0
/
+111
|
|
/
/
*
/
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
/
*
|
http: support CURLOPT_PROTOCOLS_STR
Jeff King
2023-01-17
1
-13
/
+46
*
|
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
2023-01-17
1
-11
/
+9
|
/
*
http: redact curl h2h3 headers in info
Glen Choo
2022-11-14
1
-6
/
+41
*
Merge branch 'll/curl-accept-language'
Junio C Hamano
2022-07-20
1
-2
/
+2
|
\
|
*
remote-curl: send Accept-Language header to server
Li Linchao
2022-07-11
1
-2
/
+2
*
|
i18n: fix mismatched camelCase config variables
Jiang Xin
2022-06-17
1
-1
/
+1
|
/
*
Merge branch 'ds/bundle-uri'
Junio C Hamano
2022-06-03
1
-2
/
+2
|
\
|
*
http: make http_get_file() external
Derrick Stolee
2022-05-17
1
-2
/
+2
*
|
Merge branch 'jc/http-clear-finished-pointer'
Junio C Hamano
2022-06-01
1
-0
/
+26
|
\
\
|
*
|
http.c: clear the 'finished' member once we are done with it
Junio C Hamano
2022-05-28
1
-0
/
+26
|
|
/
*
|
Merge branch 'cc/http-curlopt-resolve'
Junio C Hamano
2022-05-31
1
-0
/
+18
|
\
\
|
*
|
http: add custom hostname to IP address resolutions
Christian Couder
2022-05-16
1
-0
/
+18
|
|
/
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-23
/
+23
|
\
\
|
|
/
|
/
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-23
/
+23
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-2
/
+3
|
/
[next]