]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove the path builder
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 8 Oct 2024 21:11:24 +0000 (15:11 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 8 Oct 2024 22:57:31 +0000 (16:57 -0600)
commitb9e82b1d364789c9b6f6ad2be65c54d9b89d9a8a
treedf131f0624a32bc3e3fa5c3331270055009c398f
parent89b6086d95ea64329981a4cce0b5e66284e4eb73
Remove the path builder

This has become overkill since design 5 and chdir() trivialized cache
pathing.
12 files changed:
src/cachetmp.c
src/cachetmp.h
src/init.c
src/object/manifest.c
src/print_file.c
src/rrdp.c
src/types/path.c
src/types/path.h
src/types/url.c
src/types/url.h
test/Makefile.am
test/types/path_test.c [deleted file]