Age | Commit message (Expand) | Author | Files | Lines |
2012-12-04 | support cleandeps in targeted up/dup cases, add tests | Michael Schroeder | 10 | -58/+176 |
2012-12-04 | adapt testcase to last change | Michael Schroeder | 1 | -0/+1 |
2012-12-03 | make cleandeps do less reinstalls, fix cleandeps reset bug | Michael Schroeder | 1 | -0/+40 |
2012-12-03 | fix typos in comments, fix queue free | Michael Schroeder | 1 | -7/+4 |
2012-12-03 | add "forcebest" testcases | Michael Schroeder | 3 | -0/+125 |
2012-11-30 | expand testcases | Michael Schroeder | 2 | -3/+84 |
2012-11-30 | small optimization for targeted dup | Michael Schroeder | 1 | -2/+2 |
2012-11-30 | another targeted dup fix, add testcases | Michael Schroeder | 4 | -127/+198 |
2012-11-29 | free tmp repodata when repo_solv returns an error | Michael Schroeder | 1 | -18/+31 |
2012-11-29 | add SOLVER_FLAG_NO_AUTOTARGET to testcase code | Michael Schroeder | 1 | -2/+3 |
2012-11-29 | fix targeted dup, we also have to add the obsoleters to the involved map | Michael Schroeder | 1 | -24/+20 |
2012-11-29 | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags | Michael Schroeder | 3 | -31/+85 |
2012-11-29 | simplify datamatcher code, use datamatcher_checkbasename also in repo_search | Michael Schroeder | 3 | -67/+23 |
2012-11-28 | speed up filelist matching by pre-matching the basename first | Michael Schroeder | 1 | -7/+70 |
2012-11-28 | further simplify code: use -1 as 'free' in mapped array, like in mapped_at | Michael Schroeder | 2 | -16/+17 |
2012-11-28 | reduce memory by splitting the pages array into two mapped_at and file_pages ... | Michael Schroeder | 2 | -64/+68 |
2012-11-28 | simplily repopage handling quite a bit | Michael Schroeder | 2 | -88/+68 |
2012-11-27 | optimize repopagestore_load_page_range | Michael Schroeder | 1 | -50/+67 |
2012-11-27 | cleanup example code | Michael Schroeder | 3 | -532/+531 |
2012-11-27 | fix EXTEND calls in perl bindings | Michael Schroeder | 1 | -3/+3 |
2012-11-27 | xfileno doesn't exist anymore, use fileno() instead | Michael Schroeder | 1 | -7/+7 |
2012-11-27 | use a Selection for the 'search' command so that the repofilter works | Michael Schroeder | 2 | -16/+23 |
2012-11-27 | Selection: rename addsimple method to add_raw in the bindings | Michael Schroeder | 4 | -5/+5 |
2012-11-27 | make FOR_RULELITERALS safe against whatprovides realloc | Michael Schroeder | 4 | -54/+51 |
2012-11-26 | Already use LOCALPOOL when converting filelist/language extensions | Michael Schroeder | 4 | -15/+34 |
2012-11-26 | - save memory in localpool case | Michael Schroeder | 2 | -6/+19 |
2012-11-23 | support medianr in lookup_deltalocation, change lookup_location to return med... | Michael Schroeder | 6 | -12/+17 |
2012-11-23 | bump version, add changes | Michael Schroeder | 2 | -1/+11 |
2012-11-23 | use correct file pointer when checking the debian release file's sig | Michael Schroeder | 1 | -1/+1 |
2012-11-23 | optimize string handling in repo_add_solv a bit | Michael Schroeder | 1 | -21/+28 |
2012-11-22 | make sure we have at least id 0 and 1 in a local pool, also call the correct ... | Michael Schroeder | 1 | -5/+5 |
2012-11-22 | more cleanup | Michael Schroeder | 2 | -64/+31 |
2012-11-22 | small code cleanups | Michael Schroeder | 2 | -16/+21 |
2012-11-21 | use "isemptyupdate" method to check for updates with no matching installed pa... | Michael Schroeder | 3 | -14/+7 |
2012-11-20 | solver_samerule -> solver_rulecmp | Michael Schroeder | 5 | -17/+19 |
2012-11-20 | do not add identical choice rules | Michael Schroeder | 1 | -0/+19 |
2012-11-20 | make FORCEBEST work with targeted up/dup | Michael Schroeder | 3 | -9/+56 |
2012-11-19 | implement '--best' in solv demo | Michael Schroeder | 2 | -0/+11 |
2012-11-19 | fix typo caught by testcase | Michael Schroeder | 1 | -1/+1 |
2012-11-19 | implement SOLVER_FORCRBEST for install/up/dup | Michael Schroeder | 7 | -39/+340 |
2012-11-16 | fix policy_is_illegal function. Hmm... | Michael Schroeder | 1 | -3/+3 |
2012-11-16 | do not reinstall identical packages in targeted update | Michael Schroeder | 1 | -2/+11 |
2012-11-16 | don't write incomplete repos in "solv", like with py/rb/p5solv | Michael Schroeder | 4 | -30/+34 |
2012-11-16 | unify update targets list | Michael Schroeder | 1 | -8/+12 |
2012-11-15 | implement update to specific update targets | Michael Schroeder | 5 | -35/+219 |
2012-11-15 | implement dup on single packages | Michael Schroeder | 1 | -5/+71 |
2012-11-15 | make 'solv dup' use the right mode again | Michael Schroeder | 1 | -1/+1 |
2012-11-15 | improve magic epoch promotion code to work better when multiple epochs match | Michael Schroeder | 1 | -31/+47 |
2012-11-14 | implement magic epoch promotion for nevra selections | Michael Schroeder | 1 | -1/+78 |
2012-11-13 | fix rpmdbid handling in repo_unset and repo_set_num | Michael Schroeder | 1 | -2/+2 |