index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bundle.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
1
-2
/
+2
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
bundle: fix non-linear performance scaling with refs
Karthik Nayak
1
-1
/
+7
2025-01-25
bundle: avoid closing file descriptor twice
Johannes Schindelin
1
-1
/
+3
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-19
Merge branch 'tc/bundle-with-tag-remove-workaround'
Junio C Hamano
1
-30
/
+0
2024-12-12
bundle: remove unneeded code
Toon Claes
1
-30
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-28
bundle: support fsck message configuration
Justin Tobler
1
-6
/
+7
2024-11-28
bundle: add bundle verification options type
Justin Tobler
1
-1
/
+5
2024-09-03
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
1
-3
/
+1
2024-08-22
transport: fix leaking arguments when fetching from bundle
Patrick Steinhardt
1
-3
/
+1
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
1
-1
/
+6
2024-07-08
Merge branch 'xx/bundie-uri-fixes'
Junio C Hamano
1
-0
/
+3
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-10
/
+19
2024-06-20
unbundle: extend object verification for fetches
Xing Xin
1
-0
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
bundle: plug leaks in `create_bundle()`
Patrick Steinhardt
1
-10
/
+19
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+1
2023-07-25
Merge branch 'dk/bundle-i18n-more'
Junio C Hamano
1
-2
/
+2
2023-07-13
i18n: mark more bundle.c strings for translation
D. Ben Knoble
1
-2
/
+2
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+3
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-2
/
+4
2023-02-06
bundle.c: don't leak the "args" in the "struct child_process"
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2023-01-31
bundle: verify using check_connected()
Derrick Stolee
1
-46
/
+29
2022-10-12
bundle-uri: quiet failed unbundlings
Derrick Stolee
1
-2
/
+8
2022-10-12
bundle: add flags to verify_bundle()
Derrick Stolee
1
-4
/
+5
2022-10-12
bundle: properly clear all revision flags
Derrick Stolee
1
-13
/
+10
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-4
/
+8
2022-05-16
bundle.h: make "fd" version of read_bundle_header() public
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-04-13
revisions API users: use release_revisions() needing REV_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2022-03-23
bundle: output hash information in 'verify'
Derrick Stolee
1
-0
/
+2
2022-03-23
bundle: move capabilities to end of 'verify'
Derrick Stolee
1
-5
/
+4
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
1
-12
/
+62
2022-03-09
bundle: unbundle promisor packs
Derrick Stolee
1
-0
/
+4
2022-03-09
bundle: create filtered bundles
Derrick Stolee
1
-11
/
+42
2022-03-09
bundle: parse filter capability
Derrick Stolee
1
-1
/
+14
[next]