Show patches with: Submitter = Taylor Blau       |    Archived = No       |   1193 patches
« 1 2 3 411 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,9/9] csum-file.c: use fast SHA-1 implementation when available hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,8/9] Makefile: allow specifying a SHA-1 for non-cryptographic uses hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,7/9] hash.h: scaffolding for _fast hashing variants hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,6/9] sha1: do not redefine `platform_SHA_CTX` and friends hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,5/9] i5500-git-daemon.sh: use compile-able version of Git without OpenSSL hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,4/9] pack-objects: use finalize_object_file() to rename pack/idx/etc hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,3/9] finalize_object_file(): implement collision check hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,2/9] finalize_object_file(): refactor unlink_or_warn() placement hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v3,1/9] finalize_object_file(): check for name collision before renaming hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-06 Taylor Blau New
[v2,4/4] csum-file.c: use fast SHA-1 implementation when available hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-05 Taylor Blau Superseded
[v2,3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-05 Taylor Blau Superseded
[v2,2/4] hash.h: scaffolding for _fast hashing variants hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-05 Taylor Blau Superseded
[v2,1/4] sha1: do not redefine `platform_SHA_CTX` and friends hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-05 Taylor Blau Superseded
[4/4] csum-file.c: use fast SHA-1 implementation when available hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-01 Taylor Blau Superseded
[3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-01 Taylor Blau Superseded
[2/4] hash.h: scaffolding for _fast hashing variants hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-01 Taylor Blau Superseded
[1/4] sha1: do not redefine `platform_SHA_CTX` and friends hash.h: support choosing a separate SHA-1 for non-cryptographic uses - - - --- 2024-09-01 Taylor Blau Superseded
[5/5] builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER` pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[3/5] builtin/pack-objects.c: translate bit positions during pack-reuse pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[1/5] t/t5332-multi-pack-reuse.sh: verify pack generation with --strict pack-objects: brown-paper-bag fixes for multi-pack reuse - - - --- 2024-08-27 Taylor Blau Accepted
[v2,13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,11/13] pack-bitmap.c: keep track of each layer's type bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,10/13] ewah: implement `struct ewah_or_iterator` midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[v2,01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau New
[13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[11/13] pack-bitmap.c: keep track of each layer's type bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[10/13] ewah: implement `struct ewah_or_iterator` midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-08-15 Taylor Blau Superseded
[8/8] pseudo-merge.c: ensure pseudo-merge groups are closed pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[7/8] pseudo-merge.c: do not generate empty pseudo-merge commits pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[6/8] t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[4/8] pack-bitmap: drop redundant args from `bitmap_writer_finish()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[3/8] pack-bitmap: drop redundant args from `bitmap_writer_build()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[2/8] pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()` pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data pseudo-merge: avoid empty and non-closed pseudo-merge commits - - - --- 2024-08-15 Taylor Blau Accepted
[v3,19/19] midx: implement support for writing incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau New
[v3,18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,16/19] midx: implement verification support for incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,15/19] midx: support reading incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,12/19] midx: teach `midx_contains_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,11/19] midx: remove unused `midx_locate_pack()` midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,10/19] midx: teach `fill_midx_entry()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,08/19] midx: teach `bsearch_midx()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,07/19] midx: introduce `bsearch_one_midx()` midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau New
[v3,03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,02/19] midx: add new fields for incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
[v3,01/19] Documentation: describe incremental MIDX format midx: incremental multi-pack indexes, part one - - - --- 2024-08-06 Taylor Blau Accepted
t/t7704-repack-cruft.sh: avoid failures during long-running tests t/t7704-repack-cruft.sh: avoid failures during long-running tests - - - --- 2024-08-05 Taylor Blau Accepted
config.c: avoid segfault with --fixed-value and valueless config config.c: avoid segfault with --fixed-value and valueless config - - - --- 2024-08-01 Taylor Blau Accepted
Documentation/RelNotes/2.46.0.txt: fix typo Documentation/RelNotes/2.46.0.txt: fix typo - - - --- 2024-07-22 Taylor Blau New
[v2,19/19] midx: implement support for writing incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,16/19] midx: implement verification support for incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,15/19] midx: support reading incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,12/19] midx: teach `midx_contains_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,11/19] midx: remove unused `midx_locate_pack()` midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,10/19] midx: teach `fill_midx_entry()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,08/19] midx: teach `bsearch_midx()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,07/19] midx: introduce `bsearch_one_midx()` midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,02/19] midx: add new fields for incremental MIDX chains midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
[v2,01/19] Documentation: describe incremental MIDX format midx: incremental multi-pack indexes, part one - - - --- 2024-07-17 Taylor Blau Superseded
Documentation: fix default value for core.maxTreeDepth Documentation: fix default value for core.maxTreeDepth - - - --- 2024-07-17 Taylor Blau Accepted
config.mak.dev: fix typo when enabling -Wpedantic config.mak.dev: fix typo when enabling -Wpedantic - - - --- 2024-07-05 Taylor Blau Accepted
[v7,16/16] bloom: introduce `deinit_bloom_filters()` bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-06-25 Taylor Blau New
« 1 2 3 411 12 »