services/createrepo_c.git
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.
2013-07-02 Tomas Mlcochfix: Prevent use uninitialized value in NDEBUG is enabl...
2013-07-02 Tomas MlcochREADME.md: Add note about compilation of C tests.
2013-07-01 Tomas Mlcochcmake: Fix cofigure_file for __init__.py
2013-07-01 Tomas Mlcochutils: Add +x to cleanup.sh
2013-07-01 Tomas Mlcochtests: For testing files in sqlite use Set instead...
2013-07-01 Tomas Mlcochtests: Use assertTrue(isinstance.. instead of assertIs...
2013-07-01 Tomas Mlcochutils: Add script to remove builded rpm packages.
2013-07-01 Tomas Mlcochcompatibility: Use full path in CONFIGURE_FILE
2013-07-01 Tomas Mlcochcompatibility: Use mkdtemp instead of g_mkdtemp.
2013-07-01 Tomas Mlcochcmake: Fix FILE COPY for cmake < 2.8.0
2013-07-01 Tomas Mlcochcreaterepo_c: Do buffer dump after error cleanup to...
2013-07-01 Tomas Mlcochcreaterepo_c: Switch order of g_mutex_unlock and g_cond...
2013-06-30 Tomas Mlcochcreaterepo_c: Removed input_dir item from struct CmdOpt...
2013-06-24 Tomas Mlcochcreaterepo_c: Repomdrecord filling use threads.
2013-06-24 Tomas Mlcochthreads: Add parallel repomd record fill.
2013-06-21 Tomas MlcochAdd example for paralelized compression
2013-06-17 Tomas Mlcochmergerepo_c: Speed UP! Use threads for DB records compr...
2013-06-17 Tomas Mlcochcreaterepo_c: Speed UP! Use threads for DB records...
2013-06-17 Tomas Mlcochthreads: New module with useful set of function for...
2013-06-17 Tomas Mlcochcreaterepo_c, mergerepo_c: Code cleanup
2013-06-13 Tomas Mlcochpython: Better exception reporting
2013-06-13 Tomas Mlcochcompression_wrapper: cr_open_with_stat renamed to cr_sopen.
2013-06-13 Tomas Mlcochpython: Add compression_suffix and detect_compression...
2013-06-13 Tomas Mlcochpython: Add CrFile class (Bindings for the CR_FILE...
2013-06-13 Tomas Mlcochtests: Fix compression type in test_xml_file.py
2013-06-13 Tomas Mlcochpython: Fix reference counting of ContentStat in XmlFile.
2013-06-12 Tomas Mlcochdeltarepo: ...
2013-06-12 Tomas Mlcochdeltarepo: ...
2013-06-12 Tomas Mlcochpython: Add cr.UNKNOWN_CHECKSUM constant.
2013-06-11 Tomas Mlcochdeltarepo: ...
2013-06-11 Tomas Mlcochpython: Add misc module.
2013-06-11 Tomas Mlcochrepomd: Add cr_repomd_record_load_contentstat function.
2013-06-10 Tomas Mlcochtests: Fix python test for ContentStat object.
2013-06-10 Tomas Mlcochdeltarepo: draft v2
2013-06-10 Tomas MlcochPython: Add checksum module.
2013-06-10 Tomas Mlcochchecksum: Fix cr_checksum_type for sha checksum.
2013-06-10 Tomas MlcochPython: xml_parser: Fix error when newpkgcb returns...
2013-06-10 Tomas MlcochPython: Fix module name in object type string.
2013-06-10 Tomas Mlcochdeltarepo: Add draft of deltarepo.
2013-06-10 Tomas MlcochPython: Add contentstat source files.
2013-06-09 Tomas MlcochREADME.md: Add link to RedHat bugzilla.
2013-06-07 Tomas MlcochDoc update
2013-06-06 Tomas Mlcochpython: Add ContentStat object.
2013-06-06 Tomas Mlcochmergerepo_c: Speed up! (Support for content checksum).
2013-06-06 Tomas Mlcochcreaterepo_c: Speed up! (Support for content checksum).
2013-06-06 Tomas Mlcochxml_file: Support for cr_ContentStat.
2013-06-06 Tomas Mlcochcompression_wrapper: Little change in use of cr_Content...
2013-06-05 Tomas Mlcochmisc: Add cr_compress_file_with_stat function.
2013-06-05 Tomas Mlcochcompression_wrapper: Support for filling cr_ContentStat...
2013-06-05 Tomas Mlcochcompression_wrapper: Add cr_ContentStat object.
2013-06-05 Tomas MlcochRepomd: RepomdRecord timestamp, size and size_open...
next