platform/upstream/libsolv.git
2012-03-07 Ales Kozumplikfix a small memory leak in transaction_order()
2012-03-06 Michael Schroeder- change duprule generation to ignore uninstallable...
2012-03-05 Michael Schroeder- also use extrajobflags in bindings
2012-03-05 Michael Schroeder- clean up update/feature rule handling in allowuninsta...
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- change last argument in repo_write from Id ** to...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-03-01 Michael Schroeder- fix cleandeps bug with supplemented userinstalled...
2012-03-01 Michael Schroeder- improve unneeded algorithm a bit more
2012-02-29 Michael Schroeder- force update of A in cleandeps testcase
2012-02-29 Michael Schroeder- fix cleandeps mistake bug triggered by corner cases
2012-02-29 Michael Schroeder- add testcase for cleandeps mistake handling
2012-02-29 Michael Schroeder- fix argc comparison
2012-02-29 Michael Schroeder- fix cleandeps mistake handling
2012-02-29 Michael Schroedersupport RESULT_UNNEEDED in testcases
2012-02-29 Michael Schroeder- improve unneeded algorithms
2012-02-28 Michael Schroeder- add solver_get_unneeded() to get a list of no longer...
2012-02-28 Michael Schroeder- use -D<sym> for swig (-D<sym>=1 works for me as well...
2012-02-28 Michael Schroeder- also export solv config to swig, thanks Zdenek Pavlas
2012-02-28 Michael Schroeder- obsoleteusescolor is 1) no longer exported, and 2...
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-23 Michael Schroeder- version -> Version
2012-02-23 Michael Schroeder- improve cleandeps for opensuse a bit by marking insta...
2012-02-23 Michael Schroederfix spelling of ENABLE_RPMDB_PUBKEY, read susetags...
2012-02-23 Michael Schroeder- fix "autoextend" susetags mode not to add to old...
2012-02-23 Michael Schroeder- fix spelling of ENABLE_RPMDB_PUBKEY
2012-02-22 Michael Schroeder- also put poolflags in testcases, support <inline...
2012-02-22 Michael Schroeder- add dependency check testcases
2012-02-22 Michael Schroeder- support testcases with multiple solver jobs
2012-02-22 Michael Schroeder- adapt to rpm changes regarding cornercases where...
2012-02-22 Michael Schroeder- change allowselfconflicts to forbidselfconflicts...
2012-02-21 Michael Schroeder- ignore README and .git ;)
2012-02-21 Michael Schroederrename to libsolv-zypptestcases
2012-02-21 Michael Schroeder- add a simple testcase
2012-02-21 Michael Schroeder- add testsolv tool
2012-02-21 Michael Schroeder- allow <> dep in susetags, special case pattern: in...
2012-02-20 Michael Schroeder- fix testcasedir handling
2012-02-20 Michael Schroeder- fix copy&paste error
2012-02-20 Michael Schroeder- make old rpmdb pubkey support optional
2012-02-20 Michael Schroeder- don't install repopage.h, it's internal
2012-02-20 Michael Schroeder- add some bits of history
2012-02-20 Michael Schroeder- make pool flags private, allow self conflicts for...
2012-02-20 Michael Schroeder- fix comparisons in commit_diskusage()
2012-02-20 Michael Schroeder- make file list conversion twice as fast by adding...
2012-02-17 Michael Schroeder- made parts of Pool private, removed inline from solv_...
2012-02-17 Michael Schroeder- make more of repodata struct private
2012-02-17 Michael Schroeder- oops, fix typo
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-02-16 Michael Schroeder- comps: use group: and category: instead of pattern:
2012-02-16 Michael Schroeder- fix filelist handling in repo_susetags and testcase
2012-02-15 Michael Schroeder- commit current state of testcase
2012-02-15 Michael Schroeder- make susetags format work with packages that have...
2012-02-15 Michael SchroederMerge pull request #6 from akozumpl/upstream
2012-02-15 Ales Kozumplikcosmetic: fix misleading comment in repodata.c
2012-02-15 Ales Kozumplikfix a small memory leak: pool->id2color.
2012-02-15 Zdeněk Pavlasrepo_write: fix key packing
2012-02-14 Michael Schroeder- commit current state of testcase support
2012-02-14 Michael Schroeder- support writing of gzipped files
2012-02-14 Michael Schroeder- add pool_addvendorclass and solver_solutionelement_in...
2012-02-09 Michael Schroeder- start testcase reading/writing support
2012-02-09 Michael Schroeder- improve "erase specific solvable" magic so that it...
2012-02-07 Michael Schroeder- add findutils requires
2012-02-07 Michael Schroeder- remove 'echo <products>' for repodata products, which...
2012-02-07 Michael Schroeder- add join_dup helper, cleanup code
2012-02-07 Michael Schroeder- use join2 for temp store of the language instead...
2012-02-07 Michael Schroeder- clear langcache if the default language changes
2012-02-06 Michael Schroeder- get rid of static variables used by join2
2012-02-06 Michael Schroeder- add long forgotten break statement...
2012-02-06 Michael Schroeder- clean up repo parsing code
2012-02-02 Michael Schroeder- start support for Fedora comps format
2012-02-02 Michael Schroeder- run spec file through coolo's spec beautifier
2012-02-02 Michael Schroeder- add comments, add BUGS
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-30 Michael Schroeder- fix load_ext definition
2012-01-27 Michael Schroeder- remove NDEBUG for now
2012-01-24 Michael SchroederMerge pull request #4 from akozumpl/req
2012-01-24 Ales KozumplikFix compilation on Fedora.
2012-01-20 Michael Schroeder- switch build type to RelWithDebInfo
2012-01-20 Michael SchroederMerge pull request #3 from flavio/master
2012-01-20 Flavio CastelliChange cflags for release mode
2012-01-18 Michael Schroeder- add cmake options to only build for some repository...
2012-01-18 Michael Schroeder- add Datapos lookup functions, add lookup_idarray...
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
2012-01-17 Michael Schroeder- remove duplicate line
2012-01-17 Michael Schroeder- install dataiterator.h
2012-01-17 Michael Schroeder- add some comments, also check if we really disabled...
2012-01-17 Michael Schroeder- export new solvable_ functions
2012-01-17 Michael Schroeder- add include guard for chksum.h
2012-01-17 Michael Schroeder- clean up dataiterator.h a bit
2012-01-17 Michael Schroeder- move dataiterator declarations into a separate file
2012-01-17 Michael Schroeder- add solvable_ setter functions, add solvable_lookup_t...
2012-01-16 Michael Schroeder- add missing repo_lookup_deparray/repo_add_deparray...
2012-01-16 Michael Schroeder- make add_solvable return a XSolvable
2012-01-16 Michael Schroeder- remove access to dependency offsets again, add add_pr...
2012-01-16 Michael SchroederMerge pull request #2 from karelklic/master
2012-01-13 Karel KlicExtend bindings to support creation of custom repositor...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-13 Michael Schroeder- remove legace vars now that they are no longer visible
next