Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06Revert "Add c API for parsing metadata together"rhel-9.1Aleš Matěj
2022-06-06Revert "Add c tests for parsing metadata together"Aleš Matěj
2022-06-06Revert "Wrap c api to python for parsing metadata together"Aleš Matěj
2022-06-06Revert "Add python tests for parsing metadata together"Aleš Matěj
2022-06-06Revert "Add xml_parse_main_metadata_together to python parser examples"Aleš Matěj
2022-06-06Default --keep-all-metadata to TRUE and add --discard-additional-metadataAleš Matěj
2021-10-21Release 0.17.70.17.7Pavla Kratochvilova
2021-09-29Make use of SHA-1 and MD5 conditional, off by default (RhBug:1935486)Aleš Matěj
2021-09-29Don't use SHA-1 and MD5 in the testsAleš Matěj
2021-09-29Remove commented out MD2 checksumAleš Matěj
2021-09-27Release 0.17.60.17.6Aleš Matěj
2021-09-23Add xml_parse_main_metadata_together to python parser examplesAleš Matěj
2021-09-23Add python tests for parsing metadata togetherAleš Matěj
2021-09-23Wrap c api to python for parsing metadata togetherAleš Matěj
2021-09-23Add c tests for parsing metadata togetherAleš Matěj
2021-09-23Add c API for parsing metadata togetherAleš Matěj
2021-09-23Add cr_package_copy_into for packagesAleš Matěj
2021-09-23Fix callback return valueAleš Matěj
2021-09-23Extract parser data struct initialization of each metadata typeAleš Matěj
2021-09-14Release 0.17.50.17.5Neal Gompa
2021-09-14Exit with status code 1 when loading of repo's metadata failsVasil Velichkov
2021-09-14Remove some dead codeAleš Matěj
2021-09-14Fix various memory leaksAleš Matěj
2021-09-14Check return values of EVP_* in cr_checksum_fileAleš Matěj
2021-09-13Report the exact error when loading of metadata fails.Vasil Velichkov
2021-09-01Fix: memory leaks (RhBug:1998426)Jaroslav Rohel
2021-08-18Track if merger is empty and don't try to dump index if it isAleš Matěj
2021-07-23Fix another batch of issues detected by covscansAleš Matěj
2021-07-23Simplify checking for allowed modulemd metadata filesAleš Matěj
2021-07-23Fix additional covscan warningsAleš Matěj
2021-07-08 Release 0.17.40.17.4Aleš Matěj
2021-07-08Add missing breaks in case of critical errorsAleš Matěj
2021-07-08Fix various memory leaksAleš Matěj
2021-07-08Don't free `file` so soon, this could lead to a deref after freeAleš Matěj
2021-07-08Allow automaticaly loading even compressed variants of modular metadataAleš Matěj
2021-07-08Generalize `cr_metadata_load_modulemd` and use it in createrepo_c.cAleš Matěj
2021-07-08Remove finished TODO and update function descriptionAleš Matěj
2021-07-08Fix capitalization of __token__, lower case is required by pypiAleš Matěj
2021-06-11Release 0.17.30.17.3Pavla Kratochvilova
2021-06-01Fix typosDaniel Alley
2021-05-08Fix: cr_compress_file_with_stat: Memory leakJaroslav Rohel
2021-04-28Fix spec conditional to enable libmodulemd in RHEL >= 8 (RhBug:1816753)Pavla Kratochvilova
2021-04-22CI: Add pip to packages Python CI installsMarek Blaha
2021-04-21Remove distutils which are deprecated in python3.10Aleš Matěj
2021-04-17Fix valgrind warnings caused by subprocess calls.Aleš Matěj
2021-04-12Release 0.17.20.17.2Nicola Sella
2021-03-30Run c tests directly without gtesterAleš Matěj
2021-03-30Improve resource management for python tests (cleans up tests output)Aleš Matěj
2021-03-30Remove acceptance_tests, they were diffucult to run and are supersededAleš Matěj
2021-03-30Remove empty arrays in tests, pass NULL instead (fixes a compiler warning)Aleš Matěj