git/t/unit-tests
Taylor Blau bc627658b0 Merge branch 'ps/reftable-strbuf'
Implements a new reftable-specific strbuf replacement to reduce
reftable's dependency on Git-specific data structures.

* ps/reftable-strbuf:
  reftable: handle trivial `reftable_buf` errors
  reftable/stack: adapt `stack_filename()` to handle allocation failures
  reftable/record: adapt `reftable_record_key()` to handle allocation failures
  reftable/stack: adapt `format_name()` to handle allocation failures
  t/unit-tests: check for `reftable_buf` allocation errors
  reftable/blocksource: adapt interface name
  reftable: convert from `strbuf` to `reftable_buf`
  reftable/basics: provide new `reftable_buf` interface
  reftable: stop using `strbuf_addf()`
  reftable: stop using `strbuf_addbuf()`
2024-10-30 13:08:01 -04:00
..
clar
.gitignore
clar-generate.awk
ctype.c
lib-oid.c
lib-oid.h
lib-reftable.c reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
lib-reftable.h reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
strvec.c
t-example-decorate.c
t-hash.c
t-hashmap.c
t-mem-pool.c
t-oid-array.c
t-oidmap.c
t-oidtree.c
t-prio-queue.c
t-reftable-basics.c Merge branch 'ps/reftable-strbuf' 2024-10-30 13:08:01 -04:00
t-reftable-block.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-merged.c Merge branch 'ps/reftable-strbuf' 2024-10-30 13:08:01 -04:00
t-reftable-pq.c
t-reftable-reader.c reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
t-reftable-readwrite.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-record.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-stack.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-tree.c reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
t-strbuf.c
t-strcmp-offset.c
t-trailer.c
t-urlmatch-normalization.c
test-lib.c
test-lib.h
unit-test.c
unit-test.h