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-stack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
t/unit-tests: convert reftable stack test to use clar
Seyi Kuforiji
1
-1451
/
+0
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
1
-33
/
+33
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-3
/
+51
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
/
+6
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
1
-2
/
+6
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
/
+2
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
1
-17
/
+17
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
1
-0
/
+1
2024-10-17
t/unit-tests: check for `reftable_buf` allocation errors
Patrick Steinhardt
1
-29
/
+29
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-45
/
+45
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
1
-18
/
+24
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
1
-2
/
+4
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
1
-1
/
+1
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
1
-1
/
+3
2024-09-30
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
1
-2
/
+65
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
1
-2
/
+65
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
1
-13
/
+12
2024-09-09
t-reftable-stack: add test for stack iterators
Chandra Pratap
1
-0
/
+83
2024-09-09
t-reftable-stack: add test for non-default compaction factor
Chandra Pratap
1
-4
/
+37
2024-09-09
t-reftable-stack: use reftable_ref_record_equal() to compare ref records
Chandra Pratap
1
-2
/
+2
2024-09-08
t-reftable-stack: use Git's tempfile API instead of mkstemp()
Chandra Pratap
1
-1
/
+3
2024-09-08
t: harmonize t-reftable-stack.c with coding guidelines
Chandra Pratap
1
-57
/
+53
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+1210