services/createrepo_c.git
2015-05-05 Tomas MlcochRemove old todo comment
2015-05-04 Tomas MlcochAdd --keep-old option
2015-04-29 Tomas Mlcochsqliterepo: Check for existing DBs first (also implemen...
2015-04-29 Tomas Mlcochrepomd: Add cr_repomd_copy()
2015-04-29 Tomas Mlcochrepomd: Add cr_repomd_remove_record()
2015-04-28 Tomas Mlcochcreaterepo: Update help
2015-04-28 Tomas Mlcochsqliterepo: First draft
2015-04-28 Tomas Mlcochxml_dumpers: Return GError when no obj to dump is passed
2015-04-28 Tomas Mlcocherror: Remove unused quark functions
2015-04-21 Tomas Mlcochload_metadata: Insert pkgKey with item index during...
2015-04-01 Tomas Mlcochcreaterepo_c: Use _cleanup_file_close_ for sqlite gener...
2015-04-01 Tomas Mlcochcleanup: More sane _cleanup_file_close_
2015-04-01 Tomas Mlcochlocate_metadata: cr_locate_metadata() now takes gboolea...
2015-04-01 Tomas Mlcochcreaterepo_shared: Avoid double removal of the same...
2015-03-31 Tomas Mlcochsqliterepo_c: Use cr_setup_logging()
2015-03-31 Tomas Mlcochmodifyrepo_c: Use cr_setup_logging()
2015-03-31 Tomas Mlcochmergerepo_c: Use cr_setup_logging()
2015-03-31 Tomas MlcochMove logging setup from createrepo_c to createrepo_shared
2015-03-31 Tomas Mlcoch.gitignore update
2015-03-31 Tomas Mlcochutils: Add single_test.py script
2015-03-31 Tomas MlcochUpdate .gitignore
2015-03-31 Tomas Mlcochcreaterepo_c: Move exit/signal handlers logic into...
2015-03-30 Tomas Mlcocherror: Remove other (unused) error domains
2015-03-30 Tomas MlcochUse only one error domain: CREATEREPO_C_ERROR
2015-03-30 Tomas Mlcochmisc: Remove unused var
2015-03-30 Tomas Mlcocherror: Add ERR_DOMAIN constant to each module that...
2015-03-30 Tomas Mlcochsqliterepo: Add stub for sqliterepo
2015-03-30 Tomas Mlcocherror: Rename domain CR_CREATEREPO_C_ERROR -> CREATEREP...
2015-03-30 Tomas Mlcochcreaterepo_c: Refactoring
2015-03-30 Tomas Mlcocherror: Add new error codes and new error domain
2015-03-30 Tomas MlcochAdd createrepo_shared module
2015-03-30 Tomas Mlcochmisc: Use gboolean as return val for cr_better_copy_fil...
2015-03-25 Tomas Mlcochcreaterepo_c: Small refactoring
2015-03-25 Tomas Mlcochcreaterepo_c: Add some comments
2015-02-20 Tomas MlcochBump to 0.7.7
2015-02-09 Tomas MlcochAUTHORS: Add Luke Macken
2015-02-09 Tomas MlcochExample: simple_modifyrepo.py: Refactoring
2015-02-09 Tomas MlcochMerge pull request #14 from lmacken/master
2015-02-08 Luke MackenExamples: Add a simple modifyrepo python example
2015-02-06 Tomas Mlcochlocate_metadata: Refactoring
2015-02-06 Tomas Mlcochutils: cr_download(): Dup input handle and better error...
2015-02-06 Tomas Mlcochcleanup: Add _cleanup_file_fclose_
2015-02-06 Tomas Mlcochlocate_metadata: Use proper temp dir
2015-02-06 Tomas MlcochAdd cleanup.h
2015-02-06 Tomas Mlcochcreaterepo_c: Update description of the --local-sqlite...
2015-02-06 Tomas MlcochProper directory for temporary files when --local-sqlit...
2015-02-06 Tomas MlcochMerge pull request #13 from lmacken/master
2015-02-06 Luke MackenPython: Get the updateinfo generation examples working.
2015-01-26 Tomas MlcochUpdate AUTHORS file
2015-01-26 Tomas MlcochMerge pull request #11 from scop/bashcomp-install
2015-01-24 Ville SkyttäBring bash completion install dir and filenames up...
2015-01-08 Tomas MlcochBump to 0.7.6
2014-12-28 Tomas MlcochPython: Add __contains__ method to Repomd() class
2014-12-28 Tomas MlcochBump to 0.7.5
2014-12-28 Tomas MlcochPython repomd: Support for iteration and indexing by...
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()
next