summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-08- also provide a reason for free decisions so that Klaus canMichael Schroeder1-37/+39
2008-12-05- fix disabling of weak job rules [bnc#450844]Michael Schroeder2-6/+27
2008-12-05extend commentKlaus Kaempf1-2/+3
2008-12-05- initialize decisioncount before installing supplemented packagesMichael Schroeder1-3/+2
2008-12-04- real fix for #450226Michael Schroeder1-9/+115
2008-12-01- prefer patterns again [bnc#450226]Michael Schroeder1-0/+8
2008-11-28- fix problem sortingMichael Schroeder1-2/+2
2008-11-24- remove no longer needed pattern check, log minimization stepsMichael Schroeder2-13/+4
2008-11-24- support <prerequires> in helix formatMichael Schroeder1-8/+11
2008-11-21go away repokeyDuncan Mac-Vicar P1-2/+0
2008-11-20- get rid of unused pool argument in solvable_identicalMichael Schroeder3-3/+6
2008-11-20adding the API for product information, ma will make it compile...Duncan Mac-Vicar P1-3/+3
2008-11-18- adapt the attributes to support the new rpmmd spec betterDuncan Mac-Vicar P1-2/+10
2008-11-17- change findproblemrule heuristics so that it looks at the archMichael Schroeder1-5/+9
2008-11-17- fix repo prio pruning in the case when first solvable is installedMichael Schroeder1-3/+8
2008-11-17- fix old FIXME by not pruning installed packagesMichael Schroeder4-82/+124
2008-11-14- delete a couple of solved pointsMichael Schroeder1-20/+0
2008-11-14- fix mem leakMichael Schroeder2-2/+11
2008-11-13- fix multi-version corner casesMichael Schroeder1-35/+46
2008-11-12match comment and function nameKlaus Kaempf1-1/+1
2008-11-07- check in the header file as wellMichael Schroeder1-0/+1
2008-11-07- fix multiversion handling in updatesystem caseMichael Schroeder1-1/+83
2008-11-07- fix solvid settingMichael Schroeder1-2/+4
2008-11-07Quick workaround failing dataiterator_init(SOLVID_POS) in dataiterator_jump_t...Michael Andres1-3/+3
2008-11-07- do not always jump to first repoMichael Schroeder1-1/+2
2008-11-05- fix probsolved logicMichael Schroeder1-3/+6
2008-11-05- actually "unsigned long" is wrong, too. It should be "size_t" andMichael Schroeder4-4/+4
2008-11-05fix compile on 64bitKlaus Kaempf4-4/+4
2008-11-04- also print stats for repo_helixMichael Schroeder1-0/+5
2008-11-04- add support for SOLVER_ESSENTIAL flag, marks a job that has to beMichael Schroeder3-6/+37
2008-11-04- log more statisticsMichael Schroeder3-0/+9
2008-10-31- fix entry testsMichael Schroeder1-6/+6
2008-10-30- add repodata_set_location() functionMichael Schroeder3-2/+94
2008-10-30- also disable update rules for "keep installed" jobs.Michael Schroeder1-2/+16
2008-10-30- adapt to coding styleMichael Schroeder11-174/+203
2008-10-29- Add "sh4" architectures.Michael Andres1-0/+3
2008-10-28- Add "arm" architectures.Michael Andres1-12/+19
2008-10-24Remember the /etc/products.d enties filename in .solv (bnc #432932)Michael Andres1-0/+1
2008-10-24- don't match the first idarray element twiceMichael Schroeder1-1/+2
2008-10-23- read data in larger chunksMichael Schroeder1-29/+56
2008-10-22add support for new tagsDuncan Mac-Vicar P1-0/+2
2008-10-22- add pool_set_installed() function, remove no longer needed "installed"Michael Schroeder9-33/+51
2008-10-21- maybe better this wayMichael Schroeder1-1/+1
2008-10-21- make repo_add_solv fast againMichael Schroeder1-9/+15
2008-10-21- move some debug output to a different debug levelMichael Schroeder1-6/+6
2008-10-21- oopsie, I should at least test build...Michael Schroeder1-1/+1
2008-10-21- make dataiterator saferMichael Schroeder1-1/+3
2008-10-21- we're a library, no output to stdout/stderrMichael Schroeder1-12/+1
2008-10-21ensure Pool and Repo are consistentKlaus Kaempf1-0/+17
2008-10-21document Dataiterator and esp. dataiterator_initKlaus Kaempf1-6/+26