index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
unit-tests
/
t-reftable-record.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
t/unit-tests: convert reftable record test to use clar
Seyi Kuforiji
1
-585
/
+0
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
1
-20
/
+20
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
1
-12
/
+28
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
1
-0
/
+17
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
1
-29
/
+30
2024-10-17
t/unit-tests: check for `reftable_buf` allocation errors
Patrick Steinhardt
1
-7
/
+7
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-37
/
+37
2024-08-17
unit-tests: ignore unused argc/argv
Jeff King
1
-1
/
+1
2024-07-02
t-reftable-record: add tests for reftable_log_record_compare_key()
Chandra Pratap
1
-0
/
+30
2024-07-02
t-reftable-record: add tests for reftable_ref_record_compare_name()
Chandra Pratap
1
-0
/
+20
2024-07-02
t-reftable-record: add index tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+1
2024-07-02
t-reftable-record: add obj tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+1
2024-07-02
t-reftable-record: add log tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+4
2024-07-02
t-reftable-record: add ref tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+2
2024-07-02
t-reftable-record: add comparison tests for obj records
Chandra Pratap
1
-0
/
+39
2024-07-02
t-reftable-record: add comparison tests for index records
Chandra Pratap
1
-0
/
+38
2024-07-02
t-reftable-record: add comparison tests for ref records
Chandra Pratap
1
-0
/
+33
2024-07-02
t-reftable-record: add reftable_record_cmp() tests for log records
Chandra Pratap
1
-13
/
+25
2024-07-02
t: move reftable/record_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+371