]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
cd to cache directory instead of prefixing every path
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 7 Oct 2024 22:00:35 +0000 (16:00 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 8 Oct 2024 21:03:18 +0000 (15:03 -0600)
commit89b6086d95ea64329981a4cce0b5e66284e4eb73
treefb49079471512ae89fc3ff2fcd83f95fa53747be
parent9e25ee507969301f3c44ce79709892eeb9c915f2
cd to cache directory instead of prefixing every path

Reduces busywork, memory usage and allows the cache to be moved.
14 files changed:
src/cache.c
src/cachetmp.c
src/common.c
src/common.h
src/config.c
src/file.c
src/file.h
src/main.c
src/rrdp.c
src/rrdp.h
src/types/path.c
src/types/path.h
test/cache_test.c
test/rrdp_update_test.c