]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Patch a bunch of easy TODOs
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 Dec 2021 19:22:09 +0000 (13:22 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 Dec 2021 19:22:09 +0000 (13:22 -0600)
commit8e073c2973552381594930fc802454853a899d97
tree4d3696861014af70a349b3538c2682694d0edf3e
parentbf58359007b6a3fc571603f8b24e48a0ac6dd22b
Patch a bunch of easy TODOs
28 files changed:
src/common.c
src/common.h
src/crypto/base64.c
src/data_structure/path_builder.c
src/data_structure/path_builder.h
src/file.c
src/file.h
src/http/http.c
src/object/certificate.c
src/object/name.c
src/object/tal.c
src/rpp/rpp_dl_status.c
src/rpp/rpp_dl_status.h
src/rrdp/types.c
src/rsync/rsync.c
src/rtr/rtr.c
src/str_token.c
src/str_token.h
src/types/uri.c
src/types/uri_list.c
test/Makefile.am
test/data_structure/path_builder_test.c [new file with mode: 0644]
test/line_file_test.c
test/rrdp/notification_test.c [moved from test/rrdp_objects_test.c with 97% similarity]
test/rtr/db/vrps_test.c
test/rtr/pdu_handler_test.c
test/tal_test.c
test/xml_test.c