summaryrefslogtreecommitdiff
path: root/src/pool.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-02fix delta location suffixMichael Schroeder1-1/+1
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-0/+13
2012-10-31fix .src matching .src and .nosrc packagesMichael Schroeder1-3/+8
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-0/+34
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-1/+43
2012-04-11- clean up system type definition, use -DSUSE=1 when building for suseMichael Schroeder1-1/+4
2012-04-04- make example solv program a tiny bit more secure (shouldn't use system() at...Michael Schroeder1-3/+3
2012-04-03- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCHMichael Schroeder1-7/+19
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-5/+5
2012-03-23- it helps to implement to get/set_flag code for POOL_FLAG_HAVEDISTEPOCH...Michael Schroeder1-0/+5
2012-03-22- turn on "havedistepoch" by default if rpm5 is usedMichael Schroeder1-0/+1
2012-03-21- more memory usage statisticsMichael Schroeder1-1/+4
2012-03-14- speed up pool_shrink_whatprovidesMichael Schroeder1-11/+7
2012-03-13- speed up pool_addrelproviders a bitMichael Schroeder1-3/+3
2012-03-02- add idqinst parameter to pool_addfileprovides_queue so that it can also ret...Michael Schroeder1-2/+10
2012-02-22- adapt to rpm changes regarding cornercases where the release is missingMichael Schroeder1-14/+31
2012-02-22- change allowselfconflicts to forbidselfconflicts now that rpm also allows t...Michael Schroeder1-7/+5
2012-02-20- make pool flags private, allow self conflicts for rpm, add pool_set/get_flagsMichael Schroeder1-1/+57
2012-02-20- make file list conversion twice as fast by adding a 1k dir cacheMichael Schroeder1-0/+1
2012-02-15fix a small memory leak: pool->id2color.Ales Kozumplik1-0/+1
2012-02-14- add pool_addvendorclass and solver_solutionelement_internalidMichael Schroeder1-12/+2
2012-02-06- clean up repo parsing codeMichael Schroeder1-1/+1
2012-02-01- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...Michael Schroeder1-12/+9
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