Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03reftable/merged: transfer ownership of records when iteratingPatrick Steinhardt
2024-01-03reftable/merged: really reuse buffers to compute record keysPatrick Steinhardt
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt
2024-01-03reftable/writer: fix index corruption when writing multiple indicesPatrick Steinhardt
2024-01-03reftable/stack: do not auto-compact twice in `reftable_stack_add()`Patrick Steinhardt
2024-01-03reftable/stack: do not overwrite errors when compactingPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-11reftable/block: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/block: introduce macro to initialize `struct block_iter`Patrick Steinhardt
2023-12-11reftable/merged: reuse buffer to compute record keysPatrick Steinhardt
2023-12-11reftable/stack: fix use of unseeded randomnessPatrick Steinhardt
2023-12-11reftable/stack: fix stale lock when dyingPatrick Steinhardt
2023-12-11reftable/stack: reuse buffers when reloading stackPatrick Steinhardt
2023-12-11reftable/stack: perform auto-compaction with transactional interfacePatrick Steinhardt
2023-12-11reftable/stack: verify that `reftable_stack_add()` uses auto-compactionPatrick Steinhardt
2023-12-11reftable: handle interrupted writesPatrick Steinhardt
2023-12-11reftable: handle interrupted readsPatrick Steinhardt
2023-12-11reftable: wrap EXPECT macros in do/whilePatrick Steinhardt
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2022-09-15reftable: use a pointer for pq_entry paramElijah Conners
2022-08-21reftable: drop unused parameter from reader_seek_linear()Jeff King
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-04Merge branch 'cm/reftable-0-length-memset'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-15reftable: avoid undefined behaviour breaking t0032Carlo Marcelo Arenas Belón
2022-03-28reftable: make assignments portable to AIX xlc v12.01Ævar Arnfjörð Bjarmason
2022-02-24reftable: rename writer_stats to reftable_writer_statsHan-Wen Nienhuys
2022-02-24reftable: add test for length of disambiguating prefixHan-Wen Nienhuys
2022-02-24reftable: ensure that obj_id_len is >= 2 on writingHan-Wen Nienhuys
2022-02-24reftable: avoid writing empty keys at the block layerHan-Wen Nienhuys
2022-02-24reftable: add a test that verifies that writing empty keys failsHan-Wen Nienhuys
2022-02-24reftable: reject 0 object_id_lenHan-Wen Nienhuys
2022-02-17Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano
2022-02-17Merge branch 'hn/reftable-coverity-fixes'Junio C Hamano
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys
2022-01-20reftable: remove outdated file reftable.cHan-Wen Nienhuys
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys
2022-01-20reftable: make reftable-record.h function signatures const correctHan-Wen Nienhuys
2022-01-20reftable: handle null refnames in reftable_ref_record_equalHan-Wen Nienhuys
2022-01-20reftable: drop stray printf in readwrite_testHan-Wen Nienhuys
2022-01-20reftable: all xxx_free() functions accept NULL argumentsHan-Wen Nienhuys
2022-01-20reftable: fix resource warningHan-Wen Nienhuys
2022-01-20reftable: ignore remove() return value in stack_test.cHan-Wen Nienhuys