summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-14Extend product link support to patterns/applicationsMichael Schroeder4-33/+355
2013-10-08add reorder_dq_for_jobrules() workaroundMichael Schroeder1-0/+45
2013-10-04refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind f...Michael Schroeder5-101/+240
2013-09-23do not add back cleandeps_updatepkgs packages [bnc#841781]Michael Schroeder1-0/+9
2013-09-23also save/restore pool pos in repodata load callbackMichael Schroeder1-2/+7
2013-09-23add problem2str() convenience function to APIMichael Schroeder3-0/+14
2013-09-20plug mem leak in selection_make_matchdepsMichael Schroeder1-0/+1
2013-09-13add solver_rule2rules: learnt rule introspectionMichael Schroeder3-0/+45
2013-09-13add solv_memdup and solv_memdup2 inline helper functionsMichael Schroeder5-22/+29
2013-09-09rename selection_make_deps to selection_make_matchdeps, add marker supportMichael Schroeder7-12/+24
2013-09-06make sure that the ttransaction_info contains only packages that have the tra...Michael Schroeder1-0/+4
2013-09-04add pool_whatmatchesdep and selection_make_deps to query for packages interse...Michael Schroeder7-25/+176
2013-09-04optimization: check key storage before doing the forwardMichael Schroeder1-4/+11
2013-09-04add solv_depmarker function to simplify the bindingsMichael Schroeder3-2/+25
2013-09-03oops, fix last commitMichael Schroeder1-1/+1
2013-09-03fix mem leak in last commitMichael Schroeder1-4/+4
2013-09-03SOLVER_TRANSACTION_RPM_ONLY: check if only pseudo packages obsolete usMichael Schroeder1-9/+40
2013-08-30make sure that the selection only contains installed packages if SELECTION_IN...Michael Schroeder1-1/+64
2013-08-26add solv_chksum_create_clone to clone a (unfinished) checksumMichael Schroeder3-0/+13
2013-08-23add forgotten repo/repodata_lookup_binaryMichael Schroeder5-6/+46
2013-08-21fix decisioncnt handlingMichael Schroeder2-25/+47
2013-08-21make solver_describe_decision always return a rule, add solver_rule2solvable()Michael Schroeder4-17/+15
2013-08-21fix indent in debug messageMichael Schroeder1-1/+1
2013-08-07Add mipsel architectureMikko Hurskainen1-0/+1
2013-07-30add back armv7hnl for the Fedora guysMichael Schroeder1-0/+1
2013-07-30add support for SHA-224 (not really used yet, though)Michael Schroeder2-135/+95
2013-07-25repo_rpmdb_pubkey: collect signatures into flexarray, support verificationMichael Schroeder1-0/+7
2013-07-22Fix linkingflags override by actually appendingTomáš Chvátal1-1/+1
2013-07-17support replchar parameter in (currently unused) solv_replacebadutf8Michael Schroeder2-8/+42
2013-07-10refactor a bit, no functional changesMichael Schroeder1-3/+3
2013-07-10fix another edge case will dup mode and multiversion packages [bnc#828389]Michael Schroeder1-52/+78
2013-07-08Extend pool arch table with extra armv5 stuffDirk Mueller1-3/+1