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 |
2012-03-20 |
Michael Schroeder | - don't show vendor/arch changes for packages that... |
tree | commitdiff |
2012-03-19 |
Michael Schroeder | - cleanup array eof handling, improve data_readid/readnum |
tree | commitdiff |
2012-03-19 |
Michael Schroeder | - store rpmdbid as TYPE_NUM. This means that TYPE_U32... |
tree | commitdiff |
2012-03-19 |
Michael Schroeder | - do not include repopage.h unless LIBSOLV_INTERNAL... |
tree | commitdiff |
2012-03-16 |
Michael Schroeder | - advance num64 support. For now, we store the high... |
tree | commitdiff |
2012-03-15 |
Michael Schroeder | - do not duplicate solvablekeys[] array |
tree | commitdiff |
2012-03-15 |
Michael Schroeder | - simplify code a bit, also allow to store RPM_RPMDBID... |
tree | commitdiff |
2012-03-15 |
Michael Schroeder | - start support for 64bit nums |
tree | commitdiff |
2012-03-14 |
Michael Schroeder | - be a bit more careful with signed ids, check that... |
tree | commitdiff |
2012-03-14 |
Michael Schroeder | - speed up pool_shrink_whatprovides |
tree | commitdiff |
2012-03-13 |
Michael Schroeder | - speed up pool_addrelproviders a bit |
tree | commitdiff |
2012-03-09 |
Michael Schroeder | - oops map_setall should be void |
tree | commitdiff |
2012-03-09 |
Michael Schroeder | - fix a case of solutionelement duplication |
tree | commitdiff |
2012-03-09 |
Michael Schroeder | - add map_setall() function (the macros are actually... |
tree | commitdiff |
2012-03-09 |
Michael Schroeder | - be more correct in makeruledecisions() |
tree | commitdiff |
2012-03-09 |
Michael Schroeder | Merge pull request #9 from akozumpl/upstream |
tree | commitdiff |
2012-03-09 |
Ales Kozumplik | bitmap: implement map_and and MAPSETALL |
tree | commitdiff |
2012-03-07 |
Michael Schroeder | Merge pull request #8 from akozumpl/upstream |
tree | commitdiff |
2012-03-07 |
Ales Kozumplik | fix a small memory leak in transaction_order() |
tree | commitdiff |
2012-03-06 |
Michael Schroeder | - change duprule generation to ignore uninstallable... |
tree | commitdiff |
2012-03-05 |
Michael Schroeder | - clean up update/feature rule handling in allowuninsta... |
tree | commitdiff |
2012-03-02 |
Michael Schroeder | - add idqinst parameter to pool_addfileprovides_queue... |
tree | commitdiff |
2012-03-02 |
Michael Schroeder | - yet another incompatible change: as everybody seems... |
tree | commitdiff |
2012-03-01 |
Michael Schroeder | - change last argument in repo_write from Id ** to... |
tree | commitdiff |
2012-03-01 |
Michael Schroeder | - rename repo_add_solv_flags to repo_add_solv. Should... |
tree | commitdiff |
2012-03-01 |
Michael Schroeder | - fix cleandeps bug with supplemented userinstalled... |
tree | commitdiff |
2012-03-01 |
Michael Schroeder | - improve unneeded algorithm a bit more |
tree | commitdiff |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake bug triggered by corner cases |
tree | commitdiff |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake handling |
tree | commitdiff |
2012-02-29 |
Michael Schroeder | - improve unneeded algorithms |
tree | commitdiff |
2012-02-28 |
Michael Schroeder | - add solver_get_unneeded() to get a list of no longer... |
tree | commitdiff |
2012-02-24 |
Michael Schroeder | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to... |
tree | commitdiff |
2012-02-23 |
Michael Schroeder | - improve cleandeps for opensuse a bit by marking insta... |
tree | commitdiff |
2012-02-22 |
Michael Schroeder | - adapt to rpm changes regarding cornercases where... |
tree | commitdiff |
2012-02-22 |
Michael Schroeder | - change allowselfconflicts to forbidselfconflicts... |
tree | commitdiff |
2012-02-21 |
Michael Schroeder | - allow <> dep in susetags, special case pattern: in... |
tree | commitdiff |
2012-02-20 |
Michael Schroeder | - don't install repopage.h, it's internal |
tree | commitdiff |
2012-02-20 |
Michael Schroeder | - make pool flags private, allow self conflicts for... |
tree | commitdiff |
2012-02-20 |
Michael Schroeder | - make file list conversion twice as fast by adding... |
tree | commitdiff |
2012-02-17 |
Michael Schroeder | - made parts of Pool private, removed inline from solv_... |
tree | commitdiff |
2012-02-17 |
Michael Schroeder | - make more of repodata struct private |
tree | commitdiff |
2012-02-17 |
Michael Schroeder | - hide repodata internals (needed to move repo_write... |
tree | commitdiff |
2012-02-15 |
Michael Schroeder | Merge pull request #6 from akozumpl/upstream |
tree | commitdiff |
2012-02-15 |
Ales Kozumplik | cosmetic: fix misleading comment in repodata.c |
tree | commitdiff |
2012-02-15 |
Ales Kozumplik | fix a small memory leak: pool->id2color. |
tree | commitdiff |
2012-02-14 |
Michael Schroeder | - add pool_addvendorclass and solver_solutionelement_in... |
tree | commitdiff |
2012-02-09 |
Michael Schroeder | - improve "erase specific solvable" magic so that it... |
tree | commitdiff |
2012-02-06 |
Michael Schroeder | - clean up repo parsing code |
tree | commitdiff |
2012-02-02 |
Michael Schroeder | - start support for Fedora comps format |
tree | commitdiff |
2012-02-02 |
Michael Schroeder | - add comments, add BUGS |
tree | commitdiff |
2012-02-01 |
Michael Schroeder | - rename pool_addfileprovides_ids to pool_addfileprovid... |
tree | commitdiff |
2012-02-01 |
Michael Schroeder | - add cleandeps support for install/update |
tree | commitdiff |
2012-01-17 |
Ingo Weinhold | Make more C89 and POSIX compliant |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - install dataiterator.h |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - add some comments, also check if we really disabled... |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - export new solvable_ functions |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - add include guard for chksum.h |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - clean up dataiterator.h a bit |
tree | commitdiff |
2012-01-17 |
Michael Schroeder | - move dataiterator declarations into a separate file |
tree | commitdiff |
next |