services/createrepo_c.git
2014-12-28 Tomas MlcochShow warning if an XML parser probably parsed a bad...
2014-12-18 Tomas MlcochAdd two missing initializers
2014-12-11 Tomas Mlcochdrpm library: Explicitly try to locate libdrpm.so.0
2014-12-11 Tomas Mlcochdeltarpms: Don't show options for delta rpms if support...
2014-11-12 Tomas MlcochUpdate AUTHORS file
2014-11-11 Tomas MlcochBump to 0.7.4
2014-11-11 Tomas Mlcochcreaterepo_c, mergerepo_c: Follow redirs by default...
2014-11-11 Tomas Mlcochmergerepo_c: Fix segfault when a package without source...
2014-11-10 Tomas MlcochBump version to 0.7.3
2014-11-10 Tomas Mlcochrefactoring: Replace 'fprintf(stderr, ...' with 'g_prin...
2014-11-10 Tomas Mlcochxml_parser: Add file path into the error message
2014-11-10 Tomas MlcochRefactor: Replace g_error() with g_critical() (RhBug...
2014-11-06 Tomas MlcochBump version to 1.7.2
2014-11-06 Tomas Mlcochcreaterepo_c: New option --local-sqlite
2014-10-31 Tomas MlcochBump to 0.7.1
2014-10-31 Tomas MlcochMerge pull request #10 from tomprince/fix-merge-repo
2014-10-31 Tomas Mlcochdeltarpms: Use cr_queue_free_full() instead of g_queue_...
2014-10-31 Tomas Mlcochmisc: Add cr_queue_free_full()
2014-10-24 Tom PrinceAdd some debugging of metadata read.
2014-10-24 Tom PrinceFix side-effectful assertion.
2014-10-20 Tomas MlcochBump to 0.7.0
2014-10-17 Tomas Mlcochtests: Add example comps file
2014-10-17 Tomas Mlcochdeltarpms: Fix few memory leaks
2014-10-17 Tomas Mlcochcmd_parser: Fix invalid free()
2014-10-17 Tomas Mlcochdeltarpms: Update module to work with current version...
2014-10-09 Tomas Mlcochmergerepo_c: Add --omit-baseurl option
2014-10-09 Tomas Mlcochcraterepo_c: Gen empty repo if empty pkglist is used
2014-10-09 Tomas Mlcochcreaterepo_c: More bulletproof source of location for...
2014-09-30 Tomas MlcochMerge pull request #5 from cottsay/master
2014-09-28 Scott K LoganDocs: Output python docs to separate directory
2014-08-12 Tomas MlcochBump to 0.6.1
2014-08-12 Tomas MlcochPython: Fix memory leak in get_datetime()
2014-08-12 Tomas MlcochPython: Call PyDateTime_IMPORT before each call of...
2014-08-12 Tomas MlcochPython: Fix imports of datetime.h and call PyDateTime_I...
2014-08-12 Tomas MlcochMerge pull request #4 from bochecha/date_attrs
2014-08-08 Mathieu Bridonupdateinfo: Make the *_date fields actual Python dateti...
2014-08-08 Mathieu Bridontests: Use actual dates for the tests
2014-08-07 Tomas MlcochUpdateinfo parser: Add new states STATE_(MESSAGE|RESTAR...
2014-08-05 Tomas MlcochBump version to 0.6.0
2014-08-05 Tomas MlcochRemove two unused variables
2014-08-05 Tomas MlcochExamples: Add three examples for updateinfo.xml
2014-08-05 Tomas Mlcochxml_dump_updateinfo: Fix cr_xml_dump_updaterecord(...
2014-08-05 Tomas MlcochPython: Add UpdateInfoXmlFile class
2014-08-05 Tomas Mlcochupdateinfo: Fix logic of inserting <reboot_suggested...
2014-08-04 Tomas MlcochPython: Add function xml_dump_updaterecord()
2014-08-04 Tomas MlcochTests: Tests for python updateinfo bindings
2014-08-04 Tomas MlcochPython: Bindings for updateinfo manipulation
2014-08-04 Tomas Mlcochxml_dump_updateinfo: Dump also filename element
2014-08-04 Tomas Mlcochupdateinfo: Add copy functions
2014-08-01 Tomas Mlcochxml_file: Add support for updateinfo (CR_XMLFILE_UPDATE...
2014-08-01 Tomas Mlcochupdateinfo: Export the cr_xml_dump_updateinforecord()
2014-08-01 Tomas Mlcochtests: Add updateinfo parser C tests
2014-08-01 Tomas MlcochCMake: Support for new updateinfo modules
2014-08-01 Tomas Mlcochxml_parser: Add updateinfo parser
2014-08-01 Tomas Mlcochxml_dump: Add updateinfo dumper
2014-08-01 Tomas Mlcochxml_dump_internal: Add cr_xmlNewTextChild_c() and cr_xm...
2014-08-01 Tomas Mlcochupdateinfo: Use GStringChunks
2014-07-30 Tomas Mlcocherror: Add error code and quark for updateinfo xml...
2014-07-30 Tomas Mlcochupdateinfo: Add updateinfo module with datatype definitions
2014-07-30 Tomas MlcochAdd missing <glib.h> includes
2014-07-23 Tomas MlcochUpdated acceptance test (I've released the utility...
2014-07-18 Tomas MlcochBump to 0.5.0
2014-07-18 Tomas MlcochDeltarpm support (Experimental - the used drpm library...
2014-07-18 Tomas Mlcochbash completion: Add support for delta related args
2014-07-16 Tomas Mlcochparsehdr: Remove unused include
2014-07-16 Tomas Mlcocherror: Add support for deltarpm failures
2014-07-16 Tomas Mlcochxml_file: Support for prestodelta.xml format
2014-07-16 Tomas Mlcochmisc: Make the function for NEVR and NEVRA parsing...
2014-07-16 Tomas MlcochAdapt code to the new types
2014-07-16 Tomas Mlcochmisc: Replace usage of the cr_NVREA with the cr_NEVRA...
2014-07-16 Tomas Mlcochmisc: Replace struct cr_NVREA * with cr_NVREA *
2014-07-16 Tomas Mlcochmisc: The struct cr_EVR type replaced by the cr_EVR *
2014-07-16 Tomas Mlcochmisc: Add cr_str_to_nevr() and cr_str_to_nevra() and...
2014-06-26 Tomas Mlcochtests: Fix C test for sqlite module
2014-06-26 Tomas MlcochInitialize threads correctly on old versions of GLib2...
2014-06-26 Tomas Mlcochacceptance_tests: Add tests for --cachedir option
2014-06-26 Tomas MlcochDo not print log domain (get rid off C_CREATEREPOLIB...
2014-06-25 Tomas Mlcochcreaterepo_c: Generate cache dir to the output directory
2014-06-25 Tomas MlcochImplements support for --cachedir (interfaces of parsep...
2014-06-25 Tomas Mlcochxml_dump: Update example of usage in module comment
2014-06-25 Tomas Mlcochcmd_parser: Normalize cachedir path before it is used
2014-06-25 Tomas MlcochPackage: new attrs siggpg, sigpgp and hdrid + support...
2014-06-10 Tomas Mlcochcreaterepo_c: Add --cachedir option (not implemented...
2014-06-10 Tomas Mlcochmisc: Remove use of g_date_time_* functions
2014-06-09 Tomas MlcochNew module dumper_thread
2014-06-04 Tomas Mlcochparsepkg: cr_package_from_rpm() refactored to use cr_pa...
2014-06-04 Tomas Mlcochload_metadata: Be less pedantic in ignoring old metadat...
2014-06-04 Tomas Mlcochload_metadata: Fix debug message about really usable...
2014-06-04 Tomas MlcochAcceptance tests: New tests
2014-06-04 Tomas Mlcochparsepkg: New function cr_package_from_rpm_base()
2014-06-03 Tomas MlcochRefactored cr_package_from_header - removed unnecessary...
2014-06-03 Tomas MlcochRemoved cr_xml_from_header() and refactored cr_xml_from...
2014-05-20 Tomas Mlcochacceptance_tests: More tests
2014-05-19 Tomas Mlcochacceptance_tests: Add base.py module with common test...
2014-05-19 Tomas Mlcochcmd_parser: Return error if the specified pkglist file...
2014-05-15 Tomas MlcochFix issues found by coverity scan
2014-05-14 Tomas MlcochFix few compiler warnings
2014-05-14 Tomas MlcochSupport for the new param --retain-old-md-by-age
2014-05-14 Tomas Mlcochcmd_parser: New option --retain-old-md-by-age
2014-05-06 Tomas MlcochBump to 0.4.0
next