summaryrefslogtreecommitdiff
path: root/bundle-uri.c
AgeCommit message (Expand)Author
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-28bundle: add bundle verification options typeJustin Tobler
2024-10-10bundle-uri: plug leak in unbundle_from_file()Toon Claes
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-12environment: move object database functions into object layerPatrick Steinhardt
2024-08-22fetch: add top-level trace2 regionsJosh Steadmon
2024-07-08Merge branch 'xx/bundie-uri-fixes'Junio C Hamano
2024-06-20unbundle: extend object verification for fetchesXing Xin
2024-06-20bundle-uri: verify oid before writing refsXing Xin
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-29bundle-uri: mark unused parameters in callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: pass ctx with config filesGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-24fetch_bundle_uri(): drop pointless NULL checkJeff King
2023-04-06Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano
2023-03-31fetch: download bundles once, even with --allDerrick Stolee
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24serve: use repository pointer to get configJeff King
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano
2023-01-31bundle-uri: store fetch.bundleCreationTokenDerrick Stolee
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee
2023-01-31bundle-uri: download in creationToken orderDerrick Stolee
2023-01-31bundle-uri: parse bundle.<id>.creationToken valuesDerrick Stolee
2023-01-31bundle-uri: parse bundle.heuristic=creationTokenDerrick Stolee
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King
2022-12-25bundle-uri: download bundles from an advertised listDerrick Stolee
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee
2022-12-25bundle-uri: serve bundle.* keys from configDerrick Stolee
2022-12-25protocol v2: add server-side "bundle-uri" skeletonÆvar Arnfjörð Bjarmason
2022-10-12bundle-uri: suppress stderr from remote-httpsDerrick Stolee
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee
2022-10-12bundle-uri: fetch a list of bundlesDerrick Stolee
2022-10-12bundle-uri: limit recursion depth for bundle listsDerrick Stolee
2022-10-12bundle-uri: parse bundle list in config formatDerrick Stolee
2022-10-12bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason
2022-10-12bundle-uri: create "key=value" line parsingÆvar Arnfjörð Bjarmason
2022-10-12bundle-uri: create base key-value pair parsingDerrick Stolee
2022-10-12bundle-uri: create bundle_list struct and helpersDerrick Stolee
2022-10-12bundle-uri: use plain string in find_temp_filename()Derrick Stolee
2022-08-10bundle-uri: add support for http(s):// and file://Derrick Stolee