git/reftable
Junio C Hamano 668843e6d8 Merge branch 'cp/unit-test-reftable-readwrite'
* cp/unit-test-reftable-readwrite:
  t-reftable-readwrite: add test for known error
  t-reftable-readwrite: use 'for' in place of infinite 'while' loops
  t-reftable-readwrite: use free_names() instead of a for loop
  t: move reftable/readwrite_test.c to the unit testing framework
2024-08-23 09:02:35 -07:00
..
LICENSE
basics.c global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
basics.h global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
block.c
block.h
block_test.c reftable: cast away constness when assigning constants to records 2024-06-07 10:30:49 -07:00
blocksource.c
blocksource.h
constants.h
dump.c hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
error.c
generic.c
generic.h
iter.c
iter.h
merged.c Merge branch 'ps/ref-storage-migration' 2024-06-17 15:55:55 -07:00
merged.h Merge branch 'ps/ref-storage-migration' 2024-06-17 15:55:55 -07:00
pq.c reftable: change the type of array indices to 'size_t' in reftable/pq.c 2024-08-01 09:07:28 -07:00
pq.h t-reftable-pq: make merged_iter_pqueue_check() static 2024-08-01 09:07:29 -07:00
publicbasics.c
reader.c Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reader.h
record.c global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
record.h
reftable-blocksource.h
reftable-error.h
reftable-generic.h
reftable-iterator.h
reftable-malloc.h
reftable-merged.h
reftable-reader.h Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reftable-record.h hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
reftable-stack.h Merge branch 'ps/reftable-reusable-iterator' 2024-05-30 14:15:12 -07:00
reftable-tests.h Merge branch 'cp/unit-test-reftable-readwrite' 2024-08-23 09:02:35 -07:00
reftable-writer.h
stack.c reftable/stack: handle locked tables during auto-compaction 2024-08-08 10:14:43 -07:00
stack.h
stack_test.c reftable/stack: handle locked tables during auto-compaction 2024-08-08 10:14:43 -07:00
system.h hash-ll: merge with "hash.h" 2024-06-14 10:26:33 -07:00
test_framework.c
test_framework.h
tree.c reftable: remove unnecessary curly braces in reftable/tree.c 2024-08-04 09:50:18 -07:00
tree.h
writer.c
writer.h