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
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
2021-03-30Replace 'blacklist' with 'excludelist'Daniel Mach
2021-03-30Update Doxyfile.in to version 1.9.1Daniel Mach
2021-03-29Allow taking __repr__ (__str__) of closed xmlfile and sqlite (RhBug:1913465)Aleš Matěj
2021-03-24Push packages to PyPI whenever new releases are createdDaniel Alley
2021-03-24CI: Only run Python CI on a pull_request, not on pushLukáš Hrázký
2021-03-12CI: Rename python_ci.yml workflow to ci-python.ymlLukáš Hrázký
2021-03-11CI: Unify the repository name data pathLukáš Hrázký
2021-03-11CI: Use target repository name, not the one from PRLukáš Hrázký
2021-03-08spec: Add xz as builddep, the tests depend on the binaryLukáš Hrázký
2021-03-08Add Github Actions CIDaniel Alley