2012-11-29 |
Michael Schroeder | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Schroeder | simplify datamatcher code, use datamatcher_checkbasenam... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | speed up filelist matching by pre-matching the basename... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | further simplify code: use -1 as 'free' in mapped array... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | reduce memory by splitting the pages array into two... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Schroeder | simplily repopage handling quite a bit |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | optimize repopagestore_load_page_range |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | cleanup example code |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | fix EXTEND calls in perl bindings |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | xfileno doesn't exist anymore, use fileno() instead |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | use a Selection for the 'search' command so that the... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | Selection: rename addsimple method to add_raw in the... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Michael Schroeder | make FOR_RULELITERALS safe against whatprovides realloc |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Michael Schroeder | Already use LOCALPOOL when converting filelist/language... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Michael Schroeder | - save memory in localpool case |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Michael Schroeder | support medianr in lookup_deltalocation, change lookup_... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Michael Schroeder | bump version, add changes |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Michael Schroeder | use correct file pointer when checking the debian relea... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Michael Schroeder | optimize string handling in repo_add_solv a bit |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Michael Schroeder | make sure we have at least id 0 and 1 in a local pool... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Michael Schroeder | more cleanup |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Michael Schroeder | small code cleanups |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Michael Schroeder | use "isemptyupdate" method to check for updates with... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Michael Schroeder | solver_samerule -> solver_rulecmp |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Michael Schroeder | do not add identical choice rules |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Michael Schroeder | make FORCEBEST work with targeted up/dup |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Michael Schroeder | implement '--best' in solv demo |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Michael Schroeder | fix typo caught by testcase |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Michael Schroeder | implement SOLVER_FORCRBEST for install/up/dup |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Michael Schroeder | fix policy_is_illegal function. Hmm... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Michael Schroeder | do not reinstall identical packages in targeted update |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Michael Schroeder | don't write incomplete repos in "solv", like with py... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Michael Schroeder | unify update targets list |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Schroeder | implement update to specific update targets |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Schroeder | implement dup on single packages |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Schroeder | make 'solv dup' use the right mode again |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Michael Schroeder | improve magic epoch promotion code to work better when... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael Schroeder | implement magic epoch promotion for nevra selections |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Schroeder | fix rpmdbid handling in repo_unset and repo_set_num |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Schroeder | refactor a bit |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael Schroeder | support REPO_NO_LOCATION, rename "set_deleted" to the... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Schroeder | add deb2solv for completeness |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Schroeder | fix stupid typo in repo_deb, specialize obsoletes inste... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Michael Schroeder | fix licenses |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Michael Schroeder | add repodata_set_deltalocation and use it in the parsers |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Michael Schroeder | rename repodata_delete to repodata_set_deleted, add... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Michael Schroeder | add generic Solvable.add_deparray method to bindings |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Michael Schroeder | more swig trickery: add a "DepId" type that can take... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Michael Schroeder | do some wild swig trickery instead of relying on undocu... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Michael Schroeder | Add Solvable.Dataiterator constructor, add missing... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | make FILE objects autoclose the fd in the destructor |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | fix delta location suffix |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | make pool.setarch() do the right thing |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | add pool_lookup_deltalocation helper so we can change... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | get rid of the ugly load_if_changed method |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | small cleanup: move incomplete check into writecachedrepo |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Michael Schroeder | add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Michael Schroeder | rename SELECTION_MAYBESRC to SELECTION_SOURCE, make... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Michael Schroeder | fix .src matching .src and .nosrc packages |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Michael Schroeder | make it possible to select src packages via .src or... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Michael Schroeder | make marker handling in bindings more flexible |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Michael Schroeder | fix Selection.solvables() method |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Michael Schroeder | use susetags data dir for susetags deltas |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Michael Schroeder | beautify examples a bit |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | unify cookie generation for solv/pysolv/rbsolv/p5solv |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | fix autorefresh flag in pysolv, support metadata_expire... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | oops, fix selection2str() |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | join selection strings with ' + ', not ' | ' |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | add pool_selection2str() and use it in the bindings |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Michael Schroeder | fix selection_limit_rel call for debian nevra match |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Michael Schroeder | support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Michael Schroeder | add pool_job2solvables and selection_solvables |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Michael Schroeder | - retabify (untabify for pysolv) |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Michael Schroeder | generalize matching code from examples/solv.c to src... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Michael Schroeder | example/solv: support all compression types |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Schroeder | help gcc inliner a bit |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Schroeder | examples/solv: factor out downloadchecksig function |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Schroeder | fix build on debian |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Schroeder | support repository:repomd:size, cleanup code a bit |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Schroeder | implement pool_set_rootdir/REPO_USE_ROOTDIR instead... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Michael Schroeder | Merge pull request #19 from nateskulic/master |
commit | commitdiff | tree | snapshot |
2012-10-19 |
nate skulic | - add add_rpmdb_root |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Michael Schroeder | check for rpm/db.h header file |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Michael Schroeder | add changes, bump version upstream/0.2.0 |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Michael Schroeder | fix encoding of big values |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Michael Schroeder | adapt for older cmake versions |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Michael Schroeder | add repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Michael Schroeder | only call add_products if the method exists |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Michael Schroeder | use evrid2vrstr inline function |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Michael Schroeder | add repodata_set_sourcepkg and solvable_lookup_sourcepk... |
commit | commitdiff | tree | snapshot |
2012-10-08 |
Michael Schroeder | fix finish_solvable do not rely on a "handle" argument... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Michael Schroeder | fix repo_lookup_deparray() corner case when looking... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Michael Schroeder | simplify forcebinary code again: use TAG_SOURCEPACKAGE... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Michael Schroeder | do not force rpm5 rpms to binary, the type info in... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Michael Schroeder | - fix error handling in solv_xfopen_buf |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Michael Schroeder | - repo_arch: make it work with empty prefixes |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Michael Schroeder | compatibility with rpm: force to binary rpm if the... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Michael Schroeder | - add workaround for swig undefing bool |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Michael Schroeder | Merge pull request #17 from akozumpl/pullreq |
commit | commitdiff | tree | snapshot |
next |