Age | Commit message (Expand) | Author | Files | Lines |
2014-05-15 | add the SOLVER_FLAG_FOCUS_INSTALLED solver flag | Michael Schroeder | 1 | -0/+3 |
2014-04-08 | make repodata_stringify return the result string | Michael Schroeder | 1 | -3/+2 |
2014-04-04 | do not count problem resolution install jobs as userinstalled | Michael Schroeder | 1 | -2/+3 |
2014-04-04 | more swig trickery: automaticall free the pool, add a disown method | Michael Schroeder | 1 | -4/+23 |
2014-04-03 | INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classes | Michael Schroeder | 1 | -35/+63 |
2014-03-31 | make the __iter__ methods in the python bindings return self | Michael Schroeder | 1 | -24/+8 |
2014-03-26 | support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindings | Michael Schroeder | 1 | -0/+4 |
2014-03-05 | revert pyhton3 part that was commit by mistake in #ab8b3ded | Michael Schroeder | 1 | -7/+0 |
2014-03-04 | bindings: don't let str(Datamatch) change the strings, instead create a copy | Michael Schroeder | 1 | -2/+3 |
2014-03-04 | bindings: make Dataterator match/flags optional | Michael Schroeder | 1 | -4/+4 |
2014-03-03 | fix Datamatcher's idstr() method when calld for dirs | Michael Schroeder | 1 | -1/+5 |
2014-02-27 | fix Pool_repo_iterator and Repo_solvable_iterator in perl bindings | Michael Schroeder | 2 | -3/+13 |
2014-01-24 | fix for old swig versions | Michael Schroeder | 1 | -0/+3 |
2014-01-09 | add identical and evrcmp methods for solvables | Michael Schroeder | 1 | -0/+11 |
2013-11-20 | tweak python version detection, add Datamatch.binary() | Michael Schroeder | 2 | -28/+54 |
2013-11-19 | fix Chksum.add() method also for perl/ruby | Michael Schroeder | 1 | -27/+27 |
2013-11-19 | port to python3 | Michael Schroeder | 2 | -0/+47 |
2013-11-18 | rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkey | Michael Schroeder | 1 | -7/+1 |
2013-11-18 | split repo_find_pubkeys from repo_verify_sigdata | Michael Schroeder | 1 | -0/+13 |
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 1 | -5/+4 |
2013-10-29 | bindings: sig verification only works with ENABLE_PGPVRFY | Michael Schroeder | 1 | -0/+2 |
2013-10-29 | support signature verification in bindings | Michael Schroeder | 1 | -2/+36 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -10/+10 |
2013-09-23 | add problem2str() convenience function to API | Michael Schroeder | 1 | -6/+1 |
2013-09-20 | bindings: add stringification shortcut for problems | Michael Schroeder | 1 | -0/+11 |
2013-09-04 | add solv_depmarker function to simplify the bindings | Michael Schroeder | 1 | -28/+2 |
2013-08-23 | remove unused res var | Michael Schroeder | 1 | -1/+1 |
2013-08-21 | add solver->describe_decision() method | Michael Schroeder | 1 | -0/+26 |
2013-08-21 | add unset() method for solvables | Michael Schroeder | 1 | -0/+5 |
2013-07-25 | rename rpmdb_pubkey to pubkey | Michael Schroeder | 1 | -3/+5 |
2013-06-17 | refactor a bit | Michael Schroeder | 1 | -2/+4 |
2013-06-14 | bindings: add pool.errstr, make add_rpm/... return Solvable objects | Michael Schroeder | 1 | -8/+16 |
2013-06-07 | bindings consistency: rename new/keptpackages to new/keptsolvables | Michael Schroeder | 1 | -0/+25 |
2013-06-06 | get rid of an unneeded %rename | Michael Schroeder | 1 | -1/+0 |
2013-06-04 | Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut... | Michael Schroeder | 1 | -22/+20 |
2013-06-04 | fix a couple of leaks in the bindings | Michael Schroeder | 1 | -5/+14 |
2013-06-04 | Document Transaction and Transactionclass | Michael Schroeder | 1 | -2/+2 |
2013-06-04 | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour | Michael Schroeder | 1 | -0/+1 |
2013-06-03 | add missing constants, add Rule->type attribute, improve pool job problem han... | Michael Schroeder | 1 | -4/+12 |
2013-05-28 | document Selection and Job classes | Michael Schroeder | 1 | -3/+2 |
2013-05-28 | add SEARCH_CHECKSUMS, fix Datamatch.num(), add Datapos.Dataiterator() | Michael Schroeder | 1 | -7/+14 |
2013-05-27 | define and document the pool flags | Michael Schroeder | 1 | -0/+9 |
2013-05-27 | add lookup_idarray method to the Datapos class | Michael Schroeder | 1 | -0/+10 |
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 1 | -9/+31 |
2013-05-16 | fix return values from repo_add functions, they return 0 for success | Michael Schroeder | 1 | -20/+27 |
2013-05-15 | some minor binding tweaks to make it more flexible | Michael Schroeder | 1 | -3/+3 |
2013-04-24 | add ILLEGAL_NAMECHANGE support to bindings | Michael Schroeder | 1 | -4/+19 |
2013-04-24 | Do not segfault when undef/None/nil is passwd as FILE/Dep | Michael Schroeder | 1 | -2/+2 |
2013-04-24 | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag | Michael Schroeder | 1 | -0/+1 |
2013-04-23 | add add_rpmdb_reffp method to bindings | Michael Schroeder | 1 | -0/+3 |