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
/
bundle-uri.c
Age
Commit message (
Expand
)
Author
Lines
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
-3
/
+246
2023-01-31
bundle-uri: store fetch.bundleCreationToken
Derrick Stolee
-2
/
+46
2023-01-31
clone: set fetch.bundleURI if appropriate
Derrick Stolee
-1
/
+4
2023-01-31
bundle-uri: download in creationToken order
Derrick Stolee
-2
/
+154
2023-01-31
bundle-uri: parse bundle.<id>.creationToken values
Derrick Stolee
-0
/
+10
2023-01-31
bundle-uri: parse bundle.heuristic=creationToken
Derrick Stolee
-0
/
+34
2023-01-08
convert trivial uses of strncmp() to starts_with()
Jeff King
-1
/
+1
2022-12-25
bundle-uri: download bundles from an advertised list
Derrick Stolee
-0
/
+21
2022-12-25
bundle-uri: allow relative URLs in bundle lists
Derrick Stolee
-1
/
+15
2022-12-25
bundle-uri: serve bundle.* keys from config
Derrick Stolee
-1
/
+15
2022-12-25
protocol v2: add server-side "bundle-uri" skeleton
Ævar Arnfjörð Bjarmason
-0
/
+36
2022-10-12
bundle-uri: suppress stderr from remote-https
Derrick Stolee
-0
/
+1
2022-10-12
bundle-uri: quiet failed unbundlings
Derrick Stolee
-1
/
+2
2022-10-12
bundle: add flags to verify_bundle()
Derrick Stolee
-1
/
+6
2022-10-12
bundle-uri: fetch a list of bundles
Derrick Stolee
-16
/
+187
2022-10-12
bundle-uri: limit recursion depth for bundle lists
Derrick Stolee
-1
/
+20
2022-10-12
bundle-uri: parse bundle list in config format
Derrick Stolee
-0
/
+27
2022-10-12
bundle-uri: unit test "key=value" parsing
Ævar Arnfjörð Bjarmason
-0
/
+33
2022-10-12
bundle-uri: create "key=value" line parsing
Ævar Arnfjörð Bjarmason
-1
/
+26
2022-10-12
bundle-uri: create base key-value pair parsing
Derrick Stolee
-0
/
+76
2022-10-12
bundle-uri: create bundle_list struct and helpers
Derrick Stolee
-0
/
+60
2022-10-12
bundle-uri: use plain string in find_temp_filename()
Derrick Stolee
-12
/
+16
2022-08-10
bundle-uri: add support for http(s):// and file://
Derrick Stolee
-3
/
+67
2022-08-10
bundle-uri: create basic file-copy logic
Derrick Stolee
-0
/
+104