services/createrepo_c.git
2014-06-09 Tomas MlcochNew module dumper_thread
2014-06-04 Tomas Mlcochparsepkg: cr_package_from_rpm() refactored to use cr_pa...
2014-06-04 Tomas Mlcochload_metadata: Be less pedantic in ignoring old metadat...
2014-06-04 Tomas Mlcochload_metadata: Fix debug message about really usable...
2014-06-04 Tomas MlcochAcceptance tests: New tests
2014-06-04 Tomas Mlcochparsepkg: New function cr_package_from_rpm_base()
2014-06-03 Tomas MlcochRefactored cr_package_from_header - removed unnecessary...
2014-06-03 Tomas MlcochRemoved cr_xml_from_header() and refactored cr_xml_from...
2014-05-20 Tomas Mlcochacceptance_tests: More tests
2014-05-19 Tomas Mlcochacceptance_tests: Add base.py module with common test...
2014-05-19 Tomas Mlcochcmd_parser: Return error if the specified pkglist file...
2014-05-15 Tomas MlcochFix issues found by coverity scan
2014-05-14 Tomas MlcochFix few compiler warnings
2014-05-14 Tomas MlcochSupport for the new param --retain-old-md-by-age
2014-05-14 Tomas Mlcochcmd_parser: New option --retain-old-md-by-age
2014-05-06 Tomas MlcochBump to 0.4.0
2014-05-06 Tomas MlcochChange default file handling (RhBug: 1094539)
2014-04-29 Tomas MlcochAcceptanceTests: First draft
2014-04-28 Tomas MlcochBump to 0.3.1
2014-04-08 Tomas Mlcochrefactoring of handling of temporary .repodata directory
2014-04-08 Tomas MlcochWeak deps: sqlite
2014-04-07 Tomas MlcochWeak deps: package: Support weak deps during copy and...
2014-04-07 Tomas MlcochWeak deps: xml_parser_primary: Support for parsing...
2014-04-07 Tomas MlcochWeak deps: parsehdr: Support for weak and rich dependen...
2014-04-07 Tomas Mlcochparsehdr: Refactoring - dependency stuff moved into...
2014-04-07 Tomas MlcochCMake: Support for build with custom RPM version (CMake...
2014-04-01 Tomas MlcochWeek deps: Primary XML dumper support for weak deps.
2014-04-01 Tomas MlcochWeek deps: Add new package with weak deps fake-Rimmer
2014-04-01 Tomas MlcochWeek deps: Support for the cr_Package/Package object
2014-03-14 Tomas MlcochUpdate utility scripts
2014-03-10 Tomas MlcochBump to 0.3.0
2014-03-05 Tomas MlcochNew approach for loading of metadata 3/3
2014-03-05 Tomas MlcochNew approach for loading of metadata 2/3
2014-03-05 Tomas MlcochNew approach for loading of metadata 1/3.
2014-03-04 Tomas Mlcochcreaterepo_c: Support for changelog-limit = -1 (Dumps...
2014-03-04 Tomas Mlcochcmd_parser: Changed int to gint.
2014-03-03 Tomas MlcochRemove strerror() from error messages for rpmReadPackag...
2014-03-03 Tomas MlcochCMake: Modify debug compilation flags.
2014-03-03 Tomas MlcochUpdate man pages
2014-03-03 Tomas MlcochFix usage strings in help.
2014-03-02 Tomas MlcochCMake: Remove deltarepo
2014-02-25 Tomas Mlcochdeltarepo: Removed from createrepo_c
2014-02-25 Tomas Mlcochutils: Update make_rpm.sh script
2014-02-25 Tomas Mlcochdeltarepo: Implemented Updater().update_from_origin()
2014-02-24 Tomas Mlcochdeltarepo: Download only necessary delta metadata
2014-02-24 Tomas Mlcochdeltarepo: use real cost during solving
2014-02-24 Tomas Mlcochdeltarepo: sizes in deltarepos.xml
2014-02-24 Tomas Mlcochdeltarepo: support for <data> elements in deltarepos.xml
2014-02-24 Tomas Mlcochdeltarepos: fix gen scripts for acceptance tests
2014-02-24 Tomas MlcochDeltaRepo: Implemented apply_resolved_path
2014-02-24 Tomas MlcochUpdate repocontenthash.py
2014-02-20 Tomas Mlcochprogress on deltarepo
2014-02-20 Tomas MlcochVersion bump to 0.2.2
2014-02-20 Tomas MlcochREADME: Add sphinx into doc deps
2014-02-20 Tomas MlcochFix few warnings in python bindings
2014-02-20 Tomas MlcochFix python bindings to be compatible with Python < 2.7
2014-02-20 Tomas MlcochFew fixes to compatibility with glib 2.28
2014-02-20 Tomas Mlcochmisc: Add cr_spawn_check_exit_status()
2014-02-20 Tomas Mlcocherror: New error codes for process spawning
2014-02-20 Tomas MlcochFix building on RHEL6
2014-02-20 Tomas Mlcochcmake: Do not install deltarepo stuff yet
2014-02-19 Tomas Mlcochhelper: Removed cr_remove_metadata() and cr_get_list_of...
2014-02-19 Tomas Mlcochhelpers: cr_remove_metadata_classic now uses cr_repodat...
2014-02-19 Tomas Mlcochhelpers: Add cr_repodata_blacklist and cr_repodata_blac...
2014-02-17 Tomas MlcochSome progress on helpers module
2014-02-17 Tomas MlcochAdd module helpers
2014-02-17 Tomas MlcochNew function: cr_old_metadata_retention()
2014-02-17 Tomas MlcochGrrr, remove forgotten debug print :)
2014-02-17 Tomas MlcochSanitize strings before writting them to XML or sqlited...
2014-02-13 Tomas Mlcochdeltarepo: Another progress...
2014-02-11 Tomas Mlcochdeltarepo: Implemented Dijkstra's algorithm.
2014-02-11 Tomas Mlcochdeltarepo: Implemented graph_from_links method of Graph...
2014-02-11 Tomas MlcochUnfinished implementation of managedeltarepos and repou...
2014-02-11 Tomas MlcochUse g_once for initialization and cleanup of package...
2014-02-11 Tomas Mlcochpython example of calculation of contenthash
2014-02-10 Tomas MlcochUpdate cleanup.sh script
2014-02-10 Tomas MlcochAdd new python example of repomd.xml parsing.
2014-01-27 Tomas MlcochAdd implementation for the --ignore-lock option
2014-01-27 Tomas MlcochAdd new cmd option --ignore-lock.
2014-01-27 Tomas Mlcochmisc: Add cr_append_pid_and_datetime()
2014-01-27 Tomas MlcochFor final move use dynamically generated temporary...
2014-01-20 Tomas MlcochSet own (cleanup) handler for signals that can terminat...
2014-01-17 Tomas MlcochRemove .repodata on failure exits
2013-12-16 Tomas MlcochDeltarepo: Use contenthash element instead of repoid
2013-12-16 Tomas MlcochAdd support for <contenthash> tag in repomd.xml
2013-12-16 Tomas MlcochDeltarepo: Several bugfixes
2013-12-12 Tomas MlcochDeltarepo: Refactoring
2013-12-09 Tomas Mlcochdeltarepo: New plugin GroupsDeltaRepoPlugin
2013-12-09 Tomas Mlcochdeltarepo: Switch from OptionParser to ArgumentParser.
2013-12-05 Tomas Mlcochdeltarepo: Fix python imports
2013-12-05 Tomas MlcochCMake support for deltarepo
2013-12-03 Tomas MlcochDeltarepo: Add --database and --ignore-missing options
2013-12-03 Tomas MlcochDeltarepo: More tests
2013-12-03 Tomas MlcochFix moving of old metadata
2013-12-02 Tomas MlcochRefactored deltarepo
2013-12-02 Tomas MlcochFix support of --retain-old-md
2013-11-28 Tomas MlcochFinal move with better atomicity
2013-11-28 Tomas Mlcochmisc: Add cr_rm()
2013-11-28 Tomas MlcochFix empty if statement.
2013-11-28 Tomas Mlcochmisc: Add cr_cp() function.
next