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-01-06Revert back to old API of cr_compress_file_with_stat and cr_compress_fileAleš Matěj
2019-06-13Fix various warnings when -DCMAKE_BUILD_TYPE:STRING=DEBUGAleš Matěj
2019-05-02Make recompression unit tests more resilientAleš Matěj
2019-04-29Add unit tests for changing compression of filesAleš Matěj
2019-02-04Fix misc testJonathan Dieter
2015-09-04misc: cr_str_to_evr(): Return NULL instead of "0" for bad (non-numerical) epochTomas Mlcoch
2015-05-22misc: Add cr_cut_dirs()Tomas Mlcoch
2015-05-22misc: Rename elements in cr_Version structureTomas Mlcoch
2015-05-05Replace CR_UNUSED with G_GNUC_UNUSEDTomas Mlcoch
2015-03-30misc: Use gboolean as return val for cr_better_copy_file() and cr_copy_file()Tomas Mlcoch
2014-08-05Remove two unused variablesTomas Mlcoch
2014-07-16misc: Make the function for NEVR and NEVRA parsing more genericTomas Mlcoch
2014-07-16misc: Replace usage of the cr_NVREA with the cr_NEVRA insteadTomas Mlcoch
2014-07-16misc: Replace struct cr_NVREA * with cr_NVREA *Tomas Mlcoch
2014-07-16misc: Add cr_str_to_nevr() and cr_str_to_nevra() and types cr_NEVR and cr_NEVRATomas Mlcoch
2013-10-10Misc: Add cr_decompress_file_with_stat function (in Python: createrepo_c.deco...Tomas Mlcoch
2013-06-06compression_wrapper: Little change in use of cr_ContentStat object.Tomas Mlcoch
2013-06-05misc: Add cr_compress_file_with_stat function.Tomas Mlcoch
2013-06-01misc: Add support for GError reporting.Tomas Mlcoch
2013-06-01checksum: New module + test + all checksum related operations switched to the...Tomas Mlcoch
2013-05-30For SHA1 checksum use type string 'sha' instead of 'sha1'.Tomas Mlcoch
2013-05-14tests: exclude downloading testsTomas Mlcoch
2013-05-13tests: prefix for C test changed to 'test_'.Tomas Mlcoch