2012-12-03 |
Michael Schroeder | fix typos in comments, fix queue free |
tree | commitdiff |
2012-11-30 |
Michael Schroeder | small optimization for targeted dup |
tree | commitdiff |
2012-11-30 |
Michael Schroeder | another targeted dup fix, add testcases |
tree | commitdiff |
2012-11-29 |
Michael Schroeder | free tmp repodata when repo_solv returns an error |
tree | commitdiff |
2012-11-29 |
Michael Schroeder | fix targeted dup, we also have to add the obsoleters... |
tree | commitdiff |
2012-11-29 |
Michael Schroeder | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags |
tree | commitdiff |
2012-11-29 |
Michael Schroeder | simplify datamatcher code, use datamatcher_checkbasenam... |
tree | commitdiff |
2012-11-28 |
Michael Schroeder | speed up filelist matching by pre-matching the basename... |
tree | commitdiff |
2012-11-28 |
Michael Schroeder | further simplify code: use -1 as 'free' in mapped array... |
tree | commitdiff |
2012-11-28 |
Michael Schroeder | reduce memory by splitting the pages array into two... |
tree | commitdiff |
2012-11-28 |
Michael Schroeder | simplily repopage handling quite a bit |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | optimize repopagestore_load_page_range |
tree | commitdiff |
2012-11-27 |
Michael Schroeder | make FOR_RULELITERALS safe against whatprovides realloc |
tree | commitdiff |
2012-11-26 |
Michael Schroeder | - save memory in localpool case |
tree | commitdiff |
2012-11-23 |
Michael Schroeder | support medianr in lookup_deltalocation, change lookup_... |
tree | commitdiff |
2012-11-23 |
Michael Schroeder | optimize string handling in repo_add_solv a bit |
tree | commitdiff |
2012-11-22 |
Michael Schroeder | make sure we have at least id 0 and 1 in a local pool... |
tree | commitdiff |
2012-11-22 |
Michael Schroeder | more cleanup |
tree | commitdiff |
2012-11-22 |
Michael Schroeder | small code cleanups |
tree | commitdiff |
2012-11-20 |
Michael Schroeder | solver_samerule -> solver_rulecmp |
tree | commitdiff |
2012-11-20 |
Michael Schroeder | do not add identical choice rules |
tree | commitdiff |
2012-11-20 |
Michael Schroeder | make FORCEBEST work with targeted up/dup |
tree | commitdiff |
2012-11-19 |
Michael Schroeder | fix typo caught by testcase |
tree | commitdiff |
2012-11-19 |
Michael Schroeder | implement SOLVER_FORCRBEST for install/up/dup |
tree | commitdiff |
2012-11-16 |
Michael Schroeder | fix policy_is_illegal function. Hmm... |
tree | commitdiff |
2012-11-16 |
Michael Schroeder | do not reinstall identical packages in targeted update |
tree | commitdiff |
2012-11-16 |
Michael Schroeder | unify update targets list |
tree | commitdiff |
2012-11-15 |
Michael Schroeder | implement update to specific update targets |
tree | commitdiff |
2012-11-15 |
Michael Schroeder | implement dup on single packages |
tree | commitdiff |
2012-11-15 |
Michael Schroeder | improve magic epoch promotion code to work better when... |
tree | commitdiff |
2012-11-14 |
Michael Schroeder | implement magic epoch promotion for nevra selections |
tree | commitdiff |
2012-11-13 |
Michael Schroeder | fix rpmdbid handling in repo_unset and repo_set_num |
tree | commitdiff |
2012-11-13 |
Michael Schroeder | refactor a bit |
tree | commitdiff |
2012-11-13 |
Michael Schroeder | support REPO_NO_LOCATION, rename "set_deleted" to the... |
tree | commitdiff |
2012-11-06 |
Michael Schroeder | add repodata_set_deltalocation and use it in the parsers |
tree | commitdiff |
2012-11-06 |
Michael Schroeder | rename repodata_delete to repodata_set_deleted, add... |
tree | commitdiff |
2012-11-05 |
Michael Schroeder | Add Solvable.Dataiterator constructor, add missing... |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | fix delta location suffix |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | add pool_lookup_deltalocation helper so we can change... |
tree | commitdiff |
2012-11-02 |
Michael Schroeder | add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE... |
tree | commitdiff |
2012-10-31 |
Michael Schroeder | rename SELECTION_MAYBESRC to SELECTION_SOURCE, make... |
tree | commitdiff |
2012-10-31 |
Michael Schroeder | fix .src matching .src and .nosrc packages |
tree | commitdiff |
2012-10-31 |
Michael Schroeder | make it possible to select src packages via .src or... |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo... |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | oops, fix selection2str() |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | join selection strings with ' + ', not ' | ' |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | add pool_selection2str() and use it in the bindings |
tree | commitdiff |
2012-10-29 |
Michael Schroeder | fix selection_limit_rel call for debian nevra match |
tree | commitdiff |
2012-10-26 |
Michael Schroeder | support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL... |
tree | commitdiff |
2012-10-26 |
Michael Schroeder | add pool_job2solvables and selection_solvables |
tree | commitdiff |
2012-10-25 |
Michael Schroeder | generalize matching code from examples/solv.c to src... |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | help gcc inliner a bit |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | support repository:repomd:size, cleanup code a bit |
tree | commitdiff |
2012-10-23 |
Michael Schroeder | implement pool_set_rootdir/REPO_USE_ROOTDIR instead... |
tree | commitdiff |
2012-10-22 |
Michael Schroeder | Merge pull request #19 from nateskulic/master |
tree | commitdiff |
2012-10-18 |
Michael Schroeder | fix encoding of big values |
tree | commitdiff |
2012-10-08 |
Michael Schroeder | use evrid2vrstr inline function |
tree | commitdiff |
2012-10-08 |
Michael Schroeder | add repodata_set_sourcepkg and solvable_lookup_sourcepk... |
tree | commitdiff |
2012-10-05 |
Michael Schroeder | fix repo_lookup_deparray() corner case when looking... |
tree | commitdiff |
2012-06-27 |
Michael Schroeder | - revert repo_lookup_checksum change, the ids should... |
tree | commitdiff |
2012-06-27 |
Michael Schroeder | - check type in lookup_bin_checksum, make it possible... |
tree | commitdiff |
2012-06-27 |
Michael Schroeder | - put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGI... |
tree | commitdiff |
2012-06-27 |
Michael Schroeder | Merge pull request #15 from akozumpl/pullreq |
tree | commitdiff |
2012-06-25 |
Michael Schroeder | - fix typo in repodata_merge_attrs |
tree | commitdiff |
2012-06-25 |
Michael Schroeder | - add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h) |
tree | commitdiff |
2012-06-22 |
Michael Schroeder | oops, export pool_setdisttype... |
tree | commitdiff |
2012-06-22 |
Michael Schroeder | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO... |
tree | commitdiff |
2012-05-31 |
Michael Schroeder | - [valgrind] the userinstalled map only contains the... |
tree | commitdiff |
2012-04-24 |
Michael Schroeder | treat an empty release as a missing release |
tree | commitdiff |
2012-04-20 |
Michael Schroeder | - support tilde in rpm version comparison |
tree | commitdiff |
2012-04-16 |
Michael Schroeder | - add map_or and queue_prealloc |
tree | commitdiff |
2012-04-16 |
Michael Schroeder | - get rid of exit(1) calls in repo_write, instead retur... |
tree | commitdiff |
2012-04-13 |
Michael Schroeder | - add pool_error and pool_errstr. get rid of lots of... |
tree | commitdiff |
2012-04-12 |
Michael Schroeder | - also free attrs array when freeing a solvable |
tree | commitdiff |
2012-04-12 |
Michael Schroeder | - also obey keepexplicitobsoletes when disabling update... |
tree | commitdiff |
2012-04-11 |
Michael Schroeder | - clean up system type definition, use -DSUSE=1 when... |
tree | commitdiff |
2012-04-11 |
Michael Schroeder | Merge pull request #12 from zde/master |
tree | commitdiff |
2012-04-11 |
Michael Schroeder | - support REPO_EXTEND_SOLVABLES in repo_add_solv (thank... |
tree | commitdiff |
2012-04-10 |
Zdeněk Pavlas | SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES |
tree | commitdiff |
2012-04-10 |
Zdeněk Pavlas | fix some typos |
tree | commitdiff |
2012-04-04 |
Michael Schroeder | - make example solv program a tiny bit more secure... |
tree | commitdiff |
2012-04-03 |
Michael Schroeder | - get rid of DEBINA_SEMANTICS, add pool->noarchid,... |
tree | commitdiff |
2012-04-02 |
Michael Schroeder | - "noarch" is called "any" on archlinux, so now we... |
tree | commitdiff |
2012-03-28 |
Michael Schroeder | - incompatible ABI change: switch num over to unsigned... |
tree | commitdiff |
2012-03-28 |
Michael Schroeder | - rename map_and_not to map_subtract |
tree | commitdiff |
2012-03-28 |
Michael Schroeder | Merge branch 'master' of github.com:openSUSE/libsolv |
tree | commitdiff |
2012-03-28 |
Michael Schroeder | Merge pull request #11 from akozumpl/upstream |
tree | commitdiff |
2012-03-27 |
Ales Kozumplik | bitmap: implement map_and_not. |
tree | commitdiff |
2012-03-26 |
Michael Schroeder | - add "allownamechange" flag for completeness |
tree | commitdiff |
2012-03-23 |
Michael Schroeder | - strip distepoch in pool_solvable2str() |
tree | commitdiff |
2012-03-23 |
Michael Schroeder | - it helps to implement to get/set_flag code for POOL_F... |
tree | commitdiff |
2012-03-22 |
Michael Schroeder | - turn on "havedistepoch" by default if rpm5 is used |
tree | commitdiff |
2012-03-22 |
Michael Schroeder | - support distepoch handling in release, used by the... |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - bring solvable_trivial_installable functions back... |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - also show number of updaterules in stats for completeness |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - more memory usage statistics |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - put file checksum and delta seq into vertical data... |
tree | commitdiff |
2012-03-21 |
Michael Schroeder | - don't free whatprovides in repo_solv, instead grow... |
tree | commitdiff |
2012-03-20 |
Michael Schroeder | - fix pointer aliasing problems in sha2 code |
tree | commitdiff |
2012-03-20 |
Michael Schroeder | - reuse string/rel hashes in repo_add_solv where possible |
tree | commitdiff |
next |