]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Implement URI normalization
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 6 May 2025 23:43:47 +0000 (17:43 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 6 May 2025 23:43:47 +0000 (17:43 -0600)
commit9dda124b5eb270382cdbc4fbe47992ff9bfa87c5
tree68b62288e2f2d69b372eebce554a00e465f42cd5
parent74edb2f15812515373a5ca33c57a14c75b3f3dbd
Implement URI normalization

Stop deferring this to curl; it's not bound to come out soon.
src/rrdp.c
src/types/uri.c
src/types/uri.h
test/Makefile.am
test/types/uri_test.c