summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-27optimize repopagestore_load_page_rangeMichael Schroeder1-50/+67
2012-11-27cleanup example codeMichael Schroeder3-532/+531
2012-11-27fix EXTEND calls in perl bindingsMichael Schroeder1-3/+3
2012-11-27xfileno doesn't exist anymore, use fileno() insteadMichael Schroeder1-7/+7
2012-11-27use a Selection for the 'search' command so that the repofilter worksMichael Schroeder2-16/+23
2012-11-27Selection: rename addsimple method to add_raw in the bindingsMichael Schroeder4-5/+5
2012-11-27make FOR_RULELITERALS safe against whatprovides reallocMichael Schroeder4-54/+51
2012-11-26Already use LOCALPOOL when converting filelist/language extensionsMichael Schroeder4-15/+34
2012-11-26- save memory in localpool caseMichael Schroeder2-6/+19
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder6-12/+17
2012-11-23bump version, add changesMichael Schroeder2-1/+11
2012-11-23use correct file pointer when checking the debian release file's sigMichael Schroeder1-1/+1
2012-11-23optimize string handling in repo_add_solv a bitMichael Schroeder1-21/+28
2012-11-22make sure we have at least id 0 and 1 in a local pool, also call the correct ...Michael Schroeder1-5/+5
2012-11-22more cleanupMichael Schroeder2-64/+31
2012-11-22small code cleanupsMichael Schroeder2-16/+21
2012-11-21use "isemptyupdate" method to check for updates with no matching installed pa...Michael Schroeder3-14/+7
2012-11-20solver_samerule -> solver_rulecmpMichael Schroeder5-17/+19
2012-11-20do not add identical choice rulesMichael Schroeder1-0/+19
2012-11-20make FORCEBEST work with targeted up/dupMichael Schroeder3-9/+56
2012-11-19implement '--best' in solv demoMichael Schroeder2-0/+11
2012-11-19fix typo caught by testcaseMichael Schroeder1-1/+1
2012-11-19implement SOLVER_FORCRBEST for install/up/dupMichael Schroeder7-39/+340
2012-11-16fix policy_is_illegal function. Hmm...Michael Schroeder1-3/+3
2012-11-16do not reinstall identical packages in targeted updateMichael Schroeder1-2/+11
2012-11-16don't write incomplete repos in "solv", like with py/rb/p5solvMichael Schroeder4-30/+34
2012-11-16unify update targets listMichael Schroeder1-8/+12
2012-11-15implement update to specific update targetsMichael Schroeder5-35/+219
2012-11-15implement dup on single packagesMichael Schroeder1-5/+71
2012-11-15make 'solv dup' use the right mode againMichael Schroeder1-1/+1
2012-11-15improve magic epoch promotion code to work better when multiple epochs matchMichael Schroeder1-31/+47
2012-11-14implement magic epoch promotion for nevra selectionsMichael Schroeder1-1/+78
2012-11-13fix rpmdbid handling in repo_unset and repo_set_numMichael Schroeder1-2/+2
2012-11-13refactor a bitMichael Schroeder1-18/+26
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder11-20/+26
2012-11-12add deb2solv for completenessMichael Schroeder2-0/+139
2012-11-12fix stupid typo in repo_deb, specialize obsoletes instead of dropping themMichael Schroeder1-8/+16
2012-11-06fix licensesMichael Schroeder3-22/+83
2012-11-06add repodata_set_deltalocation and use it in the parsersMichael Schroeder5-134/+89
2012-11-06rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv...Michael Schroeder8-7/+72
2012-11-05add generic Solvable.add_deparray method to bindingsMichael Schroeder1-2/+16
2012-11-05more swig trickery: add a "DepId" type that can take a Dep pointer or an IdMichael Schroeder4-50/+52
2012-11-05do some wild swig trickery instead of relying on undocumented glibc functionsMichael Schroeder1-27/+81
2012-11-05Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D...Michael Schroeder2-3/+23
2012-11-02make FILE objects autoclose the fd in the destructorMichael Schroeder4-79/+78
2012-11-02fix delta location suffixMichael Schroeder1-1/+1
2012-11-02make pool.setarch() do the right thingMichael Schroeder4-6/+13
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder8-11/+55
2012-11-02get rid of the ugly load_if_changed methodMichael Schroeder3-27/+24
2012-11-02small cleanup: move incomplete check into writecachedrepoMichael Schroeder3-9/+11