Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.21upstream/0.6.21 | DongHun Kwak | 1 | -9/+92 | |
Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.14upstream/0.6.14 | DongHun Kwak | 2 | -2/+2 | |
Change-Id: I3e83c4ddc30f8d8cfa6f965a85ecca72781d89e4 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.13upstream/0.6.13 | DongHun Kwak | 42 | -3423/+4203 | |
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.12upstream/0.6.12 | DongHun Kwak | 5 | -144/+946 | |
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.7upstream/0.6.7 | DongHun Kwak | 2 | -15/+5 | |
Change-Id: I4903b1e04cf23c0c38f633e48a06732764ee6444 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -0/+1 | |
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2014-04-03 | INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classes | Michael Schroeder | 3 | -13/+13 | |
Use attributes instead of methods to access the matched data (except for Datapos constructors). Also, while we're breaking the API, drop the solvid argument from the Dataiterator constructors. Add different constructors for the special cases. Also fix and document Datamatcher's 'binary' attribute. | |||||
2013-12-06 | solv example: add autopackages on SUSE systems | Michael Schroeder | 1 | -0/+17 | |
2013-11-22 | pysolv: more python3 adaptions | Michael Schroeder | 1 | -11/+11 | |
2013-11-19 | port to python3 | Michael Schroeder | 1 | -84/+92 | |
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 1 | -3/+3 | |
Should be completely compatible, as the handle was of type "void *" before. | |||||
2013-10-31 | do not rewrite the command line repo | Michael Schroeder | 1 | -0/+2 | |
2013-10-31 | solv example: always internalize the "installed" repo, support '-i' option | Michael Schroeder | 1 | -8/+15 | |
2013-10-28 | support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURES | Michael Schroeder | 1 | -1/+1 | |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -1/+1 | |
2013-10-16 | make 'solv info' work with command line packages | Michael Schroeder | 1 | -1/+3 | |
2013-10-14 | parse appdata in solv example | Michael Schroeder | 1 | -23/+48 | |
Also support a '-d' option to increase the debug level. | |||||
2013-10-04 | add --type and --arch filter support | Michael Schroeder | 1 | -33/+88 | |
2013-09-20 | bindings: add stringification shortcut for problems | Michael Schroeder | 3 | -9/+5 | |
Also fixes bugs in the rbsolv example. | |||||
2013-09-09 | rename selection_make_deps to selection_make_matchdeps, add marker support | Michael Schroeder | 1 | -2/+7 | |
Also add pool_intersect_evrs. | |||||
2013-09-04 | add pool_whatmatchesdep and selection_make_deps to query for packages ↵ | Michael Schroeder | 1 | -3/+18 | |
intersecting a dependency | |||||
2013-08-28 | solv example: use gpgv instead of gpg to verify sigs | Michael Schroeder | 1 | -1/+1 | |
2013-08-23 | oops, revert unwanted commit chunks | Michael Schroeder | 1 | -10/+0 | |
2013-08-23 | solv_parse_sig: clear return values at the beginning | Michael Schroeder | 1 | -0/+10 | |
2013-07-25 | rename rpmdb_pubkey to pubkey | Michael Schroeder | 1 | -3/+3 | |
2013-06-17 | pysolv: check applydeltarpm exit status | Michael Schroeder | 1 | -0/+3 | |
2013-06-14 | bindings: add pool.errstr, make add_rpm/... return Solvable objects | Michael Schroeder | 1 | -3/+8 | |
2013-06-07 | bindings consistency: rename new/keptpackages to new/keptsolvables | Michael Schroeder | 3 | -3/+3 | |
We keep the old methods available for now to be backward compatible. | |||||
2013-06-05 | p5solv: missed one string in bareword translation | Michael Schroeder | 1 | -1/+1 | |
2013-06-05 | ok, no local in current perl code. Also, use ls instead of li as short form ↵ | Michael Schroeder | 3 | -6/+6 | |
of list | |||||
2013-06-05 | adapt to modern perl and use barewords for hash keys | Michael Schroeder | 1 | -108/+108 | |
2013-06-05 | Apply first part of Thierry's patches | Michael Schroeder | 1 | -9/+9 | |
2013-06-05 | solv: create cache in user's home dir if not run as root | Michael Schroeder | 1 | -10/+34 | |
2013-06-04 | missed a change | Michael Schroeder | 1 | -1/+1 | |
2013-06-04 | Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr ↵ | Michael Schroeder | 3 | -8/+8 | |
attributes to TransactionClass and remove old fromdep()/todep() methods | |||||
2013-06-03 | add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides ↵ | Michael Schroeder | 1 | -1/+3 | |
only add files in the standard locations Non-standard files are searched lazyly on demand. | |||||
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 3 | -15/+15 | |
Add 'meta' attribute in repo bindings and get rid of no longer neededed lookup methods. | |||||
2013-05-15 | pysolv: do not import from solv | Michael Schroeder | 1 | -54/+53 | |
2013-04-24 | allow ls for list command | Michael Schroeder | 1 | -1/+1 | |
2013-04-24 | use add_rpmdb_reffp in examples | Michael Schroeder | 3 | -3/+7 | |
2013-04-24 | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag | Michael Schroeder | 3 | -6/+6 | |
Many users don't want to show the obsoletes as extra part of the classification. Only makes sense when SOLVER_TRANSACTION_SHOW_OBSOLETES is also specified. | |||||
2013-04-23 | add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old ↵ | Michael Schroeder | 1 | -15/+5 | |
solv file | |||||
2013-04-23 | remove "ref" argument from add_rpmdb() in the bindings | Michael Schroeder | 3 | -3/+3 | |
This is done mainly for consistency reasons (plus nobody used the ref argument anyway). When we need the ref back, we'll add a new method. | |||||
2013-04-15 | split ugly pubkey handling into separate repo_rpmdb_pubkey.c | Michael Schroeder | 1 | -0/+3 | |
2013-04-15 | convert perror() and fprintf() calls to pool_error() | Michael Schroeder | 1 | -1/+1 | |
2013-04-15 | add pool parameter to rpm_state_create so that we can use pool_error for ↵ | Michael Schroeder | 1 | -2/+2 | |
error reporting | |||||
2013-04-12 | support checking for directory aliases when searching for file conflicts | Michael Schroeder | 1 | -1/+1 | |
2013-04-10 | Reimplement state handling in rpm_by functions | Michael Schroeder | 1 | -16/+13 | |
We now have rpm_state_create and rpm_state_free to create/free the state. API change, but should be pretty internal. | |||||
2013-04-08 | refactor solv demo a bit | Michael Schroeder | 1 | -144/+187 | |
2013-04-08 | fix bugs in fileconflicts code and prepare for aliased dirs | Michael Schroeder | 1 | -2/+2 | |
Breaks API but that should not be a problem as noone seems to use the function yet. |