summaryrefslogtreecommitdiff
path: root/src/pool.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.3upstream/0.7.3DongHun Kwak1-0/+1
2019-09-10Imported Upstream version 0.7.0upstream/0.7.0DongHun Kwak1-7/+37
2019-09-10Imported Upstream version 0.6.36upstream/0.6.36DongHun Kwak1-1/+2
2018-12-04Imported Upstream version 0.6.35upstream/0.6.35DongHun Kwak1-1/+1
2018-11-30Imported Upstream version 0.6.31upstream/0.6.31DongHun Kwak1-9/+51
2018-11-30Imported Upstream version 0.6.29upstream/0.6.29DongHun Kwak1-8/+27
2018-11-30Imported Upstream version 0.6.27upstream/0.6.27DongHun Kwak1-0/+69
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak1-1/+9
2016-10-27Imported Upstream version 0.6.23upstream/0.6.23DongHun Kwak1-218/+0
2016-10-27Imported Upstream version 0.6.21upstream/0.6.21DongHun Kwak1-2/+45
2016-10-27Imported Upstream version 0.6.20upstream/0.6.20DongHun Kwak1-676/+39
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-8/+14
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak1-9/+114
2016-10-27Imported Upstream version 0.6.7upstream/0.6.7DongHun Kwak1-11/+22
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-10/+48
2014-04-14fix type introduced in commit #bbdec95bMichael Schroeder1-4/+2
2014-04-14add a single spaceMichael Schroeder1-1/+1
2014-04-14small optimization for pool_addfileprovidesMichael Schroeder1-38/+28
2014-02-18treat AND and COND more optimistic in pool_addrelprovidersMichael Schroeder1-11/+33
2014-01-20fix last commitMichael Schroeder1-0/+1
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder1-1/+1
2013-12-12refactor pool_calc_duchanges a bitMichael Schroeder1-21/+27
2013-12-10fix double-free if the number of languages is reduced to zeroMichael Schroeder1-6/+3
2013-10-18support debian multiarch annotationMichael Schroeder1-0/+11
2013-10-16remove trailing whitespaceMichael Schroeder1-16/+16
2013-10-04refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind f...Michael Schroeder1-1/+61
2013-09-09rename selection_make_deps to selection_make_matchdeps, add marker supportMichael Schroeder1-3/+11
2013-09-04add pool_whatmatchesdep and selection_make_deps to query for packages interse...Michael Schroeder1-0/+19
2013-06-13fix archpolicy handling of '>'Michael Schroeder1-0/+1
2013-06-04add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviourMichael Schroeder1-1/+6
2013-06-03add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl...Michael Schroeder1-11/+151
2013-05-27add pool_lookup_idarray for completenessMichael Schroeder1-0/+10
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder1-18/+6
2013-04-26bring libsolv in line with currrent rpm's multiversion handlingMichael Schroeder1-0/+6
2013-04-22add pool_setnamespacecallback() and pool_flush_namespaceproviders()Michael Schroeder1-0/+27
2013-04-16switch range->name and range->evr in REL_COMPAT deps so that stringification ...Michael Schroeder1-6/+6
2013-04-16add DISTTYPE_HAIKU, some small fixesMichael Schroeder1-10/+30
2013-04-16Add support for Haiku compat version comparisonIngo Weinhold1-0/+13
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-2/+2
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-6/+6
2013-03-06get rid of the ugly policy callbacks while we're breaking the ABI, add new po...Michael Schroeder1-0/+7
2013-02-04do not call pool_freewhatprovides in pool_add_fileconflicts_depsMichael Schroeder1-1/+37
2013-01-15do not ignore disabled/considered flags for src packagesMichael Schroeder1-0/+2
2013-01-11support "pooljobs", fixed jobs set in the poolMichael Schroeder1-0/+1
2013-01-03fix trivial installable requires handling [bnc#795267]Michael Schroeder1-1/+5
2012-12-17cosmetics: fix commentsMichael Schroeder1-7/+6
2012-12-13small optimization: make whatprovidesdata + 2 always contain the systemsolvableMichael Schroeder1-4/+9
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-5/+7
2012-11-02fix delta location suffixMichael Schroeder1-1/+1