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
path: root/src
AgeCommit message (Expand)Author
2022-11-03New --duplicated-nevra <solution> optionHEADmasterPavel Raiskup
2022-11-03New (hidden) --delayed-dump optionPavel Raiskup
2022-11-03New helper wait_for_incremented_ids()Pavel Raiskup
2022-11-03Better 'res' and 'pkg' allocation handlingPavel Raiskup
2022-11-03Don't remove old metadata packages with --updatePavel Raiskup
2022-11-03Make the --update old_metadata override hack simplerPavel Raiskup
2022-10-19Include <rpm/rpmstring.h> for rasprintfSam James
2022-06-28createrepo_c shouldn't silently produce duplicate-NEVRA reposDaniel Alley
2022-06-27Fix bad performance with task queue managementDaniel Alley
2022-06-22Update errno usage to fix incorrect GError messagesScott K Logan
2022-06-08Drop leftover declaration for cr_set_global_exit_valueScott K Logan
2022-06-08Install header for createrepo_shared moduleScott K Logan
2022-04-04fix memory allocation in unescape_ampersand_from_valuesFrank Schreiner
2022-03-29Fix signature of `pkg_iterator_next_package` to prevent a warningAleš Matěj
2022-03-29Remove C API for cr_xml_parse_main_metadata_togetherAleš Matěj
2022-03-29Remove unused GError paramAleš Matěj
2022-03-29Remove python bindings for xml_parse_main_metadata_togetherAleš Matěj
2022-03-29Fix '&' encoding in attributes when parsing repodataAleš Matěj
2022-03-17Add a streaming parsing API that is user-controllable.Daniel Alley
2022-03-07Enhance cr_xml_parse_main_metadata_together doc stringAleš Matěj
2022-03-07Fix a memory leak of primary pkg when parsing interruptedAleš Matěj
2022-03-07Fix a memory leak when removing the first link in a listAleš Matěj
2022-03-07Remove `allow_out_of_order` option for `xml_parse_main_metadata_together`Aleš Matěj
2022-03-07Free `in_progress_pkgs_list` fully only when there is no newpkgcbAleš Matěj
2022-02-23Add missing return value check for `g_remove` and log failsAleš Matěj
2022-02-23Improve matching of allocator with its freeAleš Matěj
2022-02-03Make parse warnings visible through cr.Repomd(), cr.UpdateInfo()Daniel Alley
2022-02-02Use --error-exit-val option by defaultAleš Matěj
2022-01-04If new and old repomd matches during --update don't updateAleš Matěj
2022-01-04Add `cr_repomd_compare` for comparing two repomdsAleš Matěj
2022-01-04Store parsed repomd in `cr_MetadataLocation`Aleš Matěj
2022-01-04Set database version only for the database records, not everythingAleš Matěj
2022-01-04Default --keep-all-metadata to TRUE and add --discard-additional-metadataAleš Matěj
2021-12-12Use copy+delete fallback when moving of a dir failsAleš Matěj
2021-12-12cr_str_to_nevr/a can return NULL, check for that so we don't crashAleš Matěj
2021-12-12Zero init buffer to prevent use of garbage values if input is too shortAleš Matěj
2021-11-29Fix a bug in cr_repomd_record_compress_and_fill()Daniel Alley
2021-11-25Fix memory leaksDaniel Alley
2021-11-25Fix lifetime issuesDaniel Alley
2021-09-29Make use of SHA-1 and MD5 conditional, off by default (RhBug:1935486)Aleš Matěj
2021-09-29Remove commented out MD2 checksumAleš Matěj
2021-09-23Wrap c api to python 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-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