index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
unit-tests
/
t-reftable-stack.c
Age
Commit message (
Expand
)
Author
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
2024-10-17
t/unit-tests: check for `reftable_buf` allocation errors
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2024-09-30
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
2024-09-09
t-reftable-stack: add test for stack iterators
Chandra Pratap
2024-09-09
t-reftable-stack: add test for non-default compaction factor
Chandra Pratap
2024-09-09
t-reftable-stack: use reftable_ref_record_equal() to compare ref records
Chandra Pratap
2024-09-08
t-reftable-stack: use Git's tempfile API instead of mkstemp()
Chandra Pratap
2024-09-08
t: harmonize t-reftable-stack.c with coding guidelines
Chandra Pratap
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap