services/createrepo_c.git
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.
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.
next