services/createrepo_c.git
2012-04-24 Tomas MlcochClean up misc.c module
2012-04-24 Tomas MlcochAdd unittest for misc.c module
2012-04-17 Tomas MlcochFix libc.so filtering for requires list in parsehdr.c
2012-04-17 Tomas MlcochFix check of return value from load_metadata.
2012-04-17 Tomas MlcochAdd unittest for load_metadata module.
2012-04-17 Tomas Mlcochload_metadata.h: Add return value constants
2012-04-17 Tomas MlcochAdd spec files of fake packages for testing purposes
2012-04-17 Tomas MlcochUpdate .gitignore
2012-04-17 Tomas MlcochAdd CMakeLists.txt into tests
2012-04-17 Tomas MlcochRemove ctests directory.
2012-04-17 Tomas MlcochAdd unittest for compression_wrapper
2012-04-17 Tomas MlcochDefinition of UNUSED macro moved into misc.h
2012-04-12 Tomas MlcochUse MAGIC_MIME instead of MAGIC_MIME_TYPE.
2012-04-12 Tomas MlcochFix some compatibility issues
2012-04-12 Tomas MlcochFix few memory leaks
2012-04-12 Tomas MlcochFix package counter in mergerepo
2012-04-12 Tomas MlcochBetter XML dump output
2012-04-11 Tomas MlcochCurl included -> Support for http and ftp
2012-04-10 Tomas MlcochAdd support for updateinfo.xml into repomd.xml module
2012-04-04 Tomas MlcochFix some bugs
2012-04-04 Tomas MlcochMergerepo has 'fake' support for groupfile
2012-04-04 Tomas MlcochUpgrade of copy_file function in misc
2012-04-04 Tomas MlcochSupport for compress_type option of mergerepo
2012-04-04 Tomas MlcochAdd get_suffix function into compression_wrapper
2012-04-03 Tomas MlcochFix cmake libxml2 stuff
2012-04-03 Tomas MlcochAdd some cmake modules
2012-04-03 Tomas MlcochFirst version of Mergerepo
2012-04-03 Tomas MlcochSome fix some bugs
2012-04-02 Tomas MlcochCode clean up
2012-04-02 Tomas MlcochFix memory leaks in cmd parser
2012-04-02 Tomas MlcochAdd normalize_dir_path function into misc module.
2012-04-02 Tomas MlcochRemove unused regexp
2012-03-29 Tomas MlcochAdd FindLibmagic CMake module (from github.com/rizo...
2012-03-29 Tomas MlcochRemove libxml2 workaround from CMakeLists
2012-03-28 Tomas Mlcochswitch repomd from xml writer to xml tree + pretty...
2012-03-28 Tomas MlcochBetter error handling in load_metadata parser callbacks
2012-03-28 Tomas Mlcochremove unused metadata_parser_2.c
2012-03-28 Tomas Mlcochsplit load_metadata module into load_metadata and locat...
2012-03-28 Tomas Mlcochsupport for variable keys in hashtable from locate_and_...
2012-03-27 Tomas MlcochFull switch to the Expat repodata parser
2012-03-27 Tomas MlcochSupport for new metadata parser in createrepo
2012-03-27 Tomas MlcochAlpha version of new metadata parser
2012-03-22 Tomas MlcochFix possible fclose(NULL)
2012-03-22 Tomas MlcochRemove redundant function from load_metadata module
2012-03-22 Tomas MlcochBetter compression detection
2012-03-21 Tomas MlcochFix possible racecondition
2012-03-21 Tomas MlcochAdd handler for SIGINT
2012-03-21 Tomas MlcochAdd remove_dir function into the misc
2012-03-21 Tomas MlcochLoad metadata now with pretty print
2012-03-20 Tomas Mlcochcode cleanup
2012-03-20 Tomas Mlcochuse __func__ in logging functions
2012-03-20 Tomas Mlcochfull switch to xmltree
2012-03-20 Tomas Mlcochuse xmlTree in xml_dump_other
2012-03-15 Tomas MlcochAdd forgoten CMakeList.txt
2012-03-15 Tomas MlcochModified release scripts
2012-03-15 Tomas MlcochAdd manpage and utils
2012-03-14 Tomas MlcochSuppressed compiler warning about unused variable
2012-03-14 Tomas MlcochArgument parsing moved into cmd_parser module
2012-03-14 Tomas MlcochFix spaces in cmd_entries array
2012-03-14 Tomas MlcochAdd message with usage template
2012-03-13 Tomas Mlcochremove_old_metadata uses paths from repomd.xml
2012-03-13 Tomas MlcochRemoved unittests directory
2012-03-13 Tomas MlcochAdd FindGLIB2 and FindGTHREAD2 modules for cmake
2012-03-13 Tomas MlcochUse CMake
2012-03-13 Tomas MlcochMoved files
2012-03-13 Tomas MlcochFix some leaks
2012-03-12 Tomas MlcochAdd support for groupfile
2012-03-12 Tomas MlcochAdd get_filename and copy_file into misc module
2012-03-08 Tomas MlcochCreaterepo now uses temporary dir while generate repodata
2012-03-08 Tomas MlcochCall stat() in main only if needed
2012-03-08 Tomas MlcochChange log level in load_metadata.c
2012-03-08 Tomas MlcochGz compression changed from best speed to default
2012-03-08 Tomas MlcochSome fixes after Coverity scan.
2012-03-08 Tomas MlcochFix gzip file descriptor handling in compression_wrapper
2012-03-07 tmlcochMain renamed
2012-03-06 tmlcochAdd AUTHORS COPYING and README files
2012-03-06 tmlcochCode cleanup
2012-03-01 Tomas MlcochSkip swig wrappers stuff in Makefile
2012-03-01 Tomas MlcochFix some compiler warnings
2012-03-01 Tomas Mlcochremove whitespaces from end of changelog names in ...
2012-03-01 Tomas Mlcochdump modules refactored
2012-02-29 Tomas Mlcochxml_dump refactored
2012-02-29 Tomas Mlcochrepomd refactored
2012-02-29 Tomas Mlcochmisc refactored
2012-02-29 Tomas Mlcochparsepkg refactored
2012-02-29 Tomas Mlcochmain cleanup
2012-02-29 Tomas Mlcochload_metadata refactored
2012-02-29 Tomas Mlcochcompression_wrapper refactored
2012-02-29 Tomas Mlcochrefactored parsehdr
2012-02-28 Tomas MlcochVerbosity setup in main
2012-02-28 Tomas MlcochMain now uses compression_wrapper
2012-02-28 Tomas MlcochAdd cw_printf into compression wrapper
2012-02-28 Tomas Mlcochcode clenup
2012-02-28 Tomas MlcochHandle fread error in compression wrapper in proper...
2012-02-28 Tomas Mlcochload_metadata module now uses compression_wrapper
2012-02-28 Tomas Mlcochrepomd now uses compression wrapper
2012-02-28 Tomas MlcochAdd compression wrapper module
2012-02-23 Tomas MlcochAdd support for --simple-md-filenames
2012-02-23 Tomas MlcochUpdated main
2012-02-23 Tomas MlcochAdd new functions into load_metadata
next