]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Cache refactor startup
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 12 Jun 2024 15:50:50 +0000 (09:50 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 1 Jul 2024 18:17:12 +0000 (12:17 -0600)
commit762767ccc3e9699b1121379512996d391f6087d2
tree0c72d33aad557eead45232d777387e56b768c311
parent447f261d4f9c8240bc73115e489c848f676158df
Cache refactor startup

I've been asked to upload commits more often. Because #82 is a handful,
some of these will have to be WIPs.

This is most of June's progress. I'm in the middle of converting the
cache code to the new design.

Dirty commit; doesn't compile. I'll probably squash it later.
30 files changed:
src/Makefile.am
src/cache/local_cache.c
src/cache/local_cache.h
src/certificate_refs.c
src/certificate_refs.h
src/config.h
src/crypto/hash.c
src/crypto/hash.h
src/data_structure/uthash.h
src/file.c
src/file.h
src/http/http.c
src/http/http.h
src/object/certificate.c
src/object/certificate.h
src/object/manifest.c
src/object/manifest.h
src/object/tal.c
src/print_file.c
src/rrdp.c
src/rrdp.h
src/types/map.c
src/types/map.h
src/types/str.h [new file with mode: 0644]
test/Makefile.am
test/cache/local_cache_test.c
test/crypto/hash_test.c
test/file_test.c [new file with mode: 0644]
test/tal_test.c
test/types/map_test.c