services/createrepo_c.git
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.
2013-11-15 Tomas Mlcochdeltarepo: More tests, better behaviour with incomplete...
2013-11-14 Tomas Mlcochdeltarepo: Better delta behaviour when delta has to...
2013-11-07 Tomas Mlcochdeltarepo: New test data
2013-11-07 Tomas MlcochUpdate gitignore
2013-11-07 Tomas Mlcochdeltarepo: Remove pre-generated repodata from acceptanc...
2013-11-07 Tomas Mlcochdeltarepo: Better acceptance tests.
2013-11-07 Tomas Mlcochacceptance tests: More tests
2013-11-06 Tomas MlcochUpdate .gitignore
2013-11-06 Tomas Mlcochacceptance tests: Replace real packages with smaller...
2013-11-06 Tomas Mlcochacceptance tests: Update test repositories
2013-11-06 Tomas Mlcochrepomd: In new RepomdRecords set the open_size to -1.
2013-10-31 Tomas MlcochSupport for other then primary, filelists and other...
2013-10-29 Tomas Mlcochdeltarepo: Add acceptance tests
2013-10-29 Tomas MlcochWhen package's description is not defined, use NULL...
2013-10-29 Tomas Mlcochexample: Update simple_createrepo.py example
2013-10-15 Tomas MlcochUpdate bash completion upstream/0.2.1
2013-10-15 Tomas Mlcochmodifyrepo_c: Sort repomd records before dump.
2013-10-14 Tomas MlcochAdd cr_repomd_sort_records() function.
2013-10-10 Tomas MlcochREADME.md update
2013-10-10 Tomas MlcochNew Deltarepo
2013-10-10 Tomas MlcochMisc: Add cr_decompress_file_with_stat function (in...
2013-10-10 Tomas Mlcochpython: Add createrepo_c.compression_type() function.
2013-09-30 Tomas MlcochG_LOG_DOMAIN definition moved to CMake (removed logging.h)
2013-09-30 Tomas Mlcochmodifyrepo: Add new option 'path' useful in situations...
2013-09-19 Tomas Mlcochmodifyrepo_c: Don't print repomd.xml content on stdout
2013-09-19 Tomas Mlcochmodifyrepo: Put records in the same order as defined...
2013-09-19 Tomas MlcochREADME: Add info about modifyrepo_c
2013-09-19 Tomas Mlcochdoc: Update manpages
2013-09-19 Tomas MlcochAdd modifyrepo_c
2013-09-19 Tomas Mlcochrepomd: Remove broken record sorting.
2013-09-19 Tomas Mlcochcompression_wrapper: Fix memory leak in cr_compression_...
2013-09-19 Tomas Mlcochmisc: Add cr_write_to_file, cr_key_file_get_boolean_def...
2013-09-19 Tomas Mlcochrepomd: Add cr_repomd_detach_record function
2013-09-18 Tomas Mlcochmisc: Add default implementation of xml warning callback.
2013-09-18 Tomas Mlcochrepomd: Add cr_repomd_get_record function
2013-09-18 Tomas Mlcochtests: Add comps metadata
2013-09-17 Tomas MlcochFix compiler warning about implicit declaration of...
2013-09-12 Tomas Mlcochmergerepo: refactoring
2013-09-12 Tomas Mlcochcompression_wrapper: Add cr_compression_type() function.
2013-09-11 Tomas MlcochAdd warning if --update-md-path used without --update
2013-09-11 Tomas MlcochRemove unused metadata_hashtable python module
2013-09-11 Tomas Mlcochxml_repomd_parser: Replace atol() with cr_xml_parser_st...
2013-09-11 Tomas MlcochMove library initialization up
2013-09-11 Tomas Mlcochxml_parser: Add suport for warnings about weird stuff...
2013-09-11 Tomas Mlcochlocate_metadata: Use new repomd parser
2013-09-11 Tomas MlcochUpdate test
2013-09-11 Tomas MlcochEnable single chunk feature which was disabled after...
2013-09-10 Tomas Mlcochdoc: Add missing python function
2013-09-10 Tomas Mlcochdoc: Update
2013-09-10 Tomas Mlcochdoc: Add gen of Python doc during 'make doc'
2013-09-10 Tomas MlcochPython: Add docstrings and comments
2013-09-09 Tomas MlcochPython example of repodata parsing update
2013-09-09 Tomas MlcochCode refactoring
2013-09-03 Tomas Mlcochexample: Simple repodata parser example
2013-08-14 Tomas Mlcochcmake: Set required python version to 2
2013-08-14 Tomas MlcochVersion bump to 0.2.1
2013-08-14 Tomas Mlcochchecksum: Set SHA to be the same as SHA1 (For compatibi...
2013-08-05 Tomas MlcochUpdate utils scripts
2013-08-05 Tomas Mlcochmergerepo_c: Speed up - Add parallelization to computin...
2013-08-05 Tomas Mlcochcreaterepo_c: Better error reporting
2013-08-05 Tomas MlcochFix typo
2013-08-03 Tomas MlcochSmall refactoring
2013-07-23 Tomas Mlcochxml_parser_repomd: Fix memory leak
2013-07-23 Tomas MlcochSmall refactoring
2013-07-03 Tomas Mlcochrefactoring
2013-07-03 Tomas Mlcochpython: In parsing args of write method of CrFile use...
2013-07-03 Tomas Mlcochcompression_wrapper: Remove magic_check() (Due RhBug...
2013-07-02 Tomas Mlcochtests: Fix issue with missing rpath to libcreaterepo_c...
2013-07-02 Tomas MlcochPrevent returning of uninitialized values from cr_xml_dump.
2013-07-02 Tomas Mlcochload_metadata: cr_Metadata -> cr_Metadata *
2013-07-02 Tomas Mlcochdoc: Generate doc in English instead of Czech and exclu...
2013-07-02 Tomas Mlcochdic: Fix doxygen warnings.
2013-07-02 Tomas Mlcochxml_dump: Use G_GINT64_FORMAT instead of harcoded format.
2013-07-02 Tomas Mlcocherror: Add CRE_ASSERT return code.
next