index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
remote-curl: free HEAD ref with free_one_ref()
Jeff King
2024-09-25
1
-1
/
+1
*
Merge branch 'jk/remote-wo-url'
Junio C Hamano
2024-07-02
1
-1
/
+1
|
\
|
*
remote: use strvecs to store remote url/pushurl
Jeff King
2024-06-14
1
-1
/
+1
*
|
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
|
|
/
*
|
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-18
1
-26
/
+27
|
\
\
|
|
/
|
/
|
|
*
remote-curl: avoid assigning string constant to non-const variable
Patrick Steinhardt
2024-06-07
1
-26
/
+27
*
|
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-30
1
-1
/
+18
|
\
\
|
|
/
|
/
|
|
*
remote-curl: fix parsing of detached SHA256 heads
Patrick Steinhardt
2024-05-07
1
-1
/
+18
*
|
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
2024-05-08
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
http: add support for authtype and credential
brian m. carlson
2024-04-17
1
-1
/
+3
|
*
credential: gate new fields on capability
brian m. carlson
2024-04-17
1
-2
/
+2
|
*
remote-curl: reset headers on new request
brian m. carlson
2024-04-17
1
-2
/
+4
*
|
Merge branch 'jk/libcurl-8.7-regression-workaround'
Junio C Hamano
2024-04-15
1
-0
/
+3
|
\
\
|
*
|
remote-curl: add Transfer-Encoding header only for older curl
Jeff King
2024-04-05
1
-0
/
+3
|
|
/
*
/
transport-helper: drop "object-format <algo>" option
Jeff King
2024-03-20
1
-7
/
+2
|
/
*
Merge branch 'jx/remote-archive-over-smart-http'
Junio C Hamano
2024-01-30
1
-3
/
+11
|
\
|
*
remote-curl: supports git-upload-archive service
Jiang Xin
2024-01-22
1
-3
/
+11
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+1
|
\
\
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
*
|
http.h: remove unnecessary include
Elijah Newren
2023-12-26
1
-0
/
+1
|
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
|
/
*
/
remote-curl: rediscover repository when fetching refs
Patrick Steinhardt
2023-12-12
1
-2
/
+5
|
/
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
pkt-line: add size parameter to packet_length()
René Scharfe
2023-07-08
1
-1
/
+2
|
/
*
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
|
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+4
|
\
|
|
*
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
2023-03-28
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
2023-03-17
1
-3
/
+4
|
*
Sync with 2.37.6
Johannes Schindelin
2023-02-06
1
-15
/
+13
|
|
\
|
|
*
Sync with 2.35.7
Johannes Schindelin
2023-02-06
1
-15
/
+13
|
|
|
\
|
|
|
*
Sync with 2.34.7
Johannes Schindelin
2023-02-06
1
-15
/
+13
|
|
|
|
\
|
|
|
|
*
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
2023-02-06
1
-15
/
+13
*
|
|
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
|
|
|
|
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
2023-01-17
1
-15
/
+13
|
/
/
/
/
*
|
|
|
remote-curl: add 'get' capability
Derrick Stolee
2022-08-10
1
-0
/
+28
*
|
|
|
remote-curl: send Accept-Language header to server
Li Linchao
2022-07-11
1
-3
/
+18
|
/
/
/
*
|
|
Merge branch 'rc/fetch-refetch'
Junio C Hamano
2022-04-04
1
-0
/
+6
|
\
\
\
|
*
|
|
builtin/fetch-pack: add --refetch option
Robert Coup
2022-03-28
1
-0
/
+6
|
|
/
/
*
/
/
remote-curl.c: free memory in cmd_main()
Ævar Arnfjörð Bjarmason
2022-03-04
1
-4
/
+8
|
/
/
*
/
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+1
|
/
*
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
2021-10-26
1
-1
/
+1
|
\
[next]