summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt2-27/+63
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt4-13/+33
2024-10-02reftable/basics: handle allocation failures in `reftable_calloc()`Patrick Steinhardt1-3/+10
2024-10-02reftable: introduce `reftable_strdup()`Patrick Steinhardt2-0/+11
2024-10-02reftable/basics: merge "publicbasics" into "basics"Patrick Steinhardt6-85/+76
2024-10-02reftable/error: introduce out-of-memory error codePatrick Steinhardt2-0/+5
2024-10-02Git 2.47-rc1v2.47.0-rc1Junio C Hamano2-1/+12
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano11-26/+266
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano29-39/+123
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano50-124/+279
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano4-3/+19
2024-10-01read-cache: free threaded memory poolDerrick Stolee1-0/+1
2024-09-30another batch after 2.47-rc0Junio C Hamano1-0/+24
2024-09-30Merge branch 'ps/includeif-onbranch-cornercase-fix'Junio C Hamano2-6/+49
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano7-12/+114
2024-09-30Merge branch 'rs/archive-with-attr-pathspec-fix'Junio C Hamano2-19/+32
2024-09-30Merge branch 'rs/commit-graph-ununleak'Junio C Hamano1-1/+0
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano2-1/+12
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano7-19/+189
2024-09-30builtin/send-pack: fix leaking list of push optionsPatrick Steinhardt3-0/+3
2024-09-30remote: fix leaking push reportsPatrick Steinhardt3-2/+22
2024-09-30t/helper: fix leaks in proc-receive helperPatrick Steinhardt1-0/+7
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt5-26/+31
2024-09-30revision: fix leaking saved parentsPatrick Steinhardt2-2/+11
2024-09-30revision: fix memory leaks when rewriting parentsPatrick Steinhardt6-0/+7
2024-09-30midx-write: fix leaking bufferPatrick Steinhardt2-0/+4
2024-09-30pack-bitmap-write: fix leaking OID arrayPatrick Steinhardt2-0/+2
2024-09-30pseudo-merge: fix leaking strmap keysPatrick Steinhardt1-2/+2
2024-09-30pseudo-merge: fix various memory leaksPatrick Steinhardt4-2/+31
2024-09-30line-log: fix several memory leaksPatrick Steinhardt1-19/+35
2024-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt10-47/+32
2024-09-30builtin/revert: fix leaking `gpg_sign` and `strategy` configPatrick Steinhardt2-4/+14
2024-09-30t/helper: fix leaking repository in partial-clone helperPatrick Steinhardt2-0/+3
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt4-0/+30
2024-09-30builtin/pack-redundant: fix various memory leaksPatrick Steinhardt2-6/+35
2024-09-30builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt2-1/+4
2024-09-30submodule: fix leaking submodule entry listPatrick Steinhardt4-3/+24
2024-09-30wt-status: fix leaking buffer with sparse directoriesPatrick Steinhardt2-1/+6
2024-09-30shell: fix leaking stringsPatrick Steinhardt3-3/+6
2024-09-30scalar: fix leaking repositoriesPatrick Steinhardt3-0/+3
2024-09-30read-cache: fix leaking hash context in `do_write_index()`Patrick Steinhardt1-0/+1
2024-09-30builtin/annotate: fix leaking args vectorPatrick Steinhardt2-5/+16
2024-09-30Merge branch 'jk/http-leakfixes' into ps/leakfixes-part-8Junio C Hamano29-39/+123
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano50-124/+279
2024-09-28l10n: sv.po: Update Swedish translationPeter Krefting1-48/+179
2024-09-27csum-file.c: use unsafe SHA-1 implementation when availableTaylor Blau1-9/+9
2024-09-27Makefile: allow specifying a SHA-1 for non-cryptographic usesTaylor Blau2-0/+55
2024-09-27hash.h: scaffolding for _unsafe hashing variantsTaylor Blau2-0/+84
2024-09-27sha1: do not redefine `platform_SHA_CTX` and friendsTaylor Blau3-0/+7
2024-09-27pack-objects: use finalize_object_file() to rename pack/idx/etcTaylor Blau2-4/+10