index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
unit-tests
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-17
t/unit-tests: adapt priority queue test to use clar test framework
Seyi Kuforiji
2
-91
/
+94
2025-01-17
t/unit-tests: convert mem-pool test to use clar test framework
Seyi Kuforiji
2
-31
/
+25
2025-01-17
t/unit-tests: handle dashes in test suite filenames
Seyi Kuforiji
1
-0
/
+1
2025-01-09
t/unit-tests: convert hash to use clar test framework
Seyi Kuforiji
1
-23
/
+48
2025-01-08
t-reftable-basics: allow for `malloc` to be `#define`d
Johannes Schindelin
1
-4
/
+4
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
1
-3
/
+3
2024-12-28
t-reftable-merged: handle realloc errors
René Scharfe
1
-2
/
+2
2024-12-28
reftable: fix allocation count on realloc error
René Scharfe
1
-0
/
+26
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
1
-0
/
+30
2024-12-23
Merge branch 'ps/ci-meson'
Junio C Hamano
4
-2
/
+22
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
7
-3
/
+13
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
2
-4
/
+51
2024-12-15
Merge branch 'rj/strvec-splice-fix'
Junio C Hamano
1
-0
/
+10
2024-12-13
t: introduce compatibility options to clar-based tests
Patrick Steinhardt
1
-1
/
+18
2024-12-13
t/unit-tests: rename clar-based unit tests to have a common prefix
Patrick Steinhardt
3
-1
/
+4
2024-12-10
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
1
-0
/
+73
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
9
-105
/
+113
2024-12-10
strvec: `strvec_splice()` to a statically initialized vector
Rubén Justo
1
-0
/
+10
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
2
-4
/
+51
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2
-6
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
7
-0
/
+13
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
[prev]
[next]