summaryrefslogtreecommitdiff
path: root/examples/solv.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-3415/+0
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-14/+16
2016-10-27Imported Upstream version 0.6.7upstream/0.6.7DongHun Kwak1-15/+1
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+1
2013-12-06solv example: add autopackages on SUSE systemsMichael Schroeder1-0/+17
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-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-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-3/+3
2013-06-05solv: create cache in user's home dir if not run as rootMichael Schroeder1-10/+34
2013-06-03add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl...Michael Schroeder1-1/+3
2013-04-24allow ls for list commandMichael Schroeder1-1/+1
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder1-15/+5
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
2013-03-30Improve C89 complianceIngo Weinhold1-2/+4
2013-03-26Fix misuses of memsetAndreas Schwab1-3/+3
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-8/+11
2013-02-04reuse solver in examplesMichael Schroeder1-9/+7
2013-01-14fix 'solv patch' commandMichael Schroeder1-1/+1
2012-12-10implement special install/erase namespace provides hackMichael Schroeder1-0/+17
2012-12-06cosmetics: print number of problems in examplesMichael Schroeder1-1/+1
2012-12-05rename selection_limit to selection_filter, add flags to make selection_make ...Michael Schroeder1-4/+5
2012-11-27use a Selection for the 'search' command so that the repofilter worksMichael Schroeder1-12/+16
2012-11-26Already use LOCALPOOL when converting filelist/language extensionsMichael Schroeder1-4/+10
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-1/+1
2012-11-23use correct file pointer when checking the debian release file's sigMichael Schroeder1-1/+1
2012-11-19implement '--best' in solv demoMichael Schroeder1-0/+10
2012-11-16don't write incomplete repos in "solv", like with py/rb/p5solvMichael Schroeder1-27/+31
2012-11-15implement update to specific update targetsMichael Schroeder1-14/+2
2012-11-15make 'solv dup' use the right mode againMichael Schroeder1-1/+1
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-6/+5
2012-11-02add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLYMichael Schroeder1-0/+2
2012-10-30use susetags data dir for susetags deltasMichael Schroeder1-1/+6
2012-10-29unify cookie generation for solv/pysolv/rbsolv/p5solvMichael Schroeder1-9/+6
2012-10-29set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiterMichael Schroeder1-1/+2