fix a small memory leak: pool->id2color.
[platform/upstream/libsolv.git] / src /
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-09 Michael Schroeder- improve "erase specific solvable" magic so that it...
2012-02-06 Michael Schroeder- clean up repo parsing code
2012-02-02 Michael Schroeder- start support for Fedora comps format
2012-02-02 Michael Schroeder- add comments, add BUGS
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
2012-01-17 Michael Schroeder- install dataiterator.h
2012-01-17 Michael Schroeder- add some comments, also check if we really disabled...
2012-01-17 Michael Schroeder- export new solvable_ functions
2012-01-17 Michael Schroeder- add include guard for chksum.h
2012-01-17 Michael Schroeder- clean up dataiterator.h a bit
2012-01-17 Michael Schroeder- move dataiterator declarations into a separate file
2012-01-17 Michael Schroeder- add solvable_ setter functions, add solvable_lookup_t...
2012-01-16 Michael Schroeder- add missing repo_lookup_deparray/repo_add_deparray...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-13 Michael Schroeder- remove legace vars now that they are no longer visible
2012-01-11 Michael Schroeder- set pool_id2color, fix comments
2012-01-10 Michael Schroeder- change splitprovides so that they only work on packag...
2012-01-10 Michael Schroeder- revert last commit now libzypp is fixed, make nkeys...
2012-01-09 Michael Schroeder- make noobsmap public again for now, to be reverted
2012-01-09 Michael Schroeder- add solver_get_orphaned and solver_get_recommendation...
2012-01-09 Michael Schroeder- hide solver internals
2012-01-03 Michael Schroeder- clean up findrecommendedsuggested
2011-12-23 Michael Schroeder- fix pool_freeallrepos
2011-12-23 Michael Schroeder- add repo_id2repodata, fix loop start in maybe_load_re...
2011-12-22 Michael Schroeder- make repodata also start with id 1
2011-12-22 Michael Schroeder- make sure pool->repos[0] is zero
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-12-21 Michael Schroeder- improve filemarker handling
2011-12-21 Michael Schroeder- clear lastmarkerpos when recreating the hash
2011-12-20 Michael Schroederupdate markerpos if element needed to be moved
2011-12-20 Michael Schroederfix memmove calls in repo_addid_dep, move hash version...
2011-12-19 Michael Schroeder- speed up repo_addid_dep() in case of excessive depend...
2011-12-05 Michael Schroeder- fix obsolete handling in case of cycles, also bring...
2011-12-01 Michael Schroeder- support severity/rights/updated in updateinfo.xml
2011-10-18 Michael AndresAdd arch arvm7tnhl and armv7thl
2011-07-26 Michael Schroeder- fix segfault in "fallback" solution creation code...
2011-07-18 Michael Schroeder- remove unused "suppstart" variable
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-06-10 Michael Schroeder- fix di->repoid to be consistent with repo->repoid
2011-06-06 Michael Schroeder[backend] more introspection: solver_ruleliterals,...
2011-06-06 Michael Schroeder- add decision introspection (untested)
2011-06-03 Michael Schroeder- remove obsolete interface, add decisioncnt_{weak...
2011-05-27 Michael Schroeder- fix specfile
2011-05-27 Michael Schroeder- name BLOB defines to REPOPAGE
2011-05-27 Michael Schroeder- export repo_sidedata_create and repopagestore_compres...
2011-05-26 Michael Schroeder- remove a couple of internal functions from the export...
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- minor text fixes and tweaks
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-05-19 Michael Schroeder- make peace with gcc46
2011-05-16 Duncan Mac-Vicar Pdecide which qsort_r to use based on what it is available
2011-05-02 Michael Schroeder- fix comments
2011-05-02 Michael Schroeder- allow setting of name/arch/evr/vendor with repo_set_...
2011-05-02 Michael Schroeder- oops, need string.h for memset
2011-05-02 Michael Schroeder- clean up function names for shared library
2011-04-29 Michael Schroeder- add forward declaration of data_skip_key, remove...
2011-04-28 Michael Schroeder- delete bogus data_skip_key declaration
2011-04-21 Michael Schroeder- made data_read_idarray, data_read_rel_idarray, data_s...
2011-04-18 Michael Schroeder- remove stray semicolon. duh
2011-04-15 Michael Schroederanalyze_unsolvable: save memory be only using the rseen...
2011-04-14 Michael Schroeder- add some comments, prepare to make proof recording...
2011-04-12 Michael Schroeder- make analyze_unsolvable faster in extreme cases by...
2011-04-04 Michael Schroeder- fix constantid handling for localpool case: we must...
2011-03-28 Michael Schroeder- add some explanation of how the dirpool works
2011-03-28 Michael Schroeder- save tmpspace when calling the repodata load callback
2011-03-28 Michael Schroeder- use correct defaults for rpm5, put tmpspace in extra...
2011-03-24 Michael Schroeder- simplify schema2id hash handling, put repodata_free_s...
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-03-23 Michael Schroeder- add pool_setarchpolicy() method
2011-03-23 Michael Schroeder- delete fixed vendor classes, add pool_setvendorclasse...
2011-03-23 Michael Schroeder- fix illegal_xxxchange argument order
2011-03-23 Michael Schroederadd sat_chksum_isfinished() check
2011-03-16 Michael Schroeder- added solver_solutionelement2str and policy_illegal2s...
2011-03-07 Michael Schroeder- add pool_job2str() and solver_problemruleinfo2str...
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2011-03-02 Michael Schroeder- add sat_chksum_type2str() and sat_chksum_str2type...
2011-03-02 Michael Schroeder- ignore to be dropped orhaned packages when calculatin...
2011-03-01 Michael Schroeder- add repodata_empty() function
2011-03-01 Michael Schroeder- add sat_chksum_create_from_bin() and sat_chksum_get_t...
2011-02-28 Michael Schroeder- make repo_empty() not reset pool->installed, no not...
2011-02-23 Michael Schroeder- delete type checks. instead, just call the repodata...
2011-02-23 Michael Schroeder- make repodata_add_array overwrite old entries with...
2011-02-23 Michael Schroeder- repo_solv: add some type/storage checks
2011-02-21 Michael Schroeder- add repodata_lookup_type() and repodata_delete()...
2011-02-21 Michael Schroeder- add SUSETAGS_RECORD_SHARES feature to correctly handl...
2011-02-15 Michael Schroeder- rename to USE_OWN_QSORT, add bsd qsort_r helper
2011-02-14 Michael Schroeder- update to freebsd qsort to get rid of advertising...
2011-02-03 Klaus KämpfProvide qsort_r in case (e.g. for RHEL 4)
2011-01-25 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
next