aboutsummaryrefslogtreecommitdiff
path: root/bundle-uri.c
AgeCommit message (Expand)Author
2025-12-20bundle-uri: validate that bundle entries have a uriSam Bostock
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-07Sync with Git 2.50.1Junio C Hamano
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-18Merge branch 'jm/bundle-uri-debug-output-to-fp'Junio C Hamano
2025-06-15Sync with 2.49.1Junio C Hamano
2025-06-04bundle-uri: send debug output to given FILE * streamJan Mazur
2025-05-28Sync with 2.47.3Taylor Blau
2025-05-28Sync with 2.46.4Taylor Blau
2025-05-28Sync with 2.45.4Taylor Blau
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano
2025-05-23bundle-uri: fix arbitrary file writes via parameter injectionPatrick Steinhardt' via Git Security
2025-05-19Merge branch 'sc/bundle-uri-use-all-refs-in-bundle'Junio C Hamano
2025-05-15bundle-uri: avoid using undefined output of `sscanf()`Johannes Schindelin
2025-04-25bundle-uri: copy all bundle references ino the refs/bundle spaceScott Chacon
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
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