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
/
remote-curl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+3
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+3
2024-04-16
Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39
Johannes Schindelin
1
-0
/
+3
2024-04-10
remote-curl: add Transfer-Encoding header only for older curl
Jeff King
1
-0
/
+3
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
2022-08-10
remote-curl: add 'get' capability
Derrick Stolee
1
-0
/
+28
2022-07-11
remote-curl: send Accept-Language header to server
Li Linchao
1
-3
/
+18
2022-04-04
Merge branch 'rc/fetch-refetch'
Junio C Hamano
1
-0
/
+6
2022-03-28
builtin/fetch-pack: add --refetch option
Robert Coup
1
-0
/
+6
2022-03-04
remote-curl.c: free memory in cmd_main()
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
1
-1
/
+1
2021-10-15
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-11
Merge branch 'ab/http-pinned-public-key-mismatch'
Junio C Hamano
1
-0
/
+4
2021-09-28
string-list.[ch]: remove string_list_init() compatibility function
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-09-27
http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2021-08-24
Merge branch 'ab/http-drop-old-curl'
Junio C Hamano
1
-9
/
+2
2021-07-30
http: rename CURLOPT_FILE to CURLOPT_WRITEDATA
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-07-30
http: drop support for curl < 7.16.0
Jeff King
1
-4
/
+0
2021-07-30
http: drop support for curl < 7.11.1
Jeff King
1
-3
/
+0
2021-07-28
Merge branch 'dl/packet-read-response-end-fix'
Junio C Hamano
1
-1
/
+1
2021-07-09
pkt-line: replace "stateless separator" with "response end"
Denton Liu
1
-1
/
+1
2021-05-12
remote-curl: fix clone on sha256 repos
Eric Wong
1
-0
/
+2
2020-10-03
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
1
-1
/
+13
2020-09-03
Merge branch 'jt/lazy-fetch'
Junio C Hamano
1
-6
/
+0
2020-08-24
(various): document from_promisor parameter
Jonathan Tan
1
-0
/
+3
2020-08-18
fetch-pack: remove no_dependents code
Jonathan Tan
1
-6
/
+0
2020-08-10
Merge branch 'jk/strvec'
Junio C Hamano
1
-51
/
+51
2020-07-30
strvec: rename struct fields
Jeff King
1
-3
/
+3
2020-07-30
Merge branch 'bc/push-cas-cquoted-refname' into master
Junio C Hamano
1
-1
/
+5
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-4
/
+4
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-43
/
+43
[next]