Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.12upstream/0.6.12 | DongHun Kwak | 1 | -0/+2 | |
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -1/+1 | |
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2014-05-07 | opencode some values in pool_id2rel (thanks Thierry Vignaud) | Michael Schroeder | 1 | -7/+9 | |
2013-10-18 | support debian multiarch annotation | Michael Schroeder | 1 | -0/+2 | |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -3/+3 | |
2013-10-04 | refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind ↵ | Michael Schroeder | 1 | -0/+11 | |
filtering | |||||
2013-04-22 | small cleanup in id2str | Michael Schroeder | 1 | -4/+2 | |
2013-04-16 | add DISTTYPE_HAIKU, some small fixes | Michael Schroeder | 1 | -3/+12 | |
- ARCH_NOARCH -> ARCH_ANY - use - as prerelease separator - correct usage of solv_vercmp - stringify REL_COMPAT, use != instead of <> | |||||
2013-04-05 | cleanup hash code, it makes no sense to have an extra type for the mask | Michael Schroeder | 1 | -3/+1 | |
2012-04-03 | - get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH | Michael Schroeder | 1 | -11/+12 | |
2012-02-02 | - start support for Fedora comps format | Michael Schroeder | 1 | -0/+2 | |
2012-01-11 | - set pool_id2color, fix comments | Michael Schroeder | 1 | -10/+8 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -8/+8 | |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -3/+3 | |
2011-05-02 | - clean up function names for shared library | Michael Schroeder | 1 | -7/+7 | |
2009-07-23 | - beautify | Michael Schroeder | 1 | -2/+1 | |
2009-06-30 | - add repo_deb to CMakeLists.txt | Michael Schroeder | 1 | -0/+8 | |
2009-06-22 | Make Pool* const where appropriate | Klaus Kämpf | 1 | -5/+5 | |
2009-06-19 | - add support for REL_FILECONFLICT | Michael Schroeder | 1 | -0/+7 | |
- add findfileconflicts.c demo app | |||||
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -2/+2 | |
- log solver execution time - replace some fprintf calls with sat_debug | |||||
2008-05-27 | - change and/or/with to more symbolic versions ('|' is already used in | Michael Schroeder | 1 | -9/+24 | |
debian) - add parens when needed | |||||
2008-04-04 | - support REL_ARCH | Michael Schroeder | 1 | -0/+2 | |
2008-03-14 | - add repodata_dir2str function | Michael Schroeder | 1 | -1/+1 | |
2008-03-11 | - Fix off by one (*blush*) | Michael Schroeder | 1 | -1/+1 | |
2008-03-04 | - clean up tmp space management | Michael Schroeder | 1 | -54/+37 | |
- return location in tmp space - move solvable2str into solvable.c | |||||
2008-03-03 | - use correct variable (hopefully fixes #366548) | Michael Schroeder | 1 | -1/+1 | |
2008-02-21 | - do not grow whatprovides if it is not allocated | Stefan Schubert | 1 | -2/+2 | |
2008-02-15 | - really support DIRSTRARRAY type | Michael Schroeder | 1 | -1/+1 | |
- make pool_addfileprovides do something useful | |||||
2008-01-29 | - add key filtering to repo_write | Michael Schroeder | 1 | -3/+16 | |
- change repo_write so that it combines all available data - integrate attr_store into repodata - write storage parameter with every key, bump solv revision to 5 - don't create system rules for atoms - change repo_susetags to use repodata interface | |||||
2008-01-09 | - rename xmalloc/... functions to sat_malloc, as we're a | Michael Schroeder | 1 | -10/+10 | |
library and mustn't conflict with other libraries | |||||
2007-12-04 | - switch to new solv format using schemata | Michael Schroeder | 1 | -14/+19 | |
please regenerate all solv files... - split whatprovides array into whatprovides and whatprovides_rel so that we can add new ids while keeping the whatprovides information - start to implement some search/lookup functions in repo.c needs quite a bit more love... | |||||
2007-11-28 | - fix false friend | Michael Schroeder | 1 | -1/+1 | |
- fix enum | |||||
2007-11-16 | Reduce C&P code by factoring out the uniquifying string pool. | Michael Matz | 1 | -84/+14 | |
2007-11-08 | - add a license | Michael Schroeder | 1 | -0/+7 | |
- don't branch for supplemented packages - fix off by one in minimize queue revert code | |||||
2007-10-29 | Use Offset instead of unsigned int. | Michael Schroeder | 1 | -2/+0 | |
2007-10-26 | - move dep2str buffer into pool so that the memory gets released | Michael Schroeder | 1 | -21/+17 | |
- directly install translation solvables - some minor code cleanups | |||||
2007-10-05 | - support for legacy rewriting | Michael Schroeder | 1 | -1/+91 | |
- support for and/or/with deps - support freshens | |||||
2007-10-02 | current state of 'sat-solver' | Klaus Kaempf | 1 | -0/+238 | |