fix a small memory leak: pool->id2color.
[platform/upstream/libsolv.git] / src / pool.c
2012-02-15 Ales Kozumplikfix a small memory leak: pool->id2color.
2012-02-14 Michael Schroeder- add pool_addvendorclass and solver_solutionelement_in...
2012-02-06 Michael Schroeder- clean up repo parsing code
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2011-12-23 Michael Schroeder- fix pool_freeallrepos
2011-12-22 Michael Schroeder- INCOMPATIBLE CHANGE: index with repoid (thus pool...
2011-12-22 Michael Schroeder- add solv_strdup(), rename repo_freeallrepos() to...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-03-28 Michael Schroeder- use correct defaults for rpm5, put tmpspace in extra...
2011-03-23 Michael Schroeder- delete fixed vendor classes, add pool_setvendorclasse...
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-06 Michael Schroeder- refactor code a bit, no functual changes
2010-08-03 Michael Schroeder- fix mem leak
2010-06-01 Michael Schroeder- work around debian obsoletes handling for now
2010-03-25 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-03-25 Michael Schroeder- make obsoleteusescolors default to true on FEDORA
2010-02-15 Klaus Kämpffix conflict
2010-01-26 Michael Schroeder- speed up createwhatprovides when many solvables provi...
2009-10-02 Michael Schroeder- add repodata_delete_uninternalized
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-09-10 Michael Schroeder- be more carful in pool_addfileprovides
2009-09-07 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-09-03 Michael Schroeder- fix multiversion handling for real
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-29 Michael Schroeder- speed up file list parsing a bit
2009-07-29 Michael Schroeder- make addfileprovides faster
2009-07-22 Michael Schroeder- solv: fix segfault, add findfastest
2009-07-21 Michael Schroeder- color support in fileconflict checking
2009-07-17 Michael AndresTake care fatal and error messages are written to stder...
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-14 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-13 Michael Schroeder- globalize id in pool_lookup_id if needed
2009-07-09 Michael Schroeder- support disabling of the "installed" repo
2009-06-24 Michael Schroeder- add pool_tmpjoin and sat_dupjoin helpers
2009-06-22 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Michael Schroeder- revert debugcallback Pool constness, as the callback...
2009-06-22 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Klaus KämpfPass a const Pool to debugcallback
2009-06-20 Michael Schroeder- add support for cutoff argument in file conflict...
2009-06-20 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-19 Michael Schroeder- add support for REL_FILECONFLICT
2009-06-17 Michael Schroeder- move some debug statements from STATS to SOLVER
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-28 Michael Schroeder- fix noprovide handling in findupdate
2009-05-26 Michael Schroeder- split problem handling from solver.c
2009-05-25 Michael Schroeder- move create_obsolete_index to policy.c
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2009-03-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-26 Michael Schroeder- add pool_whatprovides_ptr() helper
2009-01-19 Michael Schroeder- add inferior arch handling
2008-12-18 Michael Schroeder- handle patch conflicts different also in trivial_inst...
2008-11-05 Michael Schroeder- actually "unsigned long" is wrong, too. It should...
2008-11-05 Klaus Kaempffix compile on 64bit
2008-11-04 Michael Schroeder- log more statistics
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-09 Michael Schroeder- the big solv data change
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-09-01 Michael Schroeder- implement otherproviders()
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-08-25 Michael Schroeder- add stringpool_free()
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-21 Michael Schroeder- allow <pkg>.src matching, could be used in zypper...
2008-05-14 Michael Schroeder- ignore obsoletes in trivial test for now
2008-05-09 Michael Schroeder- add pool_id2langid function
2008-05-06 Michael Schroeder- add pool_match_nevr() to match a single solvable...
2008-04-16 Michael Schroeder- provide yet another interface to check if packages...
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-08 Klaus Kaempfmore comments
2008-04-04 Michael Schroeder- fix bug
2008-04-04 Michael Schroeder- support REL_ARCH
2008-03-19 Michael Schroeder- beautify add_array code
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-18 Michael Schroeder- move known id definitions to one file, lets see if...
2008-03-17 Michael MatzInitialize all allocated array members for blocky array...
2008-03-14 Michael Schroeder- move change calculation into pool
2008-03-05 Michael Schroeder- add HEADEREND
2008-03-04 Michael Schroeder- add namespace:filesystem support to fix_legacy
2008-03-04 Michael Schroeder- clean up tmp space management
2008-03-03 Michael Schroeder- fix mem leaks
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-18 Michael Schroeder- bring duchange code to life
2008-02-16 Stephan Kulowsomehow the -Wall got lost in the debug build - fix
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-15 Michael Schroeder- add pool_search() function to search the pool
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-07 Klaus Kaempfintroduce Solvable.kind to remove the need for strcmp...
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2008-01-11 Michael Schroeder- fix support for splitprovides
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
next