master
Implement apkv3 support
Add a package/repo parser for apk
Guard against hash table mask overflows
support checking for directory aliases when searching for file conflicts
parseRichDep: merge duplicated code into a skipnonwhite() inline function
add parser for rpm rich deps
repo_apk: move entry size limit to the top of the file
Rename APK_ADD_INDEX to APK_ADD_INSTALLED_DB while we can
repo_apkv3: move arbitrary limits to the top of the file
Change calloc/realloc calls to solv_calloc/solv_realloc
Rework appdata handling
Fix repo_add_arch_repo return type
repo_autopattern: support creation of obsoletes for product packages
support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solv
Do not use isdefault for the groupid default
- start support for Fedora comps format
repo_conda: overwrite the package subdir with the info subdir if there is a conflict
fix: header extern C and guard
Get rid of the xmlparser's error callback
- add solver_private.h, make repo_ functions return an int, make solver_solv return the problem count
- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests
use SOLV_CHKSUM_MAXLEN in repo_deb.c
Support userinstalled flags in pool_deb_get_autoinstalled
repo_haiku: /boot/common no longer exists
Add Haiku repository support to libsolvext
- add repo_mdk_add_info() function to parse the M&M info.xml file
Get rid of a couple of time_t uses
implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to various functions.
Check subpackage length when parsing pubkeys
Start v5 pubkey support
some other perror->pool_error changes
repo parsers: use strtoull instead of atoi to parse the time
Use the truncated sha256 sigtag if there is no header+payload md5
Add rpm_query_idarray query function
Make use of the %_dbpath macro if it is set
Fix dbpath detection in repo_rpmdb_librpm
Also use allochashtable in repo_rpmmd.c
Add support for blacklisted packages
Refactor disk usage generation code
Improve speed of ed25519 code
Add jsonparser_collect() that can be used to collect the json that is skipped
Fix wrong variable being used in solv_pgpvrfy
constify solv_pgpvrfy
Fix const correctness warnings
fix compile on mingw-w64.
Fix const correctness with libxml2 >= 2.12.0
Use hash table for XML element name lookup in solv_xmlparser
Fix solv_zchunk decoding error if large chunks are used
zchunk: support extracting of streams other than "1"
tarhead: add a line size limit to catch broken entries
Move tar handling from repo_arch into its own file
Add a way to test the suse dep transformation code
Add functions to make proof reporting easier
- add join_dup helper, cleanup code