1
0
mirror of https://github.com/git/git.git synced 2024-10-21 05:48:38 +02:00
git/reftable
Junio C Hamano 00e38ba6d8 Merge branch 'ab/auto-detect-zlib-compress2'
The build procedure has been taught to notice older version of zlib
and enable our replacement uncompress2() automatically.

* ab/auto-detect-zlib-compress2:
  compat: auto-detect if zlib has uncompress2()
2022-02-16 15:14:30 -08:00
..
basics_test.c
basics.c
basics.h
block_test.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
block.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
block.h reftable: fix typo in header 2021-12-23 12:28:28 -08:00
blocksource.c reftable: fix resource leak blocksource.c 2022-01-20 11:31:52 -08:00
blocksource.h
constants.h
dump.c reftable: add dump utility 2021-10-08 10:45:48 -07:00
error.c reftable: signal overflow 2021-12-23 12:28:34 -08:00
generic.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
generic.h
iter.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
iter.h
LICENSE
merged_test.c reftable tests: avoid "int" overflow, use "uint64_t" 2022-01-13 13:39:09 -08:00
merged.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
merged.h
pq_test.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
pq.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
pq.h
publicbasics.c
reader.c reftable: make reftable_record a tagged union 2022-01-20 11:31:53 -08:00
reader.h
readwrite_test.c Merge branch 'hn/reftable-coverity-fixes' 2022-02-16 15:14:28 -08:00
record_test.c reftable: add print functions to the record types 2022-01-20 11:31:53 -08:00
record.c reftable: add print functions to the record types 2022-01-20 11:31:53 -08:00
record.h reftable: add print functions to the record types 2022-01-20 11:31:53 -08:00
refname_test.c
refname.c
refname.h
reftable-blocksource.h
reftable-error.h reftable: signal overflow 2021-12-23 12:28:34 -08:00
reftable-generic.h
reftable-iterator.h
reftable-malloc.h
reftable-merged.h
reftable-reader.h
reftable-record.h reftable: make reftable-record.h function signatures const correct 2022-01-20 11:31:53 -08:00
reftable-stack.h reftable: implement stack, a mutable database of reftable files. 2021-10-08 10:45:48 -07:00
reftable-tests.h
reftable-writer.h reftable: support preset file mode for writing 2021-12-23 12:28:36 -08:00
stack_test.c Merge branch 'hn/reftable-coverity-fixes' 2022-02-16 15:14:28 -08:00
stack.c Merge branch 'hn/reftable-coverity-fixes' 2022-02-16 15:14:28 -08:00
stack.h reftable: implement stack, a mutable database of reftable files. 2021-10-08 10:45:48 -07:00
system.h compat: auto-detect if zlib has uncompress2() 2022-01-26 09:05:55 -08:00
test_framework.c
test_framework.h
tree_test.c
tree.c
tree.h
writer.c Merge branch 'hn/reftable-coverity-fixes' 2022-02-16 15:14:28 -08:00
writer.h