summaryrefslogtreecommitdiffstats
path: root/bundle-uri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bundle-uri: suppress stderr from remote-httpsDerrick Stolee2022-10-121-0/+1
* bundle-uri: quiet failed unbundlingsDerrick Stolee2022-10-121-1/+2
* bundle: add flags to verify_bundle()Derrick Stolee2022-10-121-1/+6
* bundle-uri: fetch a list of bundlesDerrick Stolee2022-10-121-16/+187
* bundle-uri: limit recursion depth for bundle listsDerrick Stolee2022-10-121-1/+20
* bundle-uri: parse bundle list in config formatDerrick Stolee2022-10-121-0/+27
* bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-121-0/+33
* bundle-uri: create "key=value" line parsingÆvar Arnfjörð Bjarmason2022-10-121-1/+26
* bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-121-0/+76
* bundle-uri: create bundle_list struct and helpersDerrick Stolee2022-10-121-0/+60
* bundle-uri: use plain string in find_temp_filename()Derrick Stolee2022-10-121-12/+16
* bundle-uri: add support for http(s):// and file://Derrick Stolee2022-08-101-3/+67
* bundle-uri: create basic file-copy logicDerrick Stolee2022-08-101-0/+104