Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-13 | refactor a bit | Michael Schroeder | 1 | -18/+26 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 11 | -20/+26 |
2012-11-12 | add deb2solv for completeness | Michael Schroeder | 2 | -0/+139 |
2012-11-12 | fix stupid typo in repo_deb, specialize obsoletes instead of dropping them | Michael Schroeder | 1 | -8/+16 |
2012-11-06 | fix licenses | Michael Schroeder | 3 | -22/+83 |
2012-11-06 | add repodata_set_deltalocation and use it in the parsers | Michael Schroeder | 5 | -134/+89 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 8 | -7/+72 |
2012-11-05 | add generic Solvable.add_deparray method to bindings | Michael Schroeder | 1 | -2/+16 |
2012-11-05 | more swig trickery: add a "DepId" type that can take a Dep pointer or an Id | Michael Schroeder | 4 | -50/+52 |
2012-11-05 | do some wild swig trickery instead of relying on undocumented glibc functions | Michael Schroeder | 1 | -27/+81 |
2012-11-05 | Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D... | Michael Schroeder | 2 | -3/+23 |
2012-11-02 | make FILE objects autoclose the fd in the destructor | Michael Schroeder | 4 | -79/+78 |
2012-11-02 | fix delta location suffix | Michael Schroeder | 1 | -1/+1 |
2012-11-02 | make pool.setarch() do the right thing | Michael Schroeder | 4 | -6/+13 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 8 | -11/+55 |
2012-11-02 | get rid of the ugly load_if_changed method | Michael Schroeder | 3 | -27/+24 |
2012-11-02 | small cleanup: move incomplete check into writecachedrepo | Michael Schroeder | 3 | -9/+11 |