summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-05also look at the pkgname when searching for the application linkMichael Schroeder1-3/+16
2014-03-03fix basename optimization for STRINGENDMichael Schroeder1-1/+2
2014-02-21fix bug in solver_get_unneeded that could lead to an endless loopMichael Schroeder1-3/+3
2014-02-18change last commit to check for SOLVER_TRANSACTION_KEEP_PSEUDOMichael Schroeder1-2/+2
2014-02-18Always return IGNORE for pseudo packages in RPM_ONLY modeMichael Schroeder1-2/+4
2014-02-18fix pseudo packages obsoleting other pseudo packagesMichael Schroeder1-2/+2
2014-02-18treat AND and COND more optimistic in pool_addrelprovidersMichael Schroeder1-11/+33
2014-02-17optimize unfulfilled rule handling a bitMichael Schroeder1-9/+11
2014-02-13always keep job/jobflags in selection_filter()Michael Schroeder1-0/+3
2014-02-12refactor a bitMichael Schroeder2-69/+61
2014-02-04do not create update/feature rules for applications or patternsMichael Schroeder3-22/+66
2014-02-04fix typo in application backlink creationMichael Schroeder1-1/+1
2014-01-30support PRODUCT_ENDOFLIFE, store repoid as flexarray so we can add a lable laterMichael Schroeder1-0/+2
2014-01-28also translate autoproduct stringsMichael Schroeder3-3/+32
2014-01-27support PRODUCT_UPDATES_REPOID strarray for SLE-12 product handlingMichael Schroeder1-0/+2
2014-01-23fix typos in pool_job2strMichael Schroeder1-4/+4
2014-01-20fix last commitMichael Schroeder1-0/+1
2014-01-20Merge pull request #41 from dmacvicar/masterMichael Schroeder1-0/+6
2014-01-19knownid.h lacks include guardsDuncan Mac-Vicar P.1-0/+6
2014-01-08three other changes to make cppcheck happierMichael Schroeder2-3/+2
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder2-2/+2
2013-12-17change infarch rule generation so that it does not break installed lock-stepsMichael Schroeder1-7/+75
2013-12-17fix typo in solver_addbestrulesMichael 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-12-04implement lock-stepping for infarch packages in implicitobsoleteusescolors modeMichael Schroeder2-1/+22
2013-11-21support DELTA_LOCATION_BASE for completeness...Michael Schroeder1-0/+2
2013-11-18tweak findproblemrule heuristic for conflictsMichael Schroeder1-0/+33
2013-11-14Create a real type for a checksum handleMichael Schroeder2-61/+60
2013-11-12Add m68k architectureAndreas Schwab1-0/+1
2013-11-05Add ppc64le architectureDinar Valeev1-0/+1
2013-10-30make keyid of master key available in subkeysMichael Schroeder1-0/+2
2013-10-29plug weakrulemap memory map if the solver gets re-runMichael Schroeder1-0/+5
2013-10-25terminate solvable2str() string when there is no archMichael Schroeder1-0/+1
2013-10-24cleanup code a bit. remove unused choice calculation in order code.Michael Schroeder1-91/+30
2013-10-18support debian multiarch annotationMichael Schroeder3-1/+15
2013-10-17simplify packagelink code a bitMichael Schroeder2-32/+21
2013-10-17no longer ask the nscallback for pruduct buddiesMichael Schroeder1-16/+0
2013-10-16remove trailing whitespaceMichael Schroeder15-35/+35
2013-10-16remove trailing whitespaceMichael Schroeder20-246/+246
2013-10-16fix a bug in the application link codeMichael Schroeder1-8/+8
2013-10-16add is_noinst_pseudo_package(), use it for filtering installsMichael Schroeder1-2/+32
2013-10-16fix typo in find_pattern_linkMichael Schroeder1-1/+1
2013-10-16add some comments about what linked packages areMichael Schroeder1-0/+20
2013-10-16make pattern translations also look at the linked packagesMichael Schroeder3-3/+286
2013-10-16refactor most of the linked pkg code into a seperate source fileMichael Schroeder2-202/+11
2013-10-15get rid of unused variables if ENABLE_LINKED_PKGS is not setMichael Schroeder1-0/+2
2013-10-15Fix obsoletes handling in multiversion mode (hopefully for the last time)Michael Schroeder1-1/+1
2013-10-15make linked package support a condition build optionMichael Schroeder2-0/+19
2013-10-15mark PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION as obsoleteMichael Schroeder1-9/+9