summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-22obey droporphaned map in keep_orhans modeMichael Schroeder2-17/+16
2014-04-17add changes, bump versionMichael Schroeder2-1/+10
2014-04-17implement SOLVER_FLAG_BREAK_ORPHANSMichael Schroeder5-1/+127
2014-04-17adapt to AppStream 0.6Michael Schroeder1-0/+2
2014-04-16add KEEP_ORPHANS and BREAK_ORPHANS solver flagsMichael Schroeder4-10/+29
2014-04-16repodata_swap_attrs: make sure src and dest are in the repodataMichael Schroeder1-0/+5
2014-04-16remove unneded repodata_extend callsMichael Schroeder2-4/+0
2014-04-15also check for read-only rpm db in /usr/share/rpm (ostree)Michael Schroeder1-2/+7
2014-04-14fix type introduced in commit #bbdec95bMichael Schroeder1-4/+2
2014-04-14add a single spaceMichael Schroeder1-1/+1
2014-04-14small optimization for pool_addfileprovidesMichael Schroeder1-38/+28
2014-04-09use less memory when just writing the filelistMichael Schroeder1-17/+90
2014-04-08free memory on the fly in repodata_internalizeMichael Schroeder1-2/+115
2014-04-08make repodata_stringify return the result stringMichael Schroeder4-22/+22
2014-04-07add changes, bump versionMichael Schroeder2-2/+11
2014-04-07use "implicitobsoleteusescolors" to limit our update/feature rulesMichael Schroeder1-3/+11
2014-04-07add "just in case" code if our multiplier gets too bigMichael Schroeder1-0/+2
2014-04-07also simplify solvable_copy_cb's checksum handlingMichael Schroeder1-8/+5
2014-04-07simplyfy checksum codeMichael Schroeder4-68/+34
2014-04-07support "notbyuser" in testcasesMichael Schroeder1-0/+1
2014-04-04do not count problem resolution install jobs as userinstalledMichael Schroeder4-3/+9
2014-04-04add NEWSMichael Schroeder1-0/+19
2014-04-04[ABI BREAKAGE] add support for SHA224/384/512Michael Schroeder12-38/+173
2014-04-04more swig trickery: automaticall free the pool, add a disown methodMichael Schroeder3-13/+58
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder6-139/+251
2014-04-03add pool_add_userinstalled_jobs and solver_get_userinstalled functionsMichael Schroeder3-0/+250
2014-04-01fix pool_job2str message for lock ;)Michael Schroeder1-1/+1
2014-03-31suppport RPM_ADD_FILTERED_FILELISTMichael Schroeder3-6/+38
2014-03-31make the __iter__ methods in the python bindings return selfMichael Schroeder1-24/+8
2014-03-31support new dupallow flags in testcases (thanks Honza)Michael Schroeder1-0/+4
2014-03-27autopattern: always chose the lexicographical first one if there are two patt...Michael Schroeder1-3/+16
2014-03-27fix getrpmruleinfos for linked packagesMichael Schroeder1-2/+6
2014-03-26fix grep callMichael Schroeder1-1/+1
2014-03-26bump version, add changesMichael Schroeder2-1/+14
2014-03-26support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindingsMichael Schroeder5-6/+67
2014-03-26fix handling of packages with no update/feature rule but with specialupdatersMichael Schroeder1-3/+17
2014-03-26repo2solv.sh: ignore -A optionMichael Schroeder1-0/+2
2014-03-26rename schemaoffset to less confusing schemaidxMichael Schroeder1-3/+3
2014-03-25fix access to freed memory if we had to allocate a new schema when serializin...Michael Schroeder1-13/+13
2014-03-25adapt repo->end in repo_empty() functionMichael Schroeder1-0/+2
2014-03-25ignore pattern() provides that start with '.'Michael Schroeder1-0/+3
2014-03-25improve solver_addrule a bitMichael Schroeder1-38/+30
2014-03-25cplxdeps: special case SYSTEMSOLVABLEMichael Schroeder1-0/+2
2014-03-25Don't put -SYSTEMSOLVABLE into conflictsMichael Schroeder1-1/+4
2014-03-24deal correctly with rules that contain the system solvableMichael Schroeder1-1/+1
2014-03-24bring "removing unwanted" code in line with the other partsMichael Schroeder1-0/+6
2014-03-24ignore negative assertions in choice rule generationMichael Schroeder1-1/+1
2014-03-24small optimization for solver_addupdateruleMichael Schroeder1-37/+45
2014-03-12support REPOKEYWORDS in the content parserMichael Schroeder1-0/+5
2014-03-10implement complex deps handling in cleandeps/unneeded calculationMichael Schroeder1-37/+186