summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.14upstream/0.6.14DongHun Kwak2-2/+2
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak42-3423/+4203
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak5-144/+946
2016-10-27Imported Upstream version 0.6.7upstream/0.6.7DongHun Kwak2-15/+5
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+1
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder3-13/+13
2013-12-06solv example: add autopackages on SUSE systemsMichael Schroeder1-0/+17
2013-11-22pysolv: more python3 adaptionsMichael Schroeder1-11/+11
2013-11-19port to python3Michael Schroeder1-84/+92
2013-11-14Create a real type for a checksum handleMichael Schroeder1-3/+3
2013-10-31do not rewrite the command line repoMichael Schroeder1-0/+2
2013-10-31solv example: always internalize the "installed" repo, support '-i' optionMichael Schroeder1-8/+15
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-1/+1
2013-10-16make 'solv info' work with command line packagesMichael Schroeder1-1/+3
2013-10-14parse appdata in solv exampleMichael Schroeder1-23/+48
2013-10-04add --type and --arch filter supportMichael Schroeder1-33/+88
2013-09-20bindings: add stringification shortcut for problemsMichael Schroeder3-9/+5
2013-09-09rename selection_make_deps to selection_make_matchdeps, add marker supportMichael Schroeder1-2/+7
2013-09-04add pool_whatmatchesdep and selection_make_deps to query for packages interse...Michael Schroeder1-3/+18
2013-08-28solv example: use gpgv instead of gpg to verify sigsMichael Schroeder1-1/+1
2013-08-23oops, revert unwanted commit chunksMichael Schroeder1-10/+0
2013-08-23solv_parse_sig: clear return values at the beginningMichael Schroeder1-0/+10
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-3/+3
2013-06-17pysolv: check applydeltarpm exit statusMichael Schroeder1-0/+3
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-3/+8
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder3-3/+3
2013-06-05p5solv: missed one string in bareword translationMichael Schroeder1-1/+1
2013-06-05ok, no local in current perl code. Also, use ls instead of li as short form o...Michael Schroeder3-6/+6
2013-06-05adapt to modern perl and use barewords for hash keysMichael Schroeder1-108/+108
2013-06-05Apply first part of Thierry's patchesMichael Schroeder1-9/+9
2013-06-05solv: create cache in user's home dir if not run as rootMichael Schroeder1-10/+34
2013-06-04missed a changeMichael Schroeder1-1/+1
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut...Michael Schroeder3-8/+8
2013-06-03add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl...Michael Schroeder1-1/+3
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder3-15/+15
2013-05-15pysolv: do not import from solvMichael Schroeder1-54/+53
2013-04-24allow ls for list commandMichael Schroeder1-1/+1
2013-04-24use add_rpmdb_reffp in examplesMichael Schroeder3-3/+7
2013-04-24add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flagMichael Schroeder3-6/+6
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder1-15/+5
2013-04-23remove "ref" argument from add_rpmdb() in the bindingsMichael Schroeder3-3/+3
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder1-0/+3
2013-04-15convert perror() and fprintf() calls to pool_error()Michael Schroeder1-1/+1
2013-04-15add pool parameter to rpm_state_create so that we can use pool_error for erro...Michael Schroeder1-2/+2
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder1-1/+1
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder1-16/+13
2013-04-08refactor solv demo a bitMichael Schroeder1-144/+187
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-2/+2
2013-03-30Use futimens() instead of futimes()Ingo Weinhold1-1/+1