summaryrefslogtreecommitdiff
path: root/src/solvable.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.0upstream/0.7.0DongHun Kwak1-4/+68
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak1-0/+3
2016-10-27Imported Upstream version 0.6.23upstream/0.6.23DongHun Kwak1-295/+2
2014-07-08tweak solver_identical so that applications ignore requiresMichael Schroeder1-3/+7
2014-06-23support -X option in rpmmd2solv, make add_autopattern available in bindingsMichael Schroeder1-9/+10
2014-06-13[hotfix] Relax solvable_identical check for producs [bnc#881493]Michael Andres1-1/+9
2014-01-28also translate autoproduct stringsMichael Schroeder1-3/+12
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder1-1/+1
2013-10-25terminate solvable2str() string when there is no archMichael Schroeder1-0/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-9/+9
2013-10-16make pattern translations also look at the linked packagesMichael Schroeder1-3/+10
2013-09-09rename selection_make_deps to selection_make_matchdeps, add marker supportMichael Schroeder1-2/+2
2013-09-04add pool_whatmatchesdep and selection_make_deps to query for packages interse...Michael Schroeder1-0/+17
2013-07-10refactor a bit, no functional changesMichael Schroeder1-3/+3
2013-06-11make license/group a poolstr array for archlinuxMichael Schroeder1-1/+25
2013-04-16make pool_solvable2str use -<arch> for haikuMichael Schroeder1-1/+1
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-9/+9
2013-03-20improve pool_solvable2str output if the evr or arch is emptyMichael Schroeder1-4/+10
2013-03-06cleanup code now that the vendorcheck callback is in the poolMichael Schroeder1-20/+27
2013-01-14trivial_installable: check vendor of affected package to see if a patch shoul...Michael Schroeder1-1/+79
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-2/+5
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-2/+2
2012-11-06rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv...Michael Schroeder1-0/+5
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-1/+7
2012-10-08use evrid2vrstr inline functionMichael Schroeder1-13/+2
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder1-1/+45
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-4/+14
2012-03-23- strip distepoch in pool_solvable2str()Michael Schroeder1-2/+18
2012-03-21- bring solvable_trivial_installable functions back in sync with pool_trivial...Michael Schroeder1-12/+43
2012-01-17- add solvable_ setter functions, add solvable_lookup_type/solvable_lookup_de...Michael Schroeder1-0/+75
2011-07-12- rename all sat_ to solv_Michael Schroeder1-3/+3
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-8/+8
2011-05-02- clean up function names for shared libraryMichael Schroeder1-1/+1
2011-03-23- add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ...Michael Schroeder1-19/+9
2011-03-03- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex...Michael Schroeder1-2/+2
2011-02-23- delete type checks. instead, just call the repodata function and use repoda...Michael Schroeder1-30/+5
2010-09-09- fix notfound return in solvable_lookup_num, fix typo in commentMichael Schroeder1-1/+1
2010-06-01- fix dependency comparison in no-buildtime caseMichael Schroeder1-2/+2
2010-03-11- fix language code lookup for fallback languages [bnc#584644]Michael Schroeder1-18/+10
2009-09-24fix bug in solvable_lookup_str_baseMichael Schroeder1-3/+3
2009-09-22- get missing translations from other solvablesMichael Schroeder1-3/+46
2009-08-25- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADEMichael Schroeder1-1/+2
2009-06-08- update transaction ordering codeMichael Schroeder1-0/+23
2009-03-17- replace old solver_problemruleinfo with new solver_ruleinfo functionMichael Schroeder1-0/+26
2009-01-26- add pool_whatprovides_ptr() helperMichael Schroeder1-2/+2
2008-11-20- get rid of unused pool argument in solvable_identicalMichael Schroeder1-1/+4
2008-10-30- add repodata_set_location() functionMichael Schroeder1-2/+13
2008-10-09- the big solv data changeMichael Schroeder1-168/+22
2008-09-17- Change provide iterator from ID pointer to ID. Before, iteratingMichael Schroeder1-4/+4
2008-09-10- bring side data handling into better shapeMichael Schroeder1-21/+19