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
2025-07-24
t/unit-tests: convert reftable readwrite test to use clar
Seyi Kuforiji
1
-985
/
+0
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
1
-5
/
+5
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
1
-2
/
+2
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
1
-48
/
+48
2025-01-28
Merge branch 'ps/reftable-sign-compare'
Junio C Hamano
1
-1
/
+1
2025-01-21
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
1
-3
/
+3
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
1
-2
/
+45
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
1
-2
/
+45
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
1
-0
/
+1
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
1
-20
/
+20
2024-10-17
t/unit-tests: check for `reftable_buf` allocation errors
Patrick Steinhardt
1
-4
/
+4
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
1
-12
/
+12
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-46
/
+46
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
1
-11
/
+9
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