summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-25fix access to freed memory if we had to allocate a new schema when serializin...Michael Schroeder1-13/+13
2014-03-25adapt repo->end in repo_empty() functionMichael Schroeder1-0/+2
2014-03-25improve solver_addrule a bitMichael Schroeder1-38/+30
2014-03-25cplxdeps: special case SYSTEMSOLVABLEMichael Schroeder1-0/+2
2014-03-25Don't put -SYSTEMSOLVABLE into conflictsMichael Schroeder1-1/+4
2014-03-24deal correctly with rules that contain the system solvableMichael Schroeder1-1/+1
2014-03-24bring "removing unwanted" code in line with the other partsMichael Schroeder1-0/+6
2014-03-24ignore negative assertions in choice rule generationMichael Schroeder1-1/+1
2014-03-24small optimization for solver_addupdateruleMichael Schroeder1-37/+45
2014-03-10implement complex deps handling in cleandeps/unneeded calculationMichael Schroeder1-37/+186
2014-03-07add #if 0 to some debug printf callsMichael Schroeder1-0/+6
2014-03-07also support complex deps when doing recommends/suggests filteringMichael Schroeder3-82/+199
2014-03-05add support for complex dependenciesMichael Schroeder5-2/+679
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