services/createrepo_c.git
2015-05-14 Tomas Mlcochdoc: Add man pages for sqliterepo and update manpages...
2015-05-14 Tomas Mlcochutils: Update script for man page generation
2015-05-14 Tomas Mlcochmergerepo: Work only with noarch packages if --koji...
2015-05-14 Tomas Mlcochmergerepo: Use file:// protocol in local baseurl
2015-05-14 Tomas Mlcochmergerepo: Do not include baseurl for first repo if...
2015-05-14 Tomas Mlcochmergerepo_c: Refactoring - append_arch
2015-05-14 Tomas Mlcochmergerepo_c: Support multilib arch for --koji repos
2015-05-14 Tomas Mlcochmergerepo_c: Refactoring
2015-05-12 Tomas MlcochPrint debug message with version in each tool when...
2015-05-11 Tomas Mlcochmodifyrepo: Don't override file with itself (RhBug...
2015-05-11 Tomas Mlcochmodifyrepo: Remove all obsolete metadata that should...
2015-05-11 Tomas Mlcochmodifyrepo_c: Use cr_identical_files() function
2015-05-11 Tomas Mlcochsqliterepo: Use cr_identical_files()
2015-05-11 Tomas Mlcochmisc: Add cr_identical_files() function
2015-05-11 Tomas Mlcochcleanup: Add missing include of stdio.h
2015-05-06 Tomas MlcochBump to 0.8.1
2015-05-06 Tomas MlcochCMake: Add bash completion for sqliterepo_c into Makefile
2015-05-06 Tomas MlcochUpdate bash completion
2015-05-06 Tomas Mlcochmodifyrepo: Update --help output
2015-05-05 Tomas MlcochBump to 0.8.0
2015-05-05 Tomas Mlcochsqliterepo: Add checksum autodetection
2015-05-05 Tomas Mlcochsqliterepo: Remove few exit() calls
2015-05-05 Tomas MlcochReplace CR_UNUSED with G_GNUC_UNUSED
2015-05-05 Tomas MlcochReplace strerror() by g_strerror()
2015-05-05 Tomas Mlcochacceptance tests: Update run_nosetests.sh
2015-05-05 Tomas Mlcochacceptance tests: Add base set of acceptance tests...
2015-05-05 Tomas Mlcochsqliterepo: Proper support for --checksum
2015-05-05 Tomas Mlcochacceptance tests: Add tdir_makedirs into BaseTestCase...
2015-05-05 Tomas Mlcochsqliterepo: Fix inproper location_real values in record...
2015-05-05 Tomas Mlcochsqliterepo: Fix path building
2015-05-05 Tomas Mlcochacceptance tests: Update doc string
2015-05-05 Tomas Mlcochacceptance_tests: Add run_sqlr() method
2015-05-05 Tomas Mlcochtests: Update doc strings
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...
next