libsolv/ext
AntoinePrv b69d0a1cd4 add missing headers 2025-04-14 15:11:35 +02:00
..
CMakeLists.txt Implement apkv3 support 2025-01-15 11:46:24 +01:00
libsolvext.ver Add a package/repo parser for apk 2024-11-28 13:52:43 +01:00
pool_fileconflicts.c Don't set values that are never read 2018-12-11 13:33:52 +01:00
pool_fileconflicts.h support checking for directory aliases when searching for file conflicts 2013-04-12 16:46:08 +02:00
pool_parserpmrichdep.c parseRichDep: merge duplicated code into a skipnonwhite() inline function 2019-07-16 13:20:12 +02:00
pool_parserpmrichdep.h add parser for rpm rich deps 2015-01-14 13:07:58 +01:00
repo_apk.c apk: tweak apk_add_hdrid a bit 2025-03-20 15:11:19 +01:00
repo_apk.h Rename APK_ADD_INDEX to APK_ADD_INSTALLED_DB while we can 2025-01-15 11:53:17 +01:00
repo_apkv3.c repo_apkv3: be more correct in add_add_idb_pkg 2025-03-20 11:04:23 +01:00
repo_apkv3.h Implement apkv3 support 2025-01-15 11:46:24 +01:00
repo_appdata.c Change calloc/realloc calls to solv_calloc/solv_realloc 2021-03-31 13:48:42 +02:00
repo_appdata.h Rework appdata handling 2015-11-18 15:26:41 +01:00
repo_arch.c Move tar handling from repo_arch into its own file 2024-11-28 13:08:39 +01:00
repo_arch.h Fix repo_add_arch_repo return type 2024-12-17 12:15:54 +01:00
repo_autopattern.c Get rid of a couple of time_t uses 2024-02-06 14:09:15 +01:00
repo_autopattern.h support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solv 2014-01-28 13:44:56 +01:00
repo_comps.c Add support for environments in comps xml 2021-08-05 08:29:09 +02:00
repo_comps.h - start support for Fedora comps format 2012-02-02 16:30:41 +01:00
repo_conda.c repo_conda: overwrite the package subdir with the info subdir if there is a conflict 2023-07-21 13:53:46 +02:00
repo_conda.h fix: header extern C and guard 2023-02-15 12:08:49 +01:00
repo_content.c Get rid of the xmlparser's error callback 2018-11-22 12:53:20 +01:00
repo_content.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_cudf.c Get rid of the xmlparser's error callback 2018-11-22 12:53:20 +01:00
repo_cudf.h - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests 2012-06-22 11:53:38 +02:00
repo_deb.c Support Debian's Multi-Arch indicator 2022-03-21 09:48:55 +01:00
repo_deb.h Support userinstalled flags in pool_deb_get_autoinstalled 2015-02-25 12:01:22 +01:00
repo_deltainfoxml.c Get rid of the xmlparser's error callback 2018-11-22 12:53:20 +01:00
repo_deltainfoxml.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_haiku.cpp repo_haiku: /boot/common no longer exists 2013-10-04 14:32:32 +02:00
repo_haiku.h Add Haiku repository support to libsolvext 2013-04-16 11:09:49 +02:00
repo_helix.c Change calloc/realloc calls to solv_calloc/solv_realloc 2021-03-31 13:48:42 +02:00
repo_helix.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_mdk.c Get rid of the xmlparser's error callback 2018-11-22 12:53:20 +01:00
repo_mdk.h - add repo_mdk_add_info() function to parse the M&M info.xml file 2012-03-23 14:36:24 +01:00
repo_products.c Get rid of a couple of time_t uses 2024-02-06 14:09:15 +01:00
repo_products.h implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to various functions. 2012-10-23 12:37:25 +02:00
repo_pubkey.c Check subpackage length when parsing pubkeys 2022-09-15 15:20:52 +02:00
repo_pubkey.h Start v5 pubkey support 2022-03-03 15:28:01 +01:00
repo_releasefile_products.c some other perror->pool_error changes 2013-04-15 14:55:48 +02:00
repo_releasefile_products.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_repomdxml.c Fix: Dereference of null pointer 2018-12-11 13:25:29 +01:00
repo_repomdxml.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_rpmdb.c Use the truncated sha256 sigtag if there is no header+payload md5 2025-04-10 15:40:59 +02:00
repo_rpmdb.h Add rpm_query_idarray query function 2024-09-16 15:43:45 +02:00
repo_rpmdb_bdb.h Make use of the %_dbpath macro if it is set 2020-11-18 13:09:36 +01:00
repo_rpmdb_librpm.h Add _db_backend workaround for rpm-4.16.0 2020-12-10 16:37:26 +01:00
repo_rpmmd.c Fix a couple small static analysis findings for uninitialized structs 2024-03-26 12:13:55 -04:00
repo_rpmmd.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_susetags.c Fix a couple small static analysis findings for uninitialized structs 2024-03-26 12:13:55 -04:00
repo_susetags.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repo_testcase.c Support orderwithrequires dependencies in testcases 2024-09-16 15:35:17 +02:00
repo_updateinfoxml.c Get rid of a couple of time_t uses 2024-02-06 14:09:15 +01:00
repo_updateinfoxml.h Add support for blacklisted packages 2019-11-08 14:34:18 +01:00
repo_zyppdb.c Get rid of the xmlparser's error callback 2018-11-22 12:53:20 +01:00
repo_zyppdb.h - add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count 2011-05-25 15:28:34 +02:00
repodata_diskusage.c Refactor disk usage generation code 2017-02-22 14:20:35 +01:00
repodata_diskusage.h Refactor disk usage generation code 2017-02-22 14:20:35 +01:00
solv_ed25519.h Improve speed of ed25519 code 2020-05-25 15:00:52 +02:00
solv_jsonparser.c Add jsonparser_collect() that can be used to collect the json that is skipped 2022-07-05 13:03:23 +02:00
solv_jsonparser.h Add jsonparser_collect() that can be used to collect the json that is skipped 2022-07-05 13:03:23 +02:00
solv_pgpvrfy.c Fix SHA-224 oid in solv_pgpvrfy 2024-05-16 15:42:10 +02:00
solv_pgpvrfy.h constify solv_pgpvrfy 2013-08-23 16:43:07 +02:00
solv_xfopen.c Add a package/repo parser for apk 2024-11-28 13:52:43 +01:00
solv_xfopen.h add missing headers 2025-04-14 15:11:35 +02:00
solv_xmlparser.c Fix misparsing of '&' in attributes with libxml2 2021-09-20 15:10:38 +02:00
solv_xmlparser.h Fix misparsing of '&' in attributes with libxml2 2021-09-20 15:10:38 +02:00
solv_zchunk.c Fix solv_zchunk decoding error if large chunks are used 2019-12-19 16:31:09 +01:00
solv_zchunk.h zchunk: support extracting of streams other than "1" 2018-07-18 13:36:11 +02:00
tarhead.c Move tar handling from repo_arch into its own file 2024-11-28 13:08:39 +01:00
tarhead.h Move tar handling from repo_arch into its own file 2024-11-28 13:08:39 +01:00
testcase.c Add support for DISTTYPE_APK to the libsolv core 2024-11-28 13:33:08 +01:00
testcase.h Add functions to make proof reporting easier 2022-09-09 14:10:16 +02:00
tools_util.h - add join_dup helper, cleanup code 2012-02-07 12:17:42 +01:00