summaryrefslogtreecommitdiff
path: root/reftable/stack_test.c
AgeCommit message (Expand)Author
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano
2024-06-07reftable: cast away constness when assigning constants to recordsPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano
2024-04-08reftable: remove name checksPatrick Steinhardt
2024-04-08reftable/stack: use geometric table compactionJustin Tobler
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano
2024-04-01Merge branch 'ps/reftable-unit-test-nfs-workaround'Junio C Hamano
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt
2024-01-26reftable/stack: adjust permissions of compacted tablesPatrick Steinhardt
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
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
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-16Merge branch 'hn/reftable-coverity-fixes'Junio C Hamano
2022-01-20reftable: ignore remove() return value in stack_test.cHan-Wen Nienhuys
2022-01-20reftable: check reftable_stack_auto_compact() return valueHan-Wen Nienhuys
2021-12-23reftable: support preset file mode for writingHan-Wen Nienhuys
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys