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-readwrite.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
1
-2
/
+2
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
1
-11
/
+16
2024-10-02
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
1
-12
/
+22
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
1
-90
/
+40
2024-09-06
Merge branch 'jk/unused-parameters'
Junio C Hamano
1
-1
/
+1
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
1
-44
/
+46
2024-08-28
t-reftable-readwrite: mark unused parameter in callback function
Jeff King
1
-1
/
+1
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
1
-1
/
+1
2024-08-13
t-reftable-readwrite: add test for known error
Chandra Pratap
1
-0
/
+5
2024-08-13
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap
1
-9
/
+3
2024-08-13
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap
1
-7
/
+3
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+979