services/createrepo_c.git
2012-08-14 Tomas MlcochNew params: --repo --revision --distro --content
2012-08-14 Tomas MlcochFixed memory leak
2012-08-14 Tomas MlcochChanged order of options in --help output
2012-08-14 Tomas MlcochNew interface of repomd module
2012-08-08 Tomas MlcochFix memory leak in processing of pkglist
2012-08-08 Tomas MlcochSupport for --basedir param
2012-07-30 Tomas MlcochManpage and bashcompletition file update
2012-07-30 Tomas MlcochSupport for updateinfo.xml to --keep-all-metadata
2012-07-30 Tomas Mlcochchecksum detection into cr_rename_repomdrecord_file
2012-07-30 Tomas MlcochSupport for updateinfo in locate_metadata module
2012-07-30 Tomas MlcochAdd --keep-all-metadata option and fix memory leak...
2012-07-26 Tomas MlcochBump to 0.1.7
2012-07-26 Tomas MlcochUpdate README
2012-07-26 Tomas MlcochCode refactoring
2012-07-25 Tomas MlcochEnhance output to stdout
2012-07-25 Tomas MlcochAdd script for performance testing
2012-07-25 Tomas MlcochAnother code refactoring
2012-07-25 Tomas MlcochAdd Doxyfile.in into srpm
2012-07-24 Tomas MlcochVersion bump to 0.1.6
2012-07-24 Tomas MlcochRelicensed from LGPLv2 to GPLv2
2012-07-24 Tomas MlcochCode refactoring
2012-07-24 Tomas MlcochAdd namespace prefix to namesin public header files
2012-07-24 Tomas Mlcochdump_files() put away from public headers
2012-07-24 Tomas MlcochUpdate CMakeLists to install development files.
2012-07-19 Tomas MlcochC89 comments in headers
2012-07-19 Tomas MlcochMake public headers usable with C++
2012-07-18 Tomas MlcochFunction rename
2012-07-03 Tomas MlcochAdd authors of db.c from yum-metadata-parser into the...
2012-07-03 Tomas MlcochDefinition of is_primary moved into the header file
2012-07-03 Tomas MlcochFix mergerepo_c logging + logging functions moved into...
2012-06-27 Tomas MlcochFix some uninitialized variables
2012-06-27 Tomas MlcochRemove 'NOT IMPLEMENTED' note from --database option
2012-06-27 Tomas MlcochSQLite optimalization
2012-06-27 Tomas MlcochImproved logging
2012-06-27 Tomas Mlcochcreaterepo_c support --compress-type param
2012-06-27 Tomas MlcochBetter compression factor for BZ2 by default
2012-06-27 Tomas MlcochAdd bash completion script
2012-06-26 Tomas Mlcochadd option for ignoring sqlite db into the get_metadata...
2012-06-26 Tomas MlcochSupport for SQLite metadata DB + new repomd module...
2012-06-26 Tomas MlcochUnittests for SQLite module
2012-06-26 Tomas MlcochAdd SQLite module
2012-06-26 Tomas Mlcochuse warning insted of critical messages in parsepkg...
2012-06-26 Tomas Mlcochxml_dump* modules now checks if package is NULL
2012-06-26 Tomas MlcochUse NULL instead of empty string in some cases in load_...
2012-06-25 Tomas MlcochFix usage of the BZ2_bzRead() in the cw_read()
2012-06-25 Tomas MlcochFix detect_compression
2012-06-25 Tomas MlcochAdd package_from_file function into the parsepkg module
2012-06-25 Tomas Mlcochflag_to_string could returns NULL
2012-06-25 Tomas MlcochAdd compress_file function into the misc module
2012-06-11 Tomas MlcochAdd some files used by tests
2012-06-11 Tomas MlcochAdd FindLZMA CMake module
2012-06-11 Tomas MlcochBumb version to 0.1.5
2012-06-11 Tomas MlcochFix merging repos with groupfile in mergerepo_c
2012-06-11 Tomas MlcochAdd support for different compression for groupfile...
2012-06-11 Tomas MlcochModified mergerepo_c behaviour with the --compress...
2012-06-11 Tomas MlcochAdd support for xz compression (--xz param) into the...
2012-06-11 Tomas MlcochUpdate remove_metadata function to support xz
2012-06-11 Tomas MlcochAdd tests for XZ compression
2012-06-11 Tomas MlcochAdd support for XZ compression to the compression_wrapp...
2012-06-11 Tomas MlcochUnversioned .so excluded from installation.
2012-06-05 Tomas MlcochAdd not thread safe warning into the comment
2012-06-05 Tomas MlcochOpen mode moved from constants into the enum.
2012-06-05 Tomas MlcochAdd doxygen comments into header files. Add doc target...
2012-06-04 Tomas MlcochBumb version to 0.1.4
2012-06-04 Tomas MlcochAdd initialization for 'key' variable.
2012-06-04 Tomas MlcochManpage update
2012-06-04 Tomas MlcochAdd --noarch-repo param to mergerepo_c
2012-05-31 Tomas MlcochAdd --all param to mergerepo_c
2012-05-31 Tomas MlcochAdd --method param to mergerepo_c
2012-05-31 Tomas MlcochAdd str_to_version and cmp_version_string into the...
2012-05-31 Tomas Mlcochstruct VersionStruct renamed to struct EVR
2012-05-29 Tomas MlcochAdd debug flags for CMAKE_BUILD_TYPE DEBUG
2012-05-29 Tomas MlcochTry load repodata from output dir if specified while...
2012-05-29 Tomas MlcochUpdate README - Add differences in behaviour between...
2012-05-29 Tomas MlcochFix pattern matching behaviour for --excludes param
2012-05-28 Tomas MlcochFix double free while use --excludes param.
2012-05-28 Tomas MlcochAdd some forgotten license headers
2012-05-28 Tomas MlcochAdd handling into mergerepo if download of repodata...
2012-05-28 Tomas MlcochAdd check if input directory exist
2012-05-28 Tomas MlcochChange version
2012-05-28 Tomas MlcochSet RelWithDebInfo as default cmake build type
2012-05-24 Tomas Mlcochfix make_tarball_from_git.sh
2012-05-24 Tomas MlcochTarball by xz instead bz2
2012-05-24 Tomas MlcochAdd automatic version detection into release scripts...
2012-05-24 Tomas MlcochAdd get_version.py script into utils
2012-05-24 Tomas MlcochAdd version.h
2012-05-23 Tomas MlcochAdd headers with LGPL2.1 license
2012-05-22 Tomas MlcochFix remove_metadata in locate_metadata
2012-05-22 Tomas MlcochFix RPATH stuff in cmake
2012-05-10 Tomas MlcochAnother fixes in release scripts
2012-05-10 Tomas MlcochFix address in license file
2012-05-10 Tomas MlcochAdd target tests into the Makefile
2012-05-10 Tomas MlcochFix a lot of release related stuff (CMakeLists, release...
2012-05-10 Tomas MlcochFix bug in make_rpm.sh script
2012-05-09 Tomas MlcochFix base_path in mergerepo
2012-05-09 Tomas MlcochBetter repo loading/downloading in mergerepo
2012-05-09 Tomas MlcochAdd support for remote (ftp://, , ...) groupfile in...
2012-05-09 Tomas MlcochAdd download and better_copy_file functions into the...
2012-04-24 Tomas MlcochClean up misc.c module
2012-04-24 Tomas MlcochAdd unittest for misc.c module
next