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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-04
Merge branch 'ps/leakfixes-part-10'
Junio C Hamano
1
-0
/
+65
2024-11-26
reftable/merged: drain priority queue on reseek
Patrick Steinhardt
1
-0
/
+73
2024-11-21
strvec: introduce new `strvec_splice()` function
Patrick Steinhardt
1
-0
/
+65
2024-11-19
Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuse
Junio C Hamano
9
-105
/
+113
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
5
-0
/
+6
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
9
-105
/
+106
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
1
-0
/
+1
2024-11-18
t/unit-tests: convert "clar-generate.awk" into a shell script
Patrick Steinhardt
2
-50
/
+63
2024-11-08
Merge branch 'ps/upgrade-clar'
Junio C Hamano
12
-124
/
+205
2024-10-30
Merge branch 'ps/reftable-strbuf'
Taylor Blau
9
-210
/
+218
2024-10-25
Merge branch 'ak/typofixes'
Taylor Blau
2
-2
/
+2
2024-10-21
Makefile: extract script to generate clar declarations
Patrick Steinhardt
1
-0
/
+16
2024-10-21
t/unit-tests: update clar to 206accb
Patrick Steinhardt
11
-124
/
+189
2024-10-17
t/unit-tests: check for `reftable_buf` allocation errors
Patrick Steinhardt
5
-44
/
+44
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
4
-21
/
+21
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
9
-179
/
+180
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
3
-31
/
+38
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
7
-51
/
+89
2024-10-10
t/unit-tests: fix typos
Andrew Kreimer
2
-2
/
+2
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
1
-1
/
+1
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
1
-2
/
+2
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
3
-11
/
+24
2024-10-02
reftable/tree: handle allocation failures
Patrick Steinhardt
1
-4
/
+6
2024-10-02
reftable/block: handle allocation failures
Patrick Steinhardt
1
-8
/
+12
2024-10-02
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
1
-12
/
+22
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2
-5
/
+11
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
1
-3
/
+5
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
1
-5
/
+6
2024-09-30
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
1
-2
/
+65
2024-09-25
Merge branch 'ps/reftable-exclude'
Junio C Hamano
6
-179
/
+348
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
1
-2
/
+65
2024-09-18
Merge branch 'ps/clar-unit-test'
Junio C Hamano
25
-221
/
+3357
2024-09-16
Merge branch 'cp/unit-test-reftable-stack'
Junio C Hamano
1
-0
/
+1324
2024-09-16
Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures
Junio C Hamano
6
-179
/
+348
2024-09-16
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failures
Junio C Hamano
1
-0
/
+1324
2024-09-16
reftable/reader: make table iterator reseekable
Patrick Steinhardt
2
-0
/
+172
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
5
-179
/
+176
2024-09-12
Merge branch 'gt/unit-test-oid-array'
Junio C Hamano
3
-1
/
+135
2024-09-09
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude
Junio C Hamano
1
-0
/
+1324
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
2024-09-06
Merge branch 'jk/unused-parameters'
Junio C Hamano
1
-1
/
+1
2024-09-04
t/unit-tests: convert ctype tests to use clar
Patrick Steinhardt
2
-10
/
+68
2024-09-04
t/unit-tests: convert strvec tests to use clar
Patrick Steinhardt
2
-211
/
+241
2024-09-04
t/unit-tests: implement test driver
Patrick Steinhardt
1
-2
/
+43
2024-09-04
Makefile: wire up the clar unit testing framework
Patrick Steinhardt
4
-0
/
+61
[prev]
[next]