]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove TAL isolation from the cache
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 6 Jun 2024 21:53:12 +0000 (15:53 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 6 Jun 2024 21:53:12 +0000 (15:53 -0600)
commitbcdb8067c4157c82cb174950590f1c4d73158b91
tree5202e90304fc1ca8bec0752f1ab2abf8ec134238
parent97a5efacbf5e7f04084f2306d95e82566a84e445
Remove TAL isolation from the cache

It doesn't match the new design.
14 files changed:
src/cache/local_cache.c
src/cache/local_cache.h
src/data_structure/path_builder.c
src/data_structure/path_builder.h
src/object/certificate.c
src/object/manifest.c
src/object/tal.c
src/print_file.c
src/rrdp.c
src/types/uri.c
src/types/uri.h
test/cache/local_cache_test.c
test/tal_test.c
test/types/uri_test.c