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
2014-07-18Bump to 0.5.0deltarpmTomas Mlcoch
2014-07-18Deltarpm support (Experimental - the used drpm library is not stable!)Tomas Mlcoch
2014-07-18bash completion: Add support for delta related argsTomas Mlcoch
2014-07-16parsehdr: Remove unused includeTomas Mlcoch
2014-07-16error: Add support for deltarpm failuresTomas Mlcoch
2014-07-16xml_file: Support for prestodelta.xml formatTomas Mlcoch
2014-07-16misc: Make the function for NEVR and NEVRA parsing more genericTomas Mlcoch
2014-07-16Adapt code to the new typesTomas 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: The struct cr_EVR type replaced by the cr_EVR *Tomas Mlcoch
2014-07-16misc: Add cr_str_to_nevr() and cr_str_to_nevra() and types cr_NEVR and cr_NEVRATomas Mlcoch
2014-06-26tests: Fix C test for sqlite module0.4.1Tomas Mlcoch
2014-06-26Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)Tomas Mlcoch
2014-06-26acceptance_tests: Add tests for --cachedir optionTomas Mlcoch
2014-06-26Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)Tomas Mlcoch
2014-06-25createrepo_c: Generate cache dir to the output directoryTomas Mlcoch
2014-06-25Implements support for --cachedir (interfaces of parsepkg and parsehdr module...Tomas Mlcoch
2014-06-25xml_dump: Update example of usage in module commentTomas Mlcoch
2014-06-25cmd_parser: Normalize cachedir path before it is usedTomas Mlcoch
2014-06-25Package: new attrs siggpg, sigpgp and hdrid + support for these to parsehdrTomas Mlcoch
2014-06-10createrepo_c: Add --cachedir option (not implemented yet)Tomas Mlcoch
2014-06-10misc: Remove use of g_date_time_* functionsTomas Mlcoch
2014-06-09New module dumper_threadTomas Mlcoch
2014-06-04parsepkg: cr_package_from_rpm() refactored to use cr_package_from_rpm_base()Tomas Mlcoch
2014-06-04load_metadata: Be less pedantic in ignoring old metadata with same keyTomas Mlcoch
2014-06-04load_metadata: Fix debug message about really usable itemsTomas Mlcoch
2014-06-04Acceptance tests: New testsTomas Mlcoch
2014-06-04parsepkg: New function cr_package_from_rpm_base()Tomas Mlcoch
2014-06-03Refactored cr_package_from_header - removed unnecessary paramsTomas Mlcoch
2014-06-03Removed cr_xml_from_header() and refactored cr_xml_from_rpm()Tomas Mlcoch
2014-05-20acceptance_tests: More testsTomas Mlcoch
2014-05-19acceptance_tests: Add base.py module with common test classes.Tomas Mlcoch
2014-05-19cmd_parser: Return error if the specified pkglist file doesn't existsTomas Mlcoch
2014-05-15Fix issues found by coverity scanTomas Mlcoch
2014-05-14Fix few compiler warningsTomas Mlcoch
2014-05-14Support for the new param --retain-old-md-by-ageTomas Mlcoch
2014-05-14cmd_parser: New option --retain-old-md-by-ageTomas Mlcoch
2014-05-06Bump to 0.4.00.4.0Tomas Mlcoch
2014-05-06Change default file handling (RhBug: 1094539)Tomas Mlcoch
2014-04-29AcceptanceTests: First draftTomas Mlcoch
2014-04-28Bump to 0.3.10.3.1Tomas Mlcoch
2014-04-08refactoring of handling of temporary .repodata directoryTomas Mlcoch
2014-04-08Weak deps: sqliteTomas Mlcoch
2014-04-07Weak deps: package: Support weak deps during copy and freeTomas Mlcoch
2014-04-07Weak deps: xml_parser_primary: Support for parsing of weak and rich dependenciesTomas Mlcoch
2014-04-07Weak deps: parsehdr: Support for weak and rich dependencies (SUGGESTS, ENHANC...Tomas Mlcoch
2014-04-07parsehdr: Refactoring - dependency stuff moved into single list dep_itemsTomas Mlcoch
2014-04-07CMake: Support for build with custom RPM version (CMake now supports RPM_PATH)Tomas Mlcoch
2014-04-01Week deps: Primary XML dumper support for weak deps.Tomas Mlcoch