]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Rename logging functions
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 25 Sep 2025 16:59:52 +0000 (10:59 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 25 Sep 2025 16:59:52 +0000 (10:59 -0600)
commitfe8607c74465eb1599fce68eedb6de51061165f6
tree79b2da628297fa63cc2d03f6709b0814598595c4
parent33c61247d22ec375ed886ae45e4326b0ff2fcc86
Rename logging functions

For #121.
76 files changed:
src/algorithm.c
src/asn1/asn1c/Certificate.c
src/asn1/content_info.c
src/asn1/decode.c
src/asn1/oid.c
src/asn1/signed_data.c
src/cache.c
src/cachetmp.c
src/common.c
src/config.c
src/config/boolean.c
src/config/curl_offset.c
src/config/file_type.c
src/config/filename_format.c
src/config/incidences.c
src/config/log_conf.c
src/config/mode.c
src/config/output_format.c
src/config/str.c
src/config/string_array.c
src/config/time.c
src/config/uint.c
src/daemon.c
src/ext.c
src/file.c
src/hash.c
src/http.c
src/json_handler.c
src/json_util.c
src/log.c
src/log.h
src/main.c
src/nid.c
src/object/bgpsec.c
src/object/certificate.c
src/object/crl.c
src/object/manifest.c
src/object/roa.c
src/object/signed_object.c
src/object/tal.c
src/object/vcard.c
src/output_printer.c
src/print_file.c
src/prometheus.c
src/relax_ng.c
src/resource.c
src/rrdp.c
src/rsync.c
src/rtr/db/db_table.c
src/rtr/db/delta.c
src/rtr/db/vrps.c
src/rtr/pdu_handler.c
src/rtr/pdu_sender.c
src/rtr/pdu_stream.c
src/rtr/rtr.c
src/sig.c
src/slurm/db_slurm.c
src/slurm/slurm_loader.c
src/slurm/slurm_parser.c
src/stats.c
src/stream.c
src/task.c
src/thread_pool.c
src/thread_var.c
src/types/address.c
src/types/bio_seq.c
src/types/map.c
src/types/name.c
src/types/sorted_array.c
src/types/str.c
src/types/uri.c
src/types/vrp.c
test/cache_test.c
test/mock.c
test/rsync_test.c
test/rtr/pdu_handler_test.c