services/createrepo_c.git
11 years agocreaterepo_c: Speed UP! Use threads for DB records compression.
Tomas Mlcoch [Mon, 17 Jun 2013 14:52:21 +0000 (16:52 +0200)]
createrepo_c: Speed UP! Use threads for DB records compression.

11 years agothreads: New module with useful set of function for use in GThreadPool.
Tomas Mlcoch [Mon, 17 Jun 2013 14:17:41 +0000 (16:17 +0200)]
threads: New module with useful set of function for use in GThreadPool.

11 years agocreaterepo_c, mergerepo_c: Code cleanup
Tomas Mlcoch [Mon, 17 Jun 2013 13:10:17 +0000 (15:10 +0200)]
createrepo_c, mergerepo_c: Code cleanup

11 years agopython: Better exception reporting
Tomas Mlcoch [Thu, 13 Jun 2013 14:44:33 +0000 (16:44 +0200)]
python: Better exception reporting

Return more appropriate python exceptions instead of CreaterepoCError in some cases.

11 years agocompression_wrapper: cr_open_with_stat renamed to cr_sopen.
Tomas Mlcoch [Thu, 13 Jun 2013 11:55:32 +0000 (13:55 +0200)]
compression_wrapper: cr_open_with_stat renamed to cr_sopen.

11 years agopython: Add compression_suffix and detect_compression functions.
Tomas Mlcoch [Thu, 13 Jun 2013 11:39:44 +0000 (13:39 +0200)]
python: Add compression_suffix and detect_compression functions.

11 years agopython: Add CrFile class (Bindings for the CR_FILE object).
Tomas Mlcoch [Thu, 13 Jun 2013 11:02:58 +0000 (13:02 +0200)]
python: Add CrFile class (Bindings for the CR_FILE object).

11 years agotests: Fix compression type in test_xml_file.py
Tomas Mlcoch [Thu, 13 Jun 2013 11:02:01 +0000 (13:02 +0200)]
tests: Fix compression type in test_xml_file.py

11 years agopython: Fix reference counting of ContentStat in XmlFile.
Tomas Mlcoch [Thu, 13 Jun 2013 10:09:07 +0000 (12:09 +0200)]
python: Fix reference counting of ContentStat in XmlFile.

11 years agodeltarepo: ...
Tomas Mlcoch [Wed, 12 Jun 2013 14:03:31 +0000 (16:03 +0200)]
deltarepo: ...

11 years agodeltarepo: ...
Tomas Mlcoch [Wed, 12 Jun 2013 13:57:55 +0000 (15:57 +0200)]
deltarepo: ...

11 years agopython: Add cr.UNKNOWN_CHECKSUM constant.
Tomas Mlcoch [Wed, 12 Jun 2013 13:49:25 +0000 (15:49 +0200)]
python: Add cr.UNKNOWN_CHECKSUM constant.

11 years agodeltarepo: ...
Tomas Mlcoch [Tue, 11 Jun 2013 15:10:33 +0000 (17:10 +0200)]
deltarepo: ...

11 years agopython: Add misc module.
Tomas Mlcoch [Tue, 11 Jun 2013 10:21:32 +0000 (12:21 +0200)]
python: Add misc module.

11 years agorepomd: Add cr_repomd_record_load_contentstat function.
Tomas Mlcoch [Tue, 11 Jun 2013 08:42:26 +0000 (10:42 +0200)]
repomd: Add cr_repomd_record_load_contentstat function.

11 years agotests: Fix python test for ContentStat object.
Tomas Mlcoch [Mon, 10 Jun 2013 16:17:22 +0000 (18:17 +0200)]
tests: Fix python test for ContentStat object.

11 years agodeltarepo: draft v2
Tomas Mlcoch [Mon, 10 Jun 2013 12:53:54 +0000 (14:53 +0200)]
deltarepo: draft v2

11 years agoPython: Add checksum module.
Tomas Mlcoch [Mon, 10 Jun 2013 12:51:02 +0000 (14:51 +0200)]
Python: Add checksum module.

11 years agochecksum: Fix cr_checksum_type for sha checksum.
Tomas Mlcoch [Mon, 10 Jun 2013 12:49:28 +0000 (14:49 +0200)]
checksum: Fix cr_checksum_type for sha checksum.

11 years agoPython: xml_parser: Fix error when newpkgcb returns None.
Tomas Mlcoch [Mon, 10 Jun 2013 12:01:24 +0000 (14:01 +0200)]
Python: xml_parser: Fix error when newpkgcb returns None.

11 years agoPython: Fix module name in object type string.
Tomas Mlcoch [Mon, 10 Jun 2013 11:40:49 +0000 (13:40 +0200)]
Python: Fix module name in object type string.

11 years agodeltarepo: Add draft of deltarepo.
Tomas Mlcoch [Mon, 10 Jun 2013 09:18:47 +0000 (11:18 +0200)]
deltarepo: Add draft of deltarepo.

11 years agoPython: Add contentstat source files.
Tomas Mlcoch [Mon, 10 Jun 2013 07:15:22 +0000 (09:15 +0200)]
Python: Add contentstat source files.

11 years agoREADME.md: Add link to RedHat bugzilla.
Tomas Mlcoch [Sun, 9 Jun 2013 12:38:29 +0000 (14:38 +0200)]
README.md: Add link to RedHat bugzilla.

11 years agoDoc update
Tomas Mlcoch [Fri, 7 Jun 2013 11:26:17 +0000 (13:26 +0200)]
Doc update

11 years agopython: Add ContentStat object.
Tomas Mlcoch [Thu, 6 Jun 2013 14:18:17 +0000 (16:18 +0200)]
python: Add ContentStat object.

11 years agomergerepo_c: Speed up! (Support for content checksum).
Tomas Mlcoch [Thu, 6 Jun 2013 12:35:50 +0000 (14:35 +0200)]
mergerepo_c: Speed up! (Support for content checksum).

11 years agocreaterepo_c: Speed up! (Support for content checksum).
Tomas Mlcoch [Thu, 6 Jun 2013 12:07:16 +0000 (14:07 +0200)]
createrepo_c: Speed up! (Support for content checksum).

11 years agoxml_file: Support for cr_ContentStat.
Tomas Mlcoch [Thu, 6 Jun 2013 11:11:09 +0000 (13:11 +0200)]
xml_file: Support for cr_ContentStat.

11 years agocompression_wrapper: Little change in use of cr_ContentStat object.
Tomas Mlcoch [Thu, 6 Jun 2013 10:54:50 +0000 (12:54 +0200)]
compression_wrapper: Little change in use of cr_ContentStat object.

11 years agomisc: Add cr_compress_file_with_stat function.
Tomas Mlcoch [Wed, 5 Jun 2013 15:02:31 +0000 (17:02 +0200)]
misc: Add cr_compress_file_with_stat function.

11 years agocompression_wrapper: Support for filling cr_ContentStat object.
Tomas Mlcoch [Wed, 5 Jun 2013 14:06:07 +0000 (16:06 +0200)]
compression_wrapper: Support for filling cr_ContentStat object.

11 years agocompression_wrapper: Add cr_ContentStat object.
Tomas Mlcoch [Wed, 5 Jun 2013 12:57:18 +0000 (14:57 +0200)]
compression_wrapper: Add cr_ContentStat object.

11 years agoRepomd: RepomdRecord timestamp, size and size_open switched to gint64 from long.
Tomas Mlcoch [Wed, 5 Jun 2013 11:15:48 +0000 (13:15 +0200)]
Repomd: RepomdRecord timestamp, size and size_open switched to gint64 from long.

11 years agorepomd: cr_repomd_xml_dump renamed to: cr_xml_dump_repomd and moved into the xml_dump...
Tomas Mlcoch [Wed, 5 Jun 2013 10:56:51 +0000 (12:56 +0200)]
repomd: cr_repomd_xml_dump renamed to: cr_xml_dump_repomd and moved into the xml_dump module.

11 years agorepomd: Suppress warning about unknown compression if NO_COMPRESSION used in fill().
Tomas Mlcoch [Wed, 5 Jun 2013 09:02:20 +0000 (11:02 +0200)]
repomd: Suppress warning about unknown compression if NO_COMPRESSION used in fill().

11 years agopython: Add short contants for compression algorithms (GZ, BZ2 and XZ).
Tomas Mlcoch [Wed, 5 Jun 2013 08:54:49 +0000 (10:54 +0200)]
python: Add short contants for compression algorithms (GZ, BZ2 and XZ).

11 years agorepomd: Add support for xml:base attr at location element.
Tomas Mlcoch [Tue, 4 Jun 2013 14:08:23 +0000 (16:08 +0200)]
repomd: Add support for xml:base attr at location element.

11 years agopython: Support for None in set_str func.
Tomas Mlcoch [Tue, 4 Jun 2013 12:54:34 +0000 (14:54 +0200)]
python: Support for None in set_str func.

11 years agorepomd: Add support for repoid tag.
Tomas Mlcoch [Tue, 4 Jun 2013 12:52:12 +0000 (14:52 +0200)]
repomd: Add support for repoid tag.

11 years agorepomd: Reverse order of distro tags (FIFO instead of LIFO).
Tomas Mlcoch [Tue, 4 Jun 2013 12:07:07 +0000 (14:07 +0200)]
repomd: Reverse order of distro tags (FIFO instead of LIFO).

11 years agopython: Repomd class support loading repomd.xml during construction (add path param).
Tomas Mlcoch [Tue, 4 Jun 2013 11:53:10 +0000 (13:53 +0200)]
python: Repomd class support loading repomd.xml during construction (add path param).

11 years agopython: Add default params for xml_parser_* functions.
Tomas Mlcoch [Tue, 4 Jun 2013 11:43:11 +0000 (13:43 +0200)]
python: Add default params for xml_parser_* functions.

11 years agoexamples: Update python example
Tomas Mlcoch [Tue, 4 Jun 2013 07:18:46 +0000 (09:18 +0200)]
examples: Update python example

11 years agocreaterepo_c+mergerepo_c: Fix bug with repomd gen.
Tomas Mlcoch [Mon, 3 Jun 2013 14:53:42 +0000 (16:53 +0200)]
createrepo_c+mergerepo_c: Fix bug with repomd gen.

11 years agopy: Fix memory leak.
Tomas Mlcoch [Mon, 3 Jun 2013 14:33:56 +0000 (16:33 +0200)]
py: Fix memory leak.

11 years agorepomd: Refactoring + python fuctions + etc.
Tomas Mlcoch [Mon, 3 Jun 2013 10:33:25 +0000 (12:33 +0200)]
repomd: Refactoring + python fuctions + etc.

11 years agoxml_parser_repomd: More tests
Tomas Mlcoch [Mon, 3 Jun 2013 07:36:41 +0000 (09:36 +0200)]
xml_parser_repomd: More tests

11 years agoFix few compiler warnings + test for xml_parser_repomd
Tomas Mlcoch [Mon, 3 Jun 2013 07:21:38 +0000 (09:21 +0200)]
Fix few compiler warnings + test for xml_parser_repomd

11 years agoxml_parser_repomd: Finished
Tomas Mlcoch [Sun, 2 Jun 2013 19:00:01 +0000 (21:00 +0200)]
xml_parser_repomd: Finished

11 years agoxml_parser_repomd: Incomplete draft
Tomas Mlcoch [Sun, 2 Jun 2013 13:24:49 +0000 (15:24 +0200)]
xml_parser_repomd: Incomplete draft

11 years agorepomd: Switched cr_Repomd and cr_RepomdRecord from pointers to structs.
Tomas Mlcoch [Sun, 2 Jun 2013 10:13:56 +0000 (12:13 +0200)]
repomd: Switched cr_Repomd and cr_RepomdRecord from pointers to structs.

11 years agoerror: Add messages for new errors.
Tomas Mlcoch [Sun, 2 Jun 2013 08:30:26 +0000 (10:30 +0200)]
error: Add messages for new errors.

11 years agopython: xml_parser: Callbacks interface is similar as c interface since now.
Tomas Mlcoch [Sat, 1 Jun 2013 16:35:01 +0000 (18:35 +0200)]
python: xml_parser: Callbacks interface is similar as c interface since now.

11 years agomisc: Add support for GError reporting.
Tomas Mlcoch [Sat, 1 Jun 2013 16:03:03 +0000 (18:03 +0200)]
misc: Add support for GError reporting.

11 years agopython: Add new checksum constant values.
Tomas Mlcoch [Sat, 1 Jun 2013 11:20:49 +0000 (13:20 +0200)]
python: Add new checksum constant values.

11 years agobash-completion: Add new supported checksums (sha, sha224, sha384, sha512).
Tomas Mlcoch [Sat, 1 Jun 2013 11:15:36 +0000 (13:15 +0200)]
bash-completion: Add new supported checksums (sha, sha224, sha384, sha512).

11 years agochecksum: New module + test + all checksum related operations switched to the new...
Tomas Mlcoch [Sat, 1 Jun 2013 11:11:59 +0000 (13:11 +0200)]
checksum: New module + test + all checksum related operations switched to the new module.

11 years agopython: Fix reference decrementing in xml_parser
Tomas Mlcoch [Sat, 1 Jun 2013 06:38:19 +0000 (08:38 +0200)]
python: Fix reference decrementing in xml_parser

11 years agoxml_parser: Add license header into the xml_parser.c.
Tomas Mlcoch [Fri, 31 May 2013 21:17:23 +0000 (23:17 +0200)]
xml_parser: Add license header into the xml_parser.c.

11 years agotests: Add new tests for XML parsers.
Tomas Mlcoch [Fri, 31 May 2013 19:59:16 +0000 (21:59 +0200)]
tests: Add new tests for XML parsers.

11 years agopython: xml_parsers now store reference to a pkg object while parsing to the object
Tomas Mlcoch [Fri, 31 May 2013 19:55:05 +0000 (21:55 +0200)]
python: xml_parsers now store reference to a pkg object while parsing to the object

11 years agopython: Add bindings for xml_parse functions + base tests.
Tomas Mlcoch [Fri, 31 May 2013 12:11:56 +0000 (14:11 +0200)]
python: Add bindings for xml_parse functions + base tests.

11 years agoload_metadata: Switched from internal (ugly) xml parser to new xml_parser module.
Tomas Mlcoch [Fri, 31 May 2013 12:11:06 +0000 (14:11 +0200)]
load_metadata: Switched from internal (ugly) xml parser to new xml_parser module.

11 years agoxml_parser: small refactoring
Tomas Mlcoch [Fri, 31 May 2013 12:10:00 +0000 (14:10 +0200)]
xml_parser: small refactoring

11 years agoxml_parser: Fix false warning from the cr_xml_parser_strtoll.
Tomas Mlcoch [Fri, 31 May 2013 12:09:07 +0000 (14:09 +0200)]
xml_parser: Fix false warning from the cr_xml_parser_strtoll.

11 years agoxml_parser_primary: Fix typo in name of obsoletes tag.
Tomas Mlcoch [Fri, 31 May 2013 08:27:43 +0000 (10:27 +0200)]
xml_parser_primary: Fix typo in name of obsoletes tag.

11 years agopython: Add draft for support of xml_parser module.
Tomas Mlcoch [Thu, 30 May 2013 20:54:44 +0000 (22:54 +0200)]
python: Add draft for support of xml_parser module.

11 years agocreaterepo_h: Add xml_parser.h
Tomas Mlcoch [Thu, 30 May 2013 20:40:43 +0000 (22:40 +0200)]
createrepo_h: Add xml_parser.h

11 years agoxml_parser: Primary parser add option for ignoring files.
Tomas Mlcoch [Thu, 30 May 2013 15:10:19 +0000 (17:10 +0200)]
xml_parser: Primary parser add option for ignoring files.

11 years agomisc: Add cr_safe_string_chunk_insert_null
Tomas Mlcoch [Thu, 30 May 2013 15:08:58 +0000 (17:08 +0200)]
misc: Add cr_safe_string_chunk_insert_null

11 years agoFor SHA1 checksum use type string 'sha' instead of 'sha1'.
Tomas Mlcoch [Thu, 30 May 2013 13:37:51 +0000 (15:37 +0200)]
For SHA1 checksum use type string 'sha' instead of 'sha1'.

11 years agoxml_parser: Add primary.xml parser.
Tomas Mlcoch [Thu, 30 May 2013 12:14:04 +0000 (14:14 +0200)]
xml_parser: Add primary.xml parser.

11 years agoxml_parser: Add other.xml parser.
Tomas Mlcoch [Thu, 30 May 2013 12:13:40 +0000 (14:13 +0200)]
xml_parser: Add other.xml parser.

11 years agoxml_parser_internal: Add cr_xml_parser_strtoll.
Tomas Mlcoch [Thu, 30 May 2013 12:12:50 +0000 (14:12 +0200)]
xml_parser_internal: Add cr_xml_parser_strtoll.

11 years agoxml_parser_filelists: refactoring.
Tomas Mlcoch [Thu, 30 May 2013 12:12:05 +0000 (14:12 +0200)]
xml_parser_filelists: refactoring.

11 years agomisc: Add cr_safe_string_chunk_insert_const.
Tomas Mlcoch [Thu, 30 May 2013 08:49:20 +0000 (10:49 +0200)]
misc: Add cr_safe_string_chunk_insert_const.

11 years agoxml_parser: Report warnings via callback.
Tomas Mlcoch [Thu, 30 May 2013 07:45:46 +0000 (09:45 +0200)]
xml_parser: Report warnings via callback.

11 years agocreaterepo_c: Add temporary blocking of SIGINT to prevent race condition.
Tomas Mlcoch [Wed, 29 May 2013 13:15:14 +0000 (15:15 +0200)]
createrepo_c: Add temporary blocking of SIGINT to prevent race condition.

11 years agocompression_wrapper: More nice error messages.
Tomas Mlcoch [Wed, 29 May 2013 12:08:06 +0000 (14:08 +0200)]
compression_wrapper: More nice error messages.

11 years agocompression_wrapper: Better error messages for XZ errors and more tests.
Tomas Mlcoch [Wed, 29 May 2013 11:42:54 +0000 (13:42 +0200)]
compression_wrapper: Better error messages for XZ errors and more tests.

11 years agocompression_wrapper: refactoring.
Tomas Mlcoch [Mon, 27 May 2013 22:00:37 +0000 (00:00 +0200)]
compression_wrapper: refactoring.

11 years agotests: More tests for compression wrapper.
Tomas Mlcoch [Mon, 27 May 2013 15:02:05 +0000 (17:02 +0200)]
tests: More tests for compression wrapper.

11 years agoxml_parser: Add generic parser.
Tomas Mlcoch [Mon, 27 May 2013 14:49:46 +0000 (16:49 +0200)]
xml_parser: Add generic parser.

11 years agoFix testing to regular file.
Tomas Mlcoch [Mon, 27 May 2013 14:48:54 +0000 (16:48 +0200)]
Fix testing to regular file.

11 years agocompression_wrapper: Add GError based error reporting support.
Tomas Mlcoch [Mon, 27 May 2013 13:05:06 +0000 (15:05 +0200)]
compression_wrapper: Add GError based error reporting support.

11 years agomergerepo_c: Use cr_XmlFile.
Tomas Mlcoch [Mon, 27 May 2013 13:04:15 +0000 (15:04 +0200)]
mergerepo_c: Use cr_XmlFile.

11 years agoxml_parser: Prevent memory leak during parse error.
Tomas Mlcoch [Sun, 26 May 2013 17:26:46 +0000 (19:26 +0200)]
xml_parser: Prevent memory leak during parse error.

11 years agorefactoring
Tomas Mlcoch [Sun, 26 May 2013 12:29:57 +0000 (14:29 +0200)]
refactoring

11 years agoxml_parser: More tests for xml_parser_filelists.
Tomas Mlcoch [Sun, 26 May 2013 12:22:20 +0000 (14:22 +0200)]
xml_parser: More tests for xml_parser_filelists.

11 years agoerror: Add rc codes for bad primary and other xmls.
Tomas Mlcoch [Sun, 26 May 2013 10:57:49 +0000 (12:57 +0200)]
error: Add rc codes for bad primary and other xmls.

11 years agotests: Add new xml files for testing of xml parsing.
Tomas Mlcoch [Sun, 26 May 2013 09:53:28 +0000 (11:53 +0200)]
tests: Add new xml files for testing of xml parsing.

11 years agoxml_parser: Draft of new xml parsing module
Tomas Mlcoch [Sat, 25 May 2013 22:01:08 +0000 (00:01 +0200)]
xml_parser: Draft of new xml parsing module

11 years agoload_metadata: Removed unused variables.
Tomas Mlcoch [Sat, 25 May 2013 22:00:01 +0000 (00:00 +0200)]
load_metadata: Removed unused variables.

11 years agotests: Add path to repodata files into fixtures.
Tomas Mlcoch [Sat, 25 May 2013 21:58:56 +0000 (23:58 +0200)]
tests: Add path to repodata files into fixtures.

11 years agoerror: Add cr_strerror function and error codes + domains for new xml parsers.
Tomas Mlcoch [Sat, 25 May 2013 21:58:25 +0000 (23:58 +0200)]
error: Add cr_strerror function and error codes + domains for new xml parsers.

11 years agorefactoring: Add some asserts.
Tomas Mlcoch [Sat, 25 May 2013 08:37:35 +0000 (10:37 +0200)]
refactoring: Add some asserts.

11 years agorefactoring: Removed old and unused SWIG files.
Tomas Mlcoch [Fri, 24 May 2013 21:06:07 +0000 (23:06 +0200)]
refactoring: Removed old and unused SWIG files.

11 years agoerror: Add comments.
Tomas Mlcoch [Tue, 21 May 2013 20:57:39 +0000 (22:57 +0200)]
error: Add comments.

11 years agotests: fix interpreter path in run_gtester.sh.
Tomas Mlcoch [Fri, 17 May 2013 20:49:15 +0000 (22:49 +0200)]
tests: fix interpreter path in run_gtester.sh.