main
Fix various typos
tests: Placate static analyzers about an impossible null pointer dereference
fix interpreter path
tests: Adapt to glib 2.87.0
Code auto-formatting
Replace "whitelist" with allowed_build_names
Auto-quote values in obsoletes, streams, translations
Add a support for decompressing Zstandard-compressed YAML files
Auto-quote all values in modulemd-defaults-v1 documents
Mark unused function arguments
Fix warnings about passing unsigned char * to strcmp()
Fix up documentation for 2.14 API
Fix a null pointer derefence if obsoletes object without a module name is passed to modulemd_module_index_add_obsoletes()
Add support for stripping XMD from an Index
Initialize automaticly freed variables where the function could return before the first assignment
Set error argument if a wrong object is passed to modulemd_translation_validate()
Fix null pointer dereference when passing NULL to modulemd_validate_nevra()
doc: Do not build modulemd-validator(1) with help2man
modulemd-validator: Correct a literal initialization of a structure to 0
Correct a typo in a comment
Correct annotations for fall-through switch cases
Drop v1 code and refactor build system