index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
Merge branch 'js/curl-off-t-fixes'
Junio C Hamano
1
-11
/
+3
2025-09-26
http: offer to cast `size_t` to `curl_off_t` safely
Johannes Schindelin
1
-11
/
+3
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-1
/
+1
2025-06-06
curl: pass `long` values where expected
Johannes Schindelin
1
-3
/
+3
2025-06-04
curl: fix integer constant typechecks with curl_easy_setopt()
Jeff King
1
-3
/
+3
2025-03-28
remote-curl: avoid using the comma operator unnecessarily
Johannes Schindelin
1
-2
/
+2
2024-12-18
credential: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-25
remote-curl: free HEAD ref with free_one_ref()
Jeff King
1
-1
/
+1
2024-07-02
Merge branch 'jk/remote-wo-url'
Junio C Hamano
1
-1
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-26
/
+27
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
1
-1
/
+1
2024-06-07
remote-curl: avoid assigning string constant to non-const variable
Patrick Steinhardt
1
-26
/
+27
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
1
-1
/
+18
2024-05-08
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
1
-5
/
+9
2024-05-06
remote-curl: fix parsing of detached SHA256 heads
Patrick Steinhardt
1
-1
/
+18
2024-04-16
http: add support for authtype and credential
brian m. carlson
1
-1
/
+3
2024-04-16
credential: gate new fields on capability
brian m. carlson
1
-2
/
+2
2024-04-16
remote-curl: reset headers on new request
brian m. carlson
1
-2
/
+4
2024-04-15
Merge branch 'jk/libcurl-8.7-regression-workaround'
Junio C Hamano
1
-0
/
+3
2024-04-05
remote-curl: add Transfer-Encoding header only for older curl
Jeff King
1
-0
/
+3
2024-03-20
transport-helper: drop "object-format <algo>" option
Jeff King
1
-7
/
+2
2024-01-30
Merge branch 'jx/remote-archive-over-smart-http'
Junio C Hamano
1
-3
/
+11
2024-01-22
remote-curl: supports git-upload-archive service
Jiang Xin
1
-3
/
+11
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
http.h: remove unnecessary include
Elijah Newren
1
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-12
remote-curl: rediscover repository when fetching refs
Patrick Steinhardt
1
-2
/
+5
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-07
pkt-line: add size parameter to packet_length()
René Scharfe
1
-1
/
+2
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+4
2023-03-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
1
-3
/
+4
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
1
-3
/
+4
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-02-06
Sync with 2.37.6
Johannes Schindelin
1
-15
/
+13
2023-02-06
Sync with 2.35.7
Johannes Schindelin
1
-15
/
+13
2023-02-06
Sync with 2.34.7
Johannes Schindelin
1
-15
/
+13
2023-02-06
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
1
-15
/
+13
2023-01-17
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
1
-15
/
+13
[next]