services/createrepo_c.git
2016-04-11 Tomas MlcochUpdate AUTHORS
2016-04-11 Tomas MlcochMerge pull request #56 from rpm-software-management...
2016-04-11 Tomas MlcochRefactor --split option
2016-04-06 Frank Schreinerjust cleanup to be closer to original code
2016-04-06 Frank Schreineroptimized memory usage
2016-04-05 Frank Schreinerfixed memory leaks while '--update'
2016-04-05 Frank Schreinerfixed problem with baseurl while '--update'
2016-04-04 Frank Schreinercheck given directories in split mode
2016-04-01 Frank SchreinerMerge branch 'split_option' of github.com:M0ses/creater...
2016-04-01 Frank Schreinerchanged order of arguments for load_rpm (err last arg...
2016-03-31 Frank Schreinercli options description now match man page description
2016-03-30 Frank Schreinerfixed option description and added split option to...
2016-03-24 Frank Schreinerfixed size of minimal string while checking base url
2016-03-22 Frank Schreineradded patch from mls
2016-03-18 Frank Schreinerlocation_base now set to 'media://' if no -u option set
2016-03-16 Frank Schreinermade handling of media:// similar to python version
2016-03-16 Frank Schreinerimproved handling of package_count - working with point...
2016-03-16 Frank Schreinercleanup
2016-03-16 Frank Schreineradded media_id and unique package_count
2016-03-15 Frank Schreinerincluded loop
2016-03-15 Frank Schreineradded '--split' to command line options
2016-03-14 Tomas MlcochSupport for threaded XZ encoding (Issue #53)
2016-03-11 Tomas MlcochList enabled features in output for --version arg
2016-03-11 Tomas MlcochMisc: Add cr_version_string_with_features() function
2016-03-11 Tomas MlcochCMake: Add ENABLE_DRPM option
2016-03-10 Tomas MlcochMerge pull request #52 from M0ses/master
2016-03-03 Frank Schreinercmake option --enable-legacy-weakdeps to enable old...
2016-02-29 Frank Schreinertags for old suse versions
2016-01-05 Tomas MlcochBump version to 0.10.0
2016-01-05 Tomas MlcochMerge pull request #44 from Conan-Kudo/portable-exit
2016-01-05 Tomas MlcochMerge pull request #43 from ralphbean/python3
2015-12-07 Neal Gompa... Replace on_exit() call with atexit() call
2015-11-24 Ralph BeanTypofix.
2015-11-23 Ralph BeanCmake niceties for Python3, like librepo does it.
2015-11-23 Tomas MlcochMerge pull request #39 from Conan-Kudo/manpages-fix
2015-11-16 Neal Gompa... Update the man pages to match latest release
2015-11-16 Ralph BeanAdd myself to AUTHORS file.
2015-11-16 Ralph BeanREADME notes on Python3.
2015-11-16 Ralph BeanMore explicit string type checking.
2015-11-16 Ralph BeanMore fixes to the tests.
2015-11-16 Ralph BeanActually, let's go with unicode everywhere over bytes.
2015-11-16 Ralph BeanFix module initialization.
2015-11-16 Ralph BeanFix PyTypeObject initialization.
2015-11-16 Ralph BeanTreat strings as explicit byte strings.
2015-11-15 Ralph BeanMore relative imports.
2015-11-15 Ralph BeanHandle floats and ints.
2015-11-15 Ralph BeanFix py2/3 compat issues in the acceptance tests.
2015-11-14 Ralph Beanpy3 syntax error in the test suite.
2015-11-14 Ralph BeanAdjust the build process to be py2/py3 compatible.
2015-11-14 Ralph BeanFix a typo.
2015-11-08 Neal Gompa... Modify gen_rst.py to indicate --sqliterepo is an option too
2015-11-08 Neal Gompa... Do not compress manpages at generation time
2015-11-08 Neal Gompa... Decompress manpage data
2015-10-20 Tomas MlcochBump to 0.9.1
2015-10-20 Tomas MlcochRefactoring: Make parse_period_of_time() function static
2015-10-20 Tomas MlcochRefactoring: Add cr_ prefix to function hascontrollchars()
2015-10-08 Tomas MlcochFix double free during parsing broken XML metadata...
2015-10-08 Tomas MlcochTests: Add acceptance test for --general-compress-type...
2015-10-08 Tomas MlcochFix 'CR_CW_UNKNOWN_COMPRESSION cannot be used' error
2015-10-08 Tomas MlcochRefactoring: Fix compiler warnings
2015-10-07 Tomas MlcochAdd --general-compress-type option (RhBug 1253850)
2015-09-29 Tomas MlcochAdd new contriutors into AUTHORS file
2015-09-29 Tomas MlcochMerge pull request #34 from lmacken/master
2015-09-29 Tomas MlcochMerge pull request #35 from jaroslawp/master
2015-09-29 Tomas MlcochEnable drpm support when drpm library is detected on...
2015-09-17 Jarek Polokfix traceback on non-complete datetime information
2015-09-04 Tomas Mlcochparsehdr: Skip broken dependency with bad (non-numerica...
2015-09-04 Tomas Mlcochmisc: cr_str_to_evr(): Return NULL instead of "0" for...
2015-08-20 Luke Mackenupdateinfo: Fix a typo in the package release attribute
2015-07-07 Tomas MlcochCMake: Don't require CXX compiler
2015-06-30 Tomas MlcochTests for different checksum type for RPMs and repodata...
2015-06-30 Tomas MlcochSupport different checksum type for RPMs and repodata...
2015-05-28 Tomas MlcochBump version to 0.9.0
2015-05-26 Tomas Mlcochmergerepo_c: Prepend protocol (file://) for URLs in...
2015-05-26 Tomas MlcochRefactoring: Better handling of gint64 type
2015-05-25 Tomas MlcochUpdate bash completion
2015-05-25 Tomas Mlcochdoc: Update manpages
2015-05-25 Tomas Mlcochmergerepo: Fix NVR merging method
2015-05-25 Tomas Mlcochmergerepo: Fix behavior of --all param
2015-05-22 Tomas Mlcochcreaterepo: Add --cut-dirs and --location-prefix options
2015-05-22 Tomas Mlcochmisc: Add cr_cut_dirs()
2015-05-22 Tomas Mlcochcreaterepo: refactorization
2015-05-22 Tomas Mlcochmergerepo_c: Use better version comparison algorithm
2015-05-22 Tomas Mlcochutils: Port cr_cmp_version_str() to rpm's algorithm...
2015-05-22 Tomas Mlcochmisc: Rename elements in cr_Version structure
2015-05-22 Tomas Mlcochmergerepo_c: Fix version-release comparison for package...
2015-05-21 Tomas Mlcochmergerepo: Show warnings if some groupfile cannot be...
2015-05-21 Tomas Mlcochmergerepo: Fix bug in group file copying
2015-05-21 Tomas Mlcochmergerepo: Exit with error code when a groupfile cannot...
2015-05-15 Tomas MlcochBump to 0.8.3
2015-05-15 Tomas Mlcochmergerepo: Do not prepend file:// if protocol is alread...
2015-05-14 Tomas MlcochBump to 0.8.2
2015-05-14 Tomas Mlcochdoc: Add man pages for sqliterepo and update manpages...
2015-05-14 Tomas Mlcochutils: Update script for man page generation
2015-05-14 Tomas Mlcochmergerepo: Work only with noarch packages if --koji...
2015-05-14 Tomas Mlcochmergerepo: Use file:// protocol in local baseurl
2015-05-14 Tomas Mlcochmergerepo: Do not include baseurl for first repo if...
2015-05-14 Tomas Mlcochmergerepo_c: Refactoring - append_arch
2015-05-14 Tomas Mlcochmergerepo_c: Support multilib arch for --koji repos
2015-05-14 Tomas Mlcochmergerepo_c: Refactoring
next