summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use the Debian directory layout for Python modulesPeter Pentchev2023-01-06
* Make the Python module build with scikit-buildPeter Pentchev2023-01-06
* Fix typosDaniel Alley2021-06-01
* Fix: cr_compress_file_with_stat: Memory leakJaroslav Rohel2021-05-08
* Remove distutils which are deprecated in python3.10Aleš Matěj2021-04-21
* Replace 'blacklist' with 'excludelist'Daniel Mach2021-03-30
* Allow taking __repr__ (__str__) of closed xmlfile and sqlite (RhBug:1913465)Aleš Matěj2021-03-29
* Fix typosDaniel Alley2021-03-03
* find Python 3 and libs on CentOS 7 tooEvgeni Golov2021-03-01
* Fix segmentation fault when taking str() of closed fileDaniel Alley2021-02-22
* Use pkg-config for rpm libraries instead of custom codeLukáš Hrázký2021-02-15
* Remove custom CMake modules, use pkg-config insteadLukáš Hrázký2021-02-15
* Setting updated/issued_date to None doesn't produce garbage values (RhBug:192...Aleš Matěj2021-02-04
* Drop Python 2 supportDaniel Alley2021-02-01
* Never leave behind .repodata lock on exit (RhBug:1906831Aleš Matěj2021-01-06
* Fix type warning, used GSList stores char pointers as void pointersAleš Matěj2021-01-06
* Do not remove dst compression suffix based on src file for cr_compress*Aleš Matěj2021-01-06
* Revert back to old API of cr_compress_file_with_stat and cr_compress_fileAleš Matěj2021-01-06
* Fix Python deprication (PY_SSIZE_T_CLEAN)Aleš Matěj2020-11-09
* Fix memory leak of updatecollectionmoduleDaniel Alley2020-11-06
* Fix memory leak of cr_file->stat->hdr_checksumDaniel Alley2020-11-06
* Fix leaks triggered by locate_metadata testsDaniel Alley2020-11-05
* Fix memory leak in PyErr_ToGError()Daniel Alley2020-11-05
* Add a new function to replace PyObject_ToStrOrNull()Daniel Alley2020-11-05
* Parse xml snippet in smaller parts (RhBug:1859689)Aleš Matěj2020-07-25
* Fix segfault when trying to use malformed modular metadataAleš Matěj2020-07-25
* Add module metadata support to createrepo_c (RhBug:1795936)Aleš Matěj2020-07-06
* Fix up forgotten TODO which makes call more readableAleš Matěj2020-07-06
* Move compresion setup before handling additinal metadataAleš Matěj2020-07-06
* Simplify compression for additional metadataAleš Matěj2020-07-06
* Never do dir walk when --recycle-pkglist specifiedAleš Matěj2020-07-01
* Simplify case when attr is empty (prevents covscan warnings)Aleš Matěj2020-05-21
* Fix couple of memory leaks, some mistakenly dead code and error handlingAleš Matěj2020-05-21
* Add --arch-expand optionAleš Matěj2020-05-14
* Fix spelling errors.Bas Couwenberg2020-05-04
* Copy updateCollectionModule on assignment to prevent bogus data (RhBug:1821781)Aleš Matěj2020-04-16
* Provide default values for xml_parse_*_snippet argsDaniel Alley2020-03-12
* remove expat xml library in favor of libxml2Aleš Matěj2020-03-10
* Expose functions for parsing repodata from string to Python (RhBug:1804308)Aleš Matěj2020-03-10
* Allow parsing of xml repodata from string (RhBug: 1804308)Aleš Matěj2020-03-10
* Fix couple of issues reported by PVS-Studio AnalysisAleš Matěj2020-02-27
* Release memory allocated with g_malloc with g_freeAleš Matěj2020-02-27
* Remove indentical sub-expression around '||' operatorAleš Matěj2020-02-27
* Fixes warning of possible truncationAleš Matěj2020-02-27
* libxml uses xmlChar* which is unsigned char, convert using BAD_CASTAleš Matěj2020-02-27
* Convert PyTypeObject initializers to a more succinct and robust versionAleš Matěj2020-02-27
* Replace PyLong_AsSize_t with more supported alternativeAleš Matěj2020-02-27
* Added missing includes.Dmitry Mikhirev2020-02-14
* SIGPOLL is not defined on FreeBSDDmitry Mikhirev2020-02-14
* Support issued date in epoch format in Python API (RhBug:1779751)Aleš Matěj2020-02-14