- start transaction ordering
[platform/upstream/libsolv.git] / src /
2009-05-13 Michael Schroeder- start transaction ordering
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2009-05-12 Michael Schroeder- add sat_sort() function
2009-05-07 Michael Schroeder- kill old dataiterator_match_obsolete function
2009-04-27 Michael Schroeder- fix distupgrade infarch check
2009-04-16 Michael Schroeder- fix typo
2009-04-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-04-16 Michael Schroeder- create transaction as solver result
2009-04-01 Michael Schroeder- lazy solution creation, may speed up UI a lot
2009-03-31 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-31 Michael Schroeder 1 - fix potential NULL deref in srcrpm handling
2009-03-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-03-13 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-13 Michael Schroeder- rewrite policy rule disabling/re-enabling (fixes...
2009-03-05 Michael Schroeder- fix repodata_merge_attrs() function
2009-03-04 Michael Schroeder- fix problem_to_solutions segfault
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-29 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-01-29 Michael Schroeder- stay in weakmap boundaries
2009-01-26 Michael Schroeder- add pool_whatprovides_ptr() helper
2009-01-22 Michael Schroeder- improve infarch/dup rule problem handling
2009-01-22 Michael Schroeder- fix buddy dependency creation
2009-01-20 Michael Schroeder- do installed solvable handling in two passes, updates...
2009-01-19 Michael Schroeder- add inferior arch handling
2009-01-12 Michael Schroeder- add solver_findallproblemrules function
2008-12-18 Michael Schroeder- handle patch conflicts different also in trivial_inst...
2008-12-17 Michael Schroeder- treat undecided packages as erase like libzypp does
2008-12-17 Michael Schroeder- fix second part of bnc#456756
2008-12-16 Michael Schroeder- oops, good thing the vendorcheck isn't used in real...
2008-12-16 Michael Schroeder- filter packages from recommended package list that are
2008-12-08 Michael Schroeder- also provide a reason for free decisions so that...
2008-12-05 Michael Schroeder- fix disabling of weak job rules [bnc#450844]
2008-12-05 Klaus Kaempfextend comment
2008-12-05 Michael Schroeder- initialize decisioncount before installing supplement...
2008-12-04 Michael Schroeder- real fix for #450226
2008-12-01 Michael Schroeder- prefer patterns again [bnc#450226]
2008-11-28 Michael Schroeder- fix problem sorting
2008-11-24 Michael Schroeder- remove no longer needed pattern check, log minimizati...
2008-11-24 Michael Schroeder- support <prerequires> in helix format
2008-11-21 Duncan Mac-Vicar Pgo away repokey
2008-11-20 Michael Schroeder- get rid of unused pool argument in solvable_identical
2008-11-20 Duncan Mac-Vicar Padding the API for product information, ma will make...
2008-11-18 Duncan Mac-Vicar P- adapt the attributes to support the new rpmmd spec...
2008-11-17 Michael Schroeder- change findproblemrule heuristics so that it looks...
2008-11-17 Michael Schroeder- fix repo prio pruning in the case when first solvable...
2008-11-17 Michael Schroeder- fix old FIXME by not pruning installed packages
2008-11-14 Michael Schroeder- delete a couple of solved points
2008-11-14 Michael Schroeder- fix mem leak
2008-11-13 Michael Schroeder- fix multi-version corner cases
2008-11-12 Klaus Kaempfmatch comment and function name
2008-11-07 Michael Schroeder- check in the header file as well
2008-11-07 Michael Schroeder- fix multiversion handling in updatesystem case
2008-11-07 Michael Schroeder- fix solvid setting
2008-11-07 Michael AndresQuick workaround failing dataiterator_init(SOLVID_POS...
2008-11-07 Michael Schroeder- do not always jump to first repo
2008-11-05 Michael Schroeder- fix probsolved logic
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- also print stats for repo_helix
2008-11-04 Michael Schroeder- add support for SOLVER_ESSENTIAL flag, marks a job...
2008-11-04 Michael Schroeder- log more statistics
2008-10-31 Michael Schroeder- fix entry tests
2008-10-30 Michael Schroeder- add repodata_set_location() function
2008-10-30 Michael Schroeder- also disable update rules for "keep installed" jobs.
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-29 Michael Andres- Add "sh4" architectures.
2008-10-28 Michael Andres- Add "arm" architectures.
2008-10-24 Michael AndresRemember the /etc/products.d enties filename in .solv...
2008-10-24 Michael Schroeder- don't match the first idarray element twice
2008-10-23 Michael Schroeder- read data in larger chunks
2008-10-22 Duncan Mac-Vicar Padd support for new tags
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-21 Michael Schroeder- maybe better this way
2008-10-21 Michael Schroeder- make repo_add_solv fast again
2008-10-21 Michael Schroeder- move some debug output to a different debug level
2008-10-21 Michael Schroeder- oopsie, I should at least test build...
2008-10-21 Michael Schroeder- make dataiterator safer
2008-10-21 Michael Schroeder- we're a library, no output to stdout/stderr
2008-10-21 Klaus Kaempfensure Pool and Repo are consistent
2008-10-21 Klaus Kaempfdocument Dataiterator and esp. dataiterator_init
2008-10-20 Michael Schroeder- revert strange change from Klaus
2008-10-20 Klaus Kaempftake pool from repo if pool is passed as NULL to datait...
2008-10-20 Michael Schroeder- more cleanups:
2008-10-15 Michael Schroeder- make iterator work withj completely empty repos
2008-10-15 Michael Schroeder- implement SEARCH_ALL_REPOS
2008-10-14 Michael Schroeder- fix segfault on 64bit
2008-10-13 Michael Andresinit matcher.pool
2008-10-13 Michael Schroeder- add dataiterator_setpos_parent
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-13 Michael Schroeder- add some parens to fix the segfault
2008-10-13 Michael Schroeder- also use matcher in repo_solv
2008-10-13 Michael Schroeder- clean up repopage stuff
2008-10-11 Michael Schroeder- initialize kv.eof in the fix/flexarray case
2008-10-09 Michael Schroeder- bring back dataiterator_match for now (to be removed...
2008-10-09 Michael Schroeder- is searching for REPOENTRY POS, select the right...
2008-10-09 Michael Schroeder- move search position into pool
2008-10-09 Michael Schroeder- kill SEARCH_EXTRA so we see where libzypp has to...
2008-10-09 Michael Schroeder- declare dataiterator_free
2008-10-09 Michael Schroeder- the big solv data change
2008-10-02 Michael Andres- Product arttributes: removed FLAVOR and REFERENCES...
next