services/createrepo_c.git
2013-06-05 Tomas Mlcochrepomd: Suppress warning about unknown compression...
2013-06-05 Tomas Mlcochpython: Add short contants for compression algorithms...
2013-06-04 Tomas Mlcochrepomd: Add support for xml:base attr at location element.
2013-06-04 Tomas Mlcochpython: Support for None in set_str func.
2013-06-04 Tomas Mlcochrepomd: Add support for repoid tag.
2013-06-04 Tomas Mlcochrepomd: Reverse order of distro tags (FIFO instead...
2013-06-04 Tomas Mlcochpython: Repomd class support loading repomd.xml during...
2013-06-04 Tomas Mlcochpython: Add default params for xml_parser_* functions.
2013-06-04 Tomas Mlcochexamples: Update python example
2013-06-03 Tomas Mlcochcreaterepo_c+mergerepo_c: Fix bug with repomd gen.
2013-06-03 Tomas Mlcochpy: Fix memory leak.
2013-06-03 Tomas Mlcochrepomd: Refactoring + python fuctions + etc.
2013-06-03 Tomas Mlcochxml_parser_repomd: More tests
2013-06-03 Tomas MlcochFix few compiler warnings + test for xml_parser_repomd
2013-06-02 Tomas Mlcochxml_parser_repomd: Finished
2013-06-02 Tomas Mlcochxml_parser_repomd: Incomplete draft
2013-06-02 Tomas Mlcochrepomd: Switched cr_Repomd and cr_RepomdRecord from...
2013-06-02 Tomas Mlcocherror: Add messages for new errors.
2013-06-01 Tomas Mlcochpython: xml_parser: Callbacks interface is similar...
2013-06-01 Tomas Mlcochmisc: Add support for GError reporting.
2013-06-01 Tomas Mlcochpython: Add new checksum constant values.
2013-06-01 Tomas Mlcochbash-completion: Add new supported checksums (sha,...
2013-06-01 Tomas Mlcochchecksum: New module + test + all checksum related...
2013-06-01 Tomas Mlcochpython: Fix reference decrementing in xml_parser
2013-05-31 Tomas Mlcochxml_parser: Add license header into the xml_parser.c.
2013-05-31 Tomas Mlcochtests: Add new tests for XML parsers.
2013-05-31 Tomas Mlcochpython: xml_parsers now store reference to a pkg object...
2013-05-31 Tomas Mlcochpython: Add bindings for xml_parse functions + base...
2013-05-31 Tomas Mlcochload_metadata: Switched from internal (ugly) xml parser...
2013-05-31 Tomas Mlcochxml_parser: small refactoring
2013-05-31 Tomas Mlcochxml_parser: Fix false warning from the cr_xml_parser_st...
2013-05-31 Tomas Mlcochxml_parser_primary: Fix typo in name of obsoletes tag.
2013-05-30 Tomas Mlcochpython: Add draft for support of xml_parser module.
2013-05-30 Tomas Mlcochcreaterepo_h: Add xml_parser.h
2013-05-30 Tomas Mlcochxml_parser: Primary parser add option for ignoring...
2013-05-30 Tomas Mlcochmisc: Add cr_safe_string_chunk_insert_null
2013-05-30 Tomas MlcochFor SHA1 checksum use type string 'sha' instead of...
2013-05-30 Tomas Mlcochxml_parser: Add primary.xml parser.
2013-05-30 Tomas Mlcochxml_parser: Add other.xml parser.
2013-05-30 Tomas Mlcochxml_parser_internal: Add cr_xml_parser_strtoll.
2013-05-30 Tomas Mlcochxml_parser_filelists: refactoring.
2013-05-30 Tomas Mlcochmisc: Add cr_safe_string_chunk_insert_const.
2013-05-30 Tomas Mlcochxml_parser: Report warnings via callback.
2013-05-29 Tomas Mlcochcreaterepo_c: Add temporary blocking of SIGINT to preve...
2013-05-29 Tomas Mlcochcompression_wrapper: More nice error messages.
2013-05-29 Tomas Mlcochcompression_wrapper: Better error messages for XZ error...
2013-05-27 Tomas Mlcochcompression_wrapper: refactoring.
2013-05-27 Tomas Mlcochtests: More tests for compression wrapper.
2013-05-27 Tomas Mlcochxml_parser: Add generic parser.
2013-05-27 Tomas MlcochFix testing to regular file.
2013-05-27 Tomas Mlcochcompression_wrapper: Add GError based error reporting...
2013-05-27 Tomas Mlcochmergerepo_c: Use cr_XmlFile.
2013-05-26 Tomas Mlcochxml_parser: Prevent memory leak during parse error.
2013-05-26 Tomas Mlcochrefactoring
2013-05-26 Tomas Mlcochxml_parser: More tests for xml_parser_filelists.
2013-05-26 Tomas Mlcocherror: Add rc codes for bad primary and other xmls.
2013-05-26 Tomas Mlcochtests: Add new xml files for testing of xml parsing.
2013-05-25 Tomas Mlcochxml_parser: Draft of new xml parsing module
2013-05-25 Tomas Mlcochload_metadata: Removed unused variables.
2013-05-25 Tomas Mlcochtests: Add path to repodata files into fixtures.
2013-05-25 Tomas Mlcocherror: Add cr_strerror function and error codes + domai...
2013-05-25 Tomas Mlcochrefactoring: Add some asserts.
2013-05-24 Tomas Mlcochrefactoring: Removed old and unused SWIG files.
2013-05-21 Tomas Mlcocherror: Add comments.
2013-05-17 Tomas Mlcochtests: fix interpreter path in run_gtester.sh.
2013-05-17 Tomas Mlcochtests: Exclude mtime of file from testing.
2013-05-17 Tomas Mlcochsqlite: Fix bug in comment with example of usage.
2013-05-16 Tomas Mlcochsqlite: Changed module interface - New interface is...
2013-05-16 Tomas Mlcochmergerepo_c: Refactoring
2013-05-16 Tomas Mlcochcreaterepo_c: Switch from CR_FILE to cr_XmlFile.
2013-05-16 Tomas Mlcochrepomd: Allow NULL as input record param.
2013-05-16 Tomas Mlcocherror: Add CRE_ERROR return code for unspecified errors.
2013-05-16 Tomas MlcochREADME: Add note about verbose tests.
2013-05-15 Tomas Mlcochexamples: Add simple_createrepo.py.
2013-05-15 Tomas Mlcochtests: Update XmlFile unittest.
2013-05-15 Tomas Mlcochpython: Add binding + tests for xml_file module.
2013-05-15 Tomas Mlcochpython: CreaterepoCException renamed to CreaterepoCError.
2013-05-15 Tomas Mlcochtests: Better python test for sqlite module.
2013-05-15 Tomas Mlcochtests: Add -v (verbose) to python nosetests.
2013-05-15 Tomas Mlcochpy: sqlite module refactorization.
2013-05-14 Tomas MlcochREADME: Add names of required packages in Ubuntu.
2013-05-14 Tomas MlcochAdd xml_file.h into the createrepo_c.h.
2013-05-14 Tomas MlcochNew module xml_file + test for the module.
2013-05-14 Tomas Mlcochtests: Constant with temporary dir template.
2013-05-14 Tomas Mlcocherror: New error domain (xml_file) + Refactoring (alpha...
2013-05-14 Tomas Mlcochcompression_wrapper: Fix description of return value...
2013-05-14 Tomas Mlcochmisc: Add macro for constant string lenght calculation...
2013-05-14 Tomas Mlcochconstants: Add sentinel to checksum type list.
2013-05-14 Tomas Mlcochsqlite: Add asserts.
2013-05-14 Tomas Mlcochcompression_wrapper: Add asserts.
2013-05-14 Tomas Mlcochtests: exclude downloading tests
2013-05-13 Tomas Mlcochtests: Better run_gtester.sh script.
2013-05-13 Tomas MlcochUpdate README.md
2013-05-13 Tomas MlcochCMake: Remove unused CPACK stuff.
2013-05-13 Tomas Mlcochtests: test_data/ renamed to testdata/.
2013-05-13 Tomas Mlcochutils: Better scripts for generating tarballs and rpms.
2013-05-13 Tomas Mlcochlocate_metadata: Add error check for locating metadata...
2013-05-13 Tomas Mlcochtests: prefix for C test changed to 'test_'.
2013-05-13 Tomas Mlcochtests: Add fixtures.h with common constants and other...
2013-05-13 Tomas MlcochUpdate requires in README.md.
next