summaryrefslogtreecommitdiff
path: root/src/pool.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-23- fix pool_freeallreposMichael Schroeder1-1/+2
2011-12-22- INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r...Michael Schroeder1-5/+8
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder1-3/+17
2011-07-12- rename all sat_ to solv_Michael Schroeder1-78/+78
2011-06-14- use FOR_REPODATAS macroMichael Schroeder1-1/+1
2011-05-25un-inline some functions, remove SAT_DEBUG_SCHUBIMichael Schroeder1-2/+17
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-15/+15
2011-03-28- use correct defaults for rpm5, put tmpspace in extra structMichael Schroeder1-16/+20
2011-03-23- delete fixed vendor classes, add pool_setvendorclasses() methodMichael Schroeder1-0/+1
2011-03-03- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex...Michael Schroeder1-0/+82
2010-08-06- refactor code a bit, no functual changesMichael Schroeder1-95/+106
2010-08-03- fix mem leakMichael Schroeder1-0/+1
2010-06-01- work around debian obsoletes handling for nowMichael Schroeder1-0/+6
2010-03-25- make obsoleteusescolors default to true on FEDORAMichael Schroeder1-46/+35
2010-01-26- speed up createwhatprovides when many solvables provide the same depMichael Schroeder1-15/+10
2009-10-02- add repodata_delete_uninternalizedMichael Schroeder1-19/+25
2009-09-22- get missing translations from other solvablesMichael Schroeder1-14/+7
2009-09-10- be more carful in pool_addfileprovidesMichael Schroeder1-1/+3
2009-09-03- fix multiversion handling for realMichael Schroeder1-4/+7
2009-07-29- speed up file list parsing a bitMichael Schroeder1-0/+5
2009-07-29- make addfileprovides fasterMichael Schroeder1-101/+110
2009-07-22- solv: fix segfault, add findfastestMichael Schroeder1-2/+4
2009-07-21- color support in fileconflict checkingMichael Schroeder1-10/+15
2009-07-17Take care fatal and error messages are written to stderr and not to stdout.Michael Andres1-1/+1
2009-07-14- add new flags for the load functions:Michael Schroeder1-8/+32
2009-07-13- globalize id in pool_lookup_id if neededMichael Schroeder1-1/+5
2009-07-09- support disabling of the "installed" repoMichael Schroeder1-2/+2
2009-06-24- add pool_tmpjoin and sat_dupjoin helpersMichael Schroeder1-0/+29
2009-06-22- revert debugcallback Pool constness, as the callback may want to doMichael Schroeder1-1/+1
2009-06-22Pass a const Pool to debugcallbackKlaus Kämpf1-1/+1
2009-06-20- add support for cutoff argument in file conflict checkerMichael Schroeder1-1/+2
2009-06-19- add support for REL_FILECONFLICTMichael Schroeder1-1/+55
2009-06-17- move some debug statements from STATS to SOLVERMichael Schroeder1-1/+1
2009-05-28- fix noprovide handling in findupdateMichael Schroeder1-0/+68
2009-05-26- split problem handling from solver.cMichael Schroeder1-1/+1
2009-05-25- move create_obsolete_index to policy.cMichael Schroeder1-0/+57
2009-05-12- define solvid2str() function, use sat_sort()Michael Schroeder1-6/+3
2009-03-17- replace old solver_problemruleinfo with new solver_ruleinfo functionMichael Schroeder1-1/+2
2009-03-02- frontport solver_trivial_installable() changeMichael Schroeder1-6/+31
2009-01-26- add pool_whatprovides_ptr() helperMichael Schroeder1-6/+6
2009-01-19- add inferior arch handlingMichael Schroeder1-1/+6
2008-12-18- handle patch conflicts different also in trivial_installableMichael Schroeder1-5/+11
2008-11-05- actually "unsigned long" is wrong, too. It should be "size_t" andMichael Schroeder1-1/+1
2008-11-05fix compile on 64bitKlaus Kaempf1-1/+1
2008-11-04- log more statisticsMichael Schroeder1-0/+1
2008-10-30- adapt to coding styleMichael Schroeder1-0/+3
2008-10-22- add pool_set_installed() function, remove no longer needed "installed"Michael Schroeder1-8/+22
2008-10-20- more cleanups:Michael Schroeder1-1/+7
2008-10-13- change entry back to better name solvidMichael Schroeder1-1/+1
2008-10-09- the big solv data changeMichael Schroeder1-11/+29