index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-07-17
Merge branch 'jc/http-cookiefile'
Junio C Hamano
-0
/
+9
2024-07-16
Merge branch 'bc/http-proactive-auth'
Junio C Hamano
-6
/
+56
2024-07-09
http.c: cookie file tightening
Junio C Hamano
-0
/
+9
2024-07-09
http: allow authenticating proactively
brian m. carlson
-6
/
+56
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-07
http: do not assign string constant to non-const field
Patrick Steinhardt
-3
/
+2
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-12
/
+12
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-6
/
+6
2024-05-27
http: refactor code to clarify memory ownership
Patrick Steinhardt
-30
/
+32
2024-05-08
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
-47
/
+80
2024-04-16
credential: add support for multistage credential rounds
brian m. carlson
-26
/
+31
2024-04-16
http: add support for authtype and credential
brian m. carlson
-11
/
+37
2024-04-16
credential: gate new fields on capability
brian m. carlson
-5
/
+5
2024-04-16
http: use new headers for each object request
brian m. carlson
-9
/
+11
2024-04-16
Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39
Johannes Schindelin
-0
/
+1
2024-04-16
Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42
Johannes Schindelin
-5
/
+31
2024-04-10
http: reset POSTFIELDSIZE when clearing curl handle
Jeff King
-0
/
+1
2024-04-02
http: reset POSTFIELDSIZE when clearing curl handle
Jeff King
-0
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-2
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-11-26
doc: update links to current pages
Josh Soref
-1
/
+1
2023-09-22
Merge branch 'jk/redact-h2h3-headers-fix'
Junio C Hamano
-6
/
+31
2023-09-15
http: update curl http/2 info matching for curl 8.3.0
Jeff King
-0
/
+14
2023-09-15
http: factor out matching of curl http/2 trace lines
Jeff King
-6
/
+17
2023-07-13
http: mark unused parameters in curl callbacks
Jeff King
-3
/
+6
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-7
/
+8
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
-1
/
+1
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
-5
/
+5
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-2
/
+3
2023-06-24
Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41
Junio C Hamano
-1
/
+2
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-17
http: handle both "h2" and "h2h3" in curl info lines
Jeff King
-1
/
+2
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+2
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'sm/ssl-key-type-config'
Junio C Hamano
-0
/
+12
2023-03-23
http: add support for different sslcert and sslkey types.
Stanislav Malishevskiy
-0
/
+12
2023-03-17
Merge branch 'mc/credential-helper-www-authenticate'
Junio C Hamano
-0
/
+111
2023-02-27
http: read HTTP WWW-Authenticate response headers
Matthew John Cheetham
-0
/
+111
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-06
Sync with 2.38.4
Johannes Schindelin
-24
/
+55
2023-02-06
Sync with 2.37.6
Johannes Schindelin
-24
/
+55
2023-02-06
Sync with 2.36.5
Johannes Schindelin
-24
/
+55
2023-02-06
Sync with 2.35.7
Johannes Schindelin
-24
/
+55
2023-02-06
Sync with 2.34.7
Johannes Schindelin
-24
/
+55
2023-02-06
http: support CURLOPT_PROTOCOLS_STR
Jeff King
-13
/
+46
2023-02-06
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
-11
/
+9
2023-01-17
http: support CURLOPT_PROTOCOLS_STR
Jeff King
-13
/
+46
[next]