services/createrepo_c.git
12 years agosplit filename in pkg structure and fix some leaks
Tomas Mlcoch [Mon, 16 Jan 2012 11:59:11 +0000 (12:59 +0100)]
split filename in pkg structure and fix some leaks

12 years agoPerformance optimalization in typemaps.i
Tomas Mlcoch [Thu, 12 Jan 2012 09:55:02 +0000 (10:55 +0100)]
Performance optimalization in typemaps.i

12 years agoPerformance optimalization (use prepend+reverse instead of append for inserting into...
Tomas Mlcoch [Thu, 12 Jan 2012 09:45:22 +0000 (10:45 +0100)]
Performance optimalization (use prepend+reverse instead of append for inserting into g_slist)

12 years agoAdd constants.h
Tomas Mlcoch [Thu, 12 Jan 2012 09:26:29 +0000 (10:26 +0100)]
Add constants.h

12 years agoAdd Doxyfile
Tomas Mlcoch [Thu, 12 Jan 2012 09:25:28 +0000 (10:25 +0100)]
Add Doxyfile

12 years agoAdd new ctests
Tomas Mlcoch [Thu, 12 Jan 2012 09:25:05 +0000 (10:25 +0100)]
Add new ctests

12 years agoAdd support for optimalized regexps for primary file matching
Tomas Mlcoch [Thu, 12 Jan 2012 09:24:16 +0000 (10:24 +0100)]
Add support for optimalized regexps for primary file matching

12 years agoPrevent possible memmory leak in misc module
Tomas Mlcoch [Thu, 12 Jan 2012 09:22:43 +0000 (10:22 +0100)]
Prevent possible memmory leak in misc module

12 years agoAdd an 'important' note
Tomas Mlcoch [Thu, 12 Jan 2012 09:21:17 +0000 (10:21 +0100)]
Add an 'important' note

12 years agoRemove unused function.
Tomas Mlcoch [Wed, 11 Jan 2012 15:08:11 +0000 (16:08 +0100)]
Remove unused function.

12 years agoAdd support for checksums and header range into parsepkg module
Tomas Mlcoch [Wed, 11 Jan 2012 14:21:25 +0000 (15:21 +0100)]
Add support for checksums and header range into parsepkg module

12 years agoCode cleanup
Tomas Mlcoch [Wed, 11 Jan 2012 14:20:00 +0000 (15:20 +0100)]
Code cleanup

12 years agoAdd compute_file_checksum and get_header_byte_range functions.
Tomas Mlcoch [Wed, 11 Jan 2012 14:15:51 +0000 (15:15 +0100)]
Add compute_file_checksum and get_header_byte_range functions.

12 years agoAdd simple c test.
Tomas Mlcoch [Wed, 11 Jan 2012 11:05:59 +0000 (12:05 +0100)]
Add simple c test.

12 years agoFix warning in misc.c
Tomas Mlcoch [Wed, 11 Jan 2012 11:05:34 +0000 (12:05 +0100)]
Fix warning in misc.c

12 years agoAdd parsepkg module
Tomas Mlcoch [Tue, 10 Jan 2012 15:46:57 +0000 (16:46 +0100)]
Add parsepkg module

12 years agoFix XmlStruct declaration
Tomas Mlcoch [Tue, 10 Jan 2012 15:45:48 +0000 (16:45 +0100)]
Fix XmlStruct declaration

12 years agoXmlStruct moved into xml_dump.h
Tomas Mlcoch [Tue, 10 Jan 2012 15:06:34 +0000 (16:06 +0100)]
XmlStruct moved into xml_dump.h

12 years agoAdd support for parsing changelogs into parse_header.
Tomas Mlcoch [Tue, 10 Jan 2012 14:49:28 +0000 (15:49 +0100)]
Add support for parsing changelogs into parse_header.

12 years agoAdd support for parsing provides, conflicts, obsoletes and requires from header
Tomas Mlcoch [Tue, 10 Jan 2012 14:18:40 +0000 (15:18 +0100)]
Add support for parsing provides, conflicts, obsoletes and requires from header

12 years agoAdd function is_primary() into misc module.
Tomas Mlcoch [Tue, 10 Jan 2012 14:17:19 +0000 (15:17 +0100)]
Add function is_primary() into misc module.

12 years agomisc-string_to_version - Instead of empty string use NULL.
Tomas Mlcoch [Tue, 10 Jan 2012 08:27:07 +0000 (09:27 +0100)]
misc-string_to_version - Instead of empty string use NULL.

12 years agoSome fixes in misc.c
Tomas Mlcoch [Wed, 4 Jan 2012 13:10:57 +0000 (14:10 +0100)]
Some fixes in misc.c

12 years agoMakefile update
Tomas Mlcoch [Wed, 4 Jan 2012 12:59:10 +0000 (13:59 +0100)]
Makefile update

12 years agoAdd (incomplete) draft of 'header to xml' library.
Tomas Mlcoch [Wed, 4 Jan 2012 12:58:55 +0000 (13:58 +0100)]
Add (incomplete) draft of 'header to xml' library.

12 years agoAdd misc library with helper functions
Tomas Mlcoch [Wed, 4 Jan 2012 12:56:06 +0000 (13:56 +0100)]
Add misc library with helper functions

12 years agoFix in typemaps.i
Tomas Mlcoch [Wed, 4 Jan 2012 07:41:57 +0000 (08:41 +0100)]
Fix in typemaps.i

12 years agoAdd typemap for header object from rpm.
Tomas Mlcoch [Wed, 21 Dec 2011 14:41:28 +0000 (15:41 +0100)]
Add typemap for header object from rpm.

12 years agoTypemaps.i (using chunk)
Tomas Mlcoch [Thu, 15 Dec 2011 14:22:09 +0000 (15:22 +0100)]
Typemaps.i (using chunk)

12 years agoTypemaps (package in withou using chunk)
Tomas Mlcoch [Thu, 15 Dec 2011 14:20:27 +0000 (15:20 +0100)]
Typemaps (package in withou using chunk)

12 years agoGhost files could be in primary files since now
Tomas Mlcoch [Thu, 15 Dec 2011 12:54:28 +0000 (13:54 +0100)]
Ghost files could be in primary files since now

12 years agoAdd unittests
Tomas Mlcoch [Thu, 15 Dec 2011 12:19:36 +0000 (13:19 +0100)]
Add unittests

12 years agoHou hou! "Seems to be working" implementation!
Tomas Mlcoch [Thu, 15 Dec 2011 12:15:23 +0000 (13:15 +0100)]
Hou hou! "Seems to be working" implementation!

12 years agoInitial commit
Tomas Mlcoch [Mon, 12 Dec 2011 09:37:45 +0000 (10:37 +0100)]
Initial commit