summaryrefslogtreecommitdiffstats
path: root/bundle-uri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | bundle: add bundle verification options typeJustin Tobler2024-11-281-2/+5
|/
* bundle-uri: plug leak in unbundle_from_file()Toon Claes2024-10-101-5/+13
* Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-231-1/+1
|\
| * environment: move object database functions into object layerPatrick Steinhardt2024-09-121-1/+1
* | fetch: add top-level trace2 regionsJosh Steadmon2024-08-231-0/+4
|/
* Merge branch 'xx/bundie-uri-fixes'Junio C Hamano2024-07-081-3/+3
|\
| * unbundle: extend object verification for fetchesXing Xin2024-06-201-1/+2
| * bundle-uri: verify oid before writing refsXing Xin2024-06-201-2/+1
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
|/
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-5/+7
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* bundle-uri: mark unused parameters in callbacksJeff King2023-08-301-3/+3
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+7
|\
| * config: pass ctx with config filesGlen Choo2023-06-281-0/+1
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+6
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-1/+2
|\
| * treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
| * copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* | fetch_bundle_uri(): drop pointless NULL checkJeff King2023-04-241-2/+2
* | Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano2023-04-061-0/+9
|\ \ | |/ |/|
| * fetch: download bundles once, even with --allDerrick Stolee2023-03-311-0/+9
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* serve: use repository pointer to get configJeff King2023-02-241-1/+1
* Merge branch 'ds/bundle-uri-5'Junio C Hamano2023-02-161-3/+246
|\
| * bundle-uri: store fetch.bundleCreationTokenDerrick Stolee2023-01-311-2/+46
| * clone: set fetch.bundleURI if appropriateDerrick Stolee2023-01-311-1/+4
| * 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
* | convert trivial uses of strncmp() to starts_with()Jeff King2023-01-081-1/+1
|/
* 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