- fix second part of bnc#456756
[platform/upstream/libsolv.git] / src /
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...
2008-10-01 Duncan Mac-Vicar Pcpename -> cpeid
2008-09-22 Duncan Mac-Vicar P- refactor the repository matching with products, not...
2008-09-22 Duncan Mac-Vicar P- add CPE (Common Platform Enumeration) attribute to...
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-09-12 Duncan Mac-Vicar Padd register attrs
2008-09-12 Duncan Mac-Vicar Pstore the string, not predefine types
2008-09-12 Duncan Mac-Vicar Pforgot register url
2008-09-12 Duncan Mac-Vicar Pmake url ids extensible and fix parsers.
2008-09-12 Duncan Mac-Vicar Pstart to parse missing urls (blocker :-( )
2008-09-12 Duncan Mac-Vicar P- add repo_add_poolstr_array
2008-09-11 Duncan Mac-Vicar Pupdate repository matching
2008-09-10 Duncan Mac-Vicar Padapt repo_content to create one product per base arch...
2008-09-10 Michael Schroeder- work around c++ compiler (see also yosefk.com/c+...
2008-09-10 Michael Andres- repo_products: Parse schemeversion, propagate product
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-09 Klaus Kaempfrevert last change
2008-09-09 Klaus Kaempf- rpmdb2solv changes:
2008-09-02 Michael Schroeder- disable requires check (for now?) to make testcases...
2008-09-02 Michael Schroeder- make it compile
2008-09-01 Michael Schroeder- implement otherproviders()
2008-09-01 Michael Schroeder- make patches do nevr matching
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-08-25 Michael Schroeder- make SOLVER_ERASE_SOLVABLE work
2008-08-25 Michael Schroeder- add stringpool_free()
2008-08-25 Michael Schroeder- also check obsoletes when disabling update rules
2008-08-22 Duncan Mac-Vicar P- comment function
2008-08-13 Michael MatzSupport searching in filelists via the dataiterator...
next