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-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-28Release 0.20.10.20.1Aleš Matěj
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-29Release 0.20.00.20.0Neal Gompa
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-29Add unittests for decoding escaped &amp; in xml dataAleš 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-17Fix test name typosDaniel Alley
2022-03-07Release 0.19.00.19.0Neal Gompa
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-04Release 0.18.00.18.0Neal Gompa
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-11-15[spec] Option for legacy hashes, enable on RHEL <= 8 (RhBug:2022271)Pavla Kratochvilova
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