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