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-02-25
t/unit-tests: convert oidtree test to use clar test framework
Seyi Kuforiji
2
-122
/
+107
2025-02-25
t/unit-tests: convert oidmap test to use clar test framework
Seyi Kuforiji
2
-181
/
+136
2025-02-25
t/unit-tests: convert oid-array test to use clar test framework
Seyi Kuforiji
2
-126
/
+129
2025-02-25
t/unit-tests: implement clar specific oid helper functions
Seyi Kuforiji
3
-24
/
+19
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
1
-3
/
+51
2025-02-10
Merge branch 'sk/unit-tests-0130'
Junio C Hamano
7
-345
/
+340
2025-01-31
t/unit-tests: convert strcmp-offset test to use clar test framework
Seyi Kuforiji
2
-35
/
+45
2025-01-31
t/unit-tests: convert strbuf test to use clar test framework
Seyi Kuforiji
2
-122
/
+119
2025-01-31
t/unit-tests: adapt example decorate test to use clar test framework
Seyi Kuforiji
2
-74
/
+64
2025-01-31
t/unit-tests: convert hashmap test to use clar test framework
Seyi Kuforiji
1
-114
/
+112
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-2
/
+2
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-1
/
+1
2025-01-28
Merge branch 'ps/reftable-sign-compare'
Junio C Hamano
3
-3
/
+20
2025-01-28
Merge branch 'sk/unit-tests'
Junio C Hamano
6
-141
/
+131
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-3
/
+51
2025-01-21
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
1
-1
/
+1
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
1
-0
/
+17
2025-01-21
Merge branch 'sk/unit-test-hash'
Junio C Hamano
1
-23
/
+48
2025-01-21
Merge branch 'ps/reftable-get-random-fix'
Junio C Hamano
1
-3
/
+3
2025-01-17
t/unit-tests: convert reftable tree test to use clar test framework
Seyi Kuforiji
1
-19
/
+11
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
[next]