]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Rename the "url" module to "uri"
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 30 Apr 2025 16:26:52 +0000 (10:26 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 2 May 2025 18:56:30 +0000 (12:56 -0600)
commit74edb2f15812515373a5ca33c57a14c75b3f3dbd
tree1ad78d39a701077c4f4e9c8b95368b39ffccc035
parentd128029b4b673b3c2797de88b36f5a393254fb48
Rename the "url" module to "uri"
25 files changed:
src/Makefile.am
src/asn1/asn1c/RsyncRequest.h
src/cache.c
src/cache.h
src/http.c
src/http.h
src/json_util.h
src/object/certificate.c
src/object/manifest.c
src/object/tal.c
src/print_file.c
src/rrdp.c
src/rrdp.h
src/rsync.h
src/types/map.h
src/types/uri.c [moved from src/types/url.c with 99% similarity]
src/types/uri.h [moved from src/types/url.h with 93% similarity]
test/Makefile.am
test/cache_test.c
test/object/tal_test.c
test/rrdp_test.c
test/rrdp_update_test.c
test/rsync_test.c
test/task_test.c
test/types/uri_test.c [moved from test/types/url_test.c with 99% similarity]