summaryrefslogtreecommitdiffstats
path: root/bundle-uri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bundle-uri: download in creationToken orderDerrick Stolee2023-01-311-2/+154
* bundle-uri: parse bundle.<id>.creationToken valuesDerrick Stolee2023-01-311-0/+10
* bundle-uri: parse bundle.heuristic=creationTokenDerrick Stolee2023-01-311-0/+34
* bundle-uri: download bundles from an advertised listDerrick Stolee2022-12-251-0/+21
* bundle-uri: allow relative URLs in bundle listsDerrick Stolee2022-12-251-1/+15
* bundle-uri: serve bundle.* keys from configDerrick Stolee2022-12-251-1/+15
* protocol v2: add server-side "bundle-uri" skeletonÆvar Arnfjörð Bjarmason2022-12-251-0/+36
* 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