aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/stack_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap1-1213/+0
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-4/+112
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano1-18/+11
2024-08-23reftable/stack: fix segfault when reload with reused readers failsPatrick Steinhardt1-0/+59
2024-08-23reftable/reader: keep readers alive during iterationPatrick Steinhardt1-0/+50
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt1-4/+2
2024-08-23reftable/stack: fix broken refnames in `write_n_ref_tables()`Patrick Steinhardt1-0/+1
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt1-7/+0
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt1-11/+11
2024-08-17reftable: mark unused parameters in virtual functionsJeff King1-2/+2
2024-08-17reftable: ignore unused argc/argv in test functionsJeff King1-1/+1
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt1-5/+7
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt1-2/+1
2024-08-08reftable/stack: test compaction with already-locked tablesPatrick Steinhardt1-0/+77
2024-08-08reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt1-32/+32
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-25/+25
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano1-25/+0
2024-06-07reftable: cast away constness when assigning constants to recordsPatrick Steinhardt1-24/+24
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-4/+4
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap1-25/+0
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt1-2/+2
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt1-24/+24
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt1-64/+50
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano1-39/+0
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano1-58/+19
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano1-1/+45
2024-04-08reftable: remove name checksPatrick Steinhardt1-39/+0
2024-04-08reftable/stack: use geometric table compactionJustin Tobler1-53/+13
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler1-5/+6
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano1-1/+45
2024-04-01Merge branch 'ps/reftable-unit-test-nfs-workaround'Junio C Hamano1-1/+11
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt1-0/+44
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt1-1/+1
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt1-1/+11
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt1-15/+11
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano1-4/+3
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-1/+0
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt1-4/+3
2024-01-26reftable/stack: adjust permissions of compacted tablesPatrick Steinhardt1-2/+23
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano1-2/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt1-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-11reftable/stack: perform auto-compaction with transactional interfacePatrick Steinhardt1-0/+56
2023-12-11reftable/stack: verify that `reftable_stack_add()` uses auto-compactionPatrick Steinhardt1-0/+49
2023-12-11reftable: handle interrupted writesPatrick Steinhardt1-1/+1
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-02-16Merge branch 'hn/reftable-coverity-fixes'Junio C Hamano1-1/+2
2022-01-20reftable: ignore remove() return value in stack_test.cHan-Wen Nienhuys1-1/+1
2022-01-20reftable: check reftable_stack_auto_compact() return valueHan-Wen Nienhuys1-0/+1
2021-12-23reftable: support preset file mode for writingHan-Wen Nienhuys1-4/+29
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys1-0/+953