summaryrefslogtreecommitdiff
path: root/bundle-uri.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27Merge branch 'ps/copy-wo-the-repository'Junio C Hamano1-1/+1
2026-07-19Merge branch 'tc/bundle-uri-empty-fix'Junio C Hamano1-2/+6
2026-07-16copy: drop dependency on `the_repository`Patrick Steinhardt1-1/+1
2026-07-08bundle-uri: stop sending invalid bundle configurationJustin Tobler1-2/+6
2026-07-05download_https_uri_to_file(): do not leak fd upon failureJohannes Schindelin1-1/+1
2025-12-20bundle-uri: validate that bundle entries have a uriSam Bostock1-1/+23
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-2/+3
2025-07-07Sync with Git 2.50.1Junio C Hamano1-0/+22
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-18Merge branch 'jm/bundle-uri-debug-output-to-fp'Junio C Hamano1-1/+1
2025-06-15Sync with 2.49.1Junio C Hamano1-0/+22
2025-06-04bundle-uri: send debug output to given FILE * streamJan Mazur1-1/+1
2025-05-28Sync with 2.47.3Taylor Blau1-0/+22
2025-05-28Sync with 2.46.4Taylor Blau1-0/+22
2025-05-28Sync with 2.45.4Taylor Blau1-0/+22
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano1-5/+7
2025-05-23bundle-uri: fix arbitrary file writes via parameter injectionPatrick Steinhardt' via Git Security1-0/+22
2025-05-19Merge branch 'sc/bundle-uri-use-all-refs-in-bundle'Junio C Hamano1-1/+1
2025-05-15bundle-uri: avoid using undefined output of `sscanf()`Johannes Schindelin1-5/+7
2025-04-25bundle-uri: copy all bundle references ino the refs/bundle spaceScott Chacon1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-28bundle: add bundle verification options typeJustin Tobler1-2/+5
2024-10-10bundle-uri: plug leak in unbundle_from_file()Toon Claes1-5/+13
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-1/+1
2024-09-12environment: move object database functions into object layerPatrick Steinhardt1-1/+1
2024-08-22fetch: add top-level trace2 regionsJosh Steadmon1-0/+4
2024-07-08Merge branch 'xx/bundie-uri-fixes'Junio C Hamano1-3/+3
2024-06-20unbundle: extend object verification for fetchesXing Xin1-1/+2
2024-06-20bundle-uri: verify oid before writing refsXing Xin1-2/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-5/+7
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-08-29bundle-uri: mark unused parameters in callbacksJeff King1-3/+3
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+7
2023-06-28config: pass ctx with config filesGlen Choo1-0/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+2
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-24fetch_bundle_uri(): drop pointless NULL checkJeff King1-2/+2
2023-04-06Merge branch 'ds/fetch-bundle-uri-with-all'Junio C Hamano1-0/+9
2023-03-31fetch: download bundles once, even with --allDerrick Stolee1-0/+9
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-24serve: use repository pointer to get configJeff King1-1/+1
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano1-3/+246