Age | Commit message (Expand) | Author | Files | Lines |
2014-02-18 | treat AND and COND more optimistic in pool_addrelproviders | Michael Schroeder | 1 | -11/+33 |
2014-01-20 | fix last commit | Michael Schroeder | 1 | -0/+1 |
2014-01-08 | fix a couple of minor problems found with cppcheck | Michael Schroeder | 1 | -1/+1 |
2013-12-12 | refactor pool_calc_duchanges a bit | Michael Schroeder | 1 | -21/+27 |
2013-12-10 | fix double-free if the number of languages is reduced to zero | Michael Schroeder | 1 | -6/+3 |
2013-10-18 | support debian multiarch annotation | Michael Schroeder | 1 | -0/+11 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -16/+16 |
2013-10-04 | refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind f... | Michael Schroeder | 1 | -1/+61 |
2013-09-09 | rename selection_make_deps to selection_make_matchdeps, add marker support | Michael Schroeder | 1 | -3/+11 |
2013-09-04 | add pool_whatmatchesdep and selection_make_deps to query for packages interse... | Michael Schroeder | 1 | -0/+19 |
2013-06-13 | fix archpolicy handling of '>' | Michael Schroeder | 1 | -0/+1 |
2013-06-04 | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour | Michael Schroeder | 1 | -1/+6 |
2013-06-03 | add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl... | Michael Schroeder | 1 | -11/+151 |
2013-05-27 | add pool_lookup_idarray for completeness | Michael Schroeder | 1 | -0/+10 |
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 1 | -18/+6 |
2013-04-26 | bring libsolv in line with currrent rpm's multiversion handling | Michael Schroeder | 1 | -0/+6 |
2013-04-22 | add pool_setnamespacecallback() and pool_flush_namespaceproviders() | Michael Schroeder | 1 | -0/+27 |
2013-04-16 | switch range->name and range->evr in REL_COMPAT deps so that stringification ... | Michael Schroeder | 1 | -6/+6 |
2013-04-16 | add DISTTYPE_HAIKU, some small fixes | Michael Schroeder | 1 | -10/+30 |
2013-04-16 | Add support for Haiku compat version comparison | Ingo Weinhold | 1 | -0/+13 |
2013-04-08 | fix bugs in fileconflicts code and prepare for aliased dirs | Michael Schroeder | 1 | -2/+2 |
2013-03-22 | rename "NOOBSOLETES" to "MULTIVERSION" | Michael Schroeder | 1 | -6/+6 |
2013-03-06 | get rid of the ugly policy callbacks while we're breaking the ABI, add new po... | Michael Schroeder | 1 | -0/+7 |
2013-02-04 | do not call pool_freewhatprovides in pool_add_fileconflicts_deps | Michael Schroeder | 1 | -1/+37 |
2013-01-15 | do not ignore disabled/considered flags for src packages | Michael Schroeder | 1 | -0/+2 |
2013-01-11 | support "pooljobs", fixed jobs set in the pool | Michael Schroeder | 1 | -0/+1 |
2013-01-03 | fix trivial installable requires handling [bnc#795267] | Michael Schroeder | 1 | -1/+5 |
2012-12-17 | cosmetics: fix comments | Michael Schroeder | 1 | -7/+6 |
2012-12-13 | small optimization: make whatprovidesdata + 2 always contain the systemsolvable | Michael Schroeder | 1 | -4/+9 |
2012-11-23 | support medianr in lookup_deltalocation, change lookup_location to return med... | Michael Schroeder | 1 | -5/+7 |
2012-11-02 | fix delta location suffix | Michael Schroeder | 1 | -1/+1 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 1 | -0/+13 |
2012-10-31 | fix .src matching .src and .nosrc packages | Michael Schroeder | 1 | -3/+8 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 1 | -0/+34 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -1/+43 |
2012-04-11 | - clean up system type definition, use -DSUSE=1 when building for suse | Michael Schroeder | 1 | -1/+4 |
2012-04-04 | - make example solv program a tiny bit more secure (shouldn't use system() at... | Michael Schroeder | 1 | -3/+3 |
2012-04-03 | - get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH | Michael Schroeder | 1 | -7/+19 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -5/+5 |
2012-03-23 | - it helps to implement to get/set_flag code for POOL_FLAG_HAVEDISTEPOCH... | Michael Schroeder | 1 | -0/+5 |
2012-03-22 | - turn on "havedistepoch" by default if rpm5 is used | Michael Schroeder | 1 | -0/+1 |
2012-03-21 | - more memory usage statistics | Michael Schroeder | 1 | -1/+4 |
2012-03-14 | - speed up pool_shrink_whatprovides | Michael Schroeder | 1 | -11/+7 |
2012-03-13 | - speed up pool_addrelproviders a bit | Michael Schroeder | 1 | -3/+3 |
2012-03-02 | - add idqinst parameter to pool_addfileprovides_queue so that it can also ret... | Michael Schroeder | 1 | -2/+10 |
2012-02-22 | - adapt to rpm changes regarding cornercases where the release is missing | Michael Schroeder | 1 | -14/+31 |
2012-02-22 | - change allowselfconflicts to forbidselfconflicts now that rpm also allows t... | Michael Schroeder | 1 | -7/+5 |
2012-02-20 | - make pool flags private, allow self conflicts for rpm, add pool_set/get_flags | Michael Schroeder | 1 | -1/+57 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 1 | -0/+1 |
2012-02-15 | fix a small memory leak: pool->id2color. | Ales Kozumplik | 1 | -0/+1 |