cosmetic: fix possibly uninitialized variable warning in solv.c.
[platform/upstream/libsolv.git] / ext /
2012-06-27 Michael Schroeder- implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_H...
2012-06-27 Michael Schroeder- store SOLVABLE_HDRID as checksum
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-27 Ales Kozumplik- repo_rpmdb: read in RPMTAG_SHA1HEADER
2012-06-25 Michael Schroeder- export repo_add_cudf, use SOLVER_ORUPDATE for cudf...
2012-06-25 Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-06-22 Michael Schroeder- set disttype before setting the architecture so that...
2012-06-22 Michael Schroeder- name sure to record all namespace ids in testcases
2012-06-22 Michael Schroeder- fix testcase writing bugs
2012-06-22 Michael Schroeder- also parse cudf provides ;)
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-05-31 Michael Schroeder- fix gzFile usage, oops
2012-04-16 Michael Schroeder- use pool_error instead of pool_debug in repo_add_arch_pkg
2012-04-16 Michael Schroeder- get rid of plural forms of repo_add_pkg, use pool_err...
2012-04-16 Michael SchroederMerge pull request #13 from akozumpl/upstream
2012-04-16 Ales Kozumplikbuild: export the new *_testtags methods
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-13 Michael Schroeder- rename "susetags" in testcases to "testtags", because...
2012-04-13 Michael Schroeder- support <inline> repositories (because we can), fix...
2012-04-12 Michael Schroeder- use repo_free_solvable instead of repo_free_solvable_...
2012-04-11 Michael Schroeder- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcases
2012-04-03 Michael Schroeder- repo_rpmdb: always check for distepoch, check for...
2012-04-03 Michael Schroeder- support repo_add_arch_local to read the installed...
2012-04-02 Michael Schroeder- "noarch" is called "any" on archlinux, so now we...
2012-03-30 Michael Schroeder- also implement files.xml parsing for m&m
2012-03-30 Michael Schroeder- fix mem leak in arch code
2012-03-30 Michael Schroeder- support files section, support repo extension for...
2012-03-30 Michael Schroeder- add support for archlinux packages/repos
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-28 Michael SchroederMerge branch 'master' of github.com:openSUSE/libsolv
2012-03-27 Michael Schroeder- clean up lzma code a bit
2012-03-26 Michael Schroeder- adapt to liobsolv coding style
2012-03-26 Michael Schroeder- rename to ENABLE_LZMA_COMPRESSION as the lib is calle...
2012-03-26 Michael Schroeder- implement support for xz/lzma compression
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-23 Michael Schroeder- don't call pool_solvid2str in testcase_solvid2str
2012-03-23 Michael Schroeder- add repo_mdk_add_info() function to parse the M&M...
2012-03-22 Michael Schroeder- check distepoch tag if rpm5 is used
2012-03-22 Michael Schroeder- add M&M synthesis file parser, add mkd2solv tool
2012-03-22 Michael Schroeder- support distepoch handling in release, used by the...
2012-03-19 Michael Schroeder- more cleanup and return type fixes
2012-03-19 Michael Schroeder- fix return type of repo_deltainfoxml, remove obsolete...
2012-03-19 Michael Schroedercleanup rpmdb copy code now that we can do rels in...
2012-03-14 Michael Schroeder- SOLVABLE_DISTRIBUTION is a poolstr everywhere else...
2012-03-14 Michael SchroederMerge pull request #10 from akozumpl/upstream
2012-03-14 Ales Kozumpliktestcase.h uses the Solver data type, include it.
2012-03-13 Michael Schroeder- silence gcc -Wformat
2012-03-09 Michael Schroeder- use our own susetags parser, even if ENABLE_SUSEREPO...
2012-03-09 Michael Schroeder- repo_helix: also parse srcpackage elements
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-29 Michael Schroeder- fix argc comparison
2012-02-29 Michael Schroedersupport RESULT_UNNEEDED in testcases
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
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- support testcases with multiple solver jobs
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- 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- 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 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-09 Michael Schroeder- start testcase reading/writing support
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-01-18 Michael Schroeder- add cmake options to only build for some repository...
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
2012-01-11 Michael Schroeder- add some missing copyright blocks
2011-12-22 Michael Schroeder- add solv_strdup(), rename repo_freeallrepos() to...
2011-12-01 Michael SchroederFixed compile break on pgpFreeDig with RPM 5, thanks...
2011-12-01 Michael Schroeder- support severity/rights/updated in updateinfo.xml
2011-11-16 Michael Schroederrepo_deb: The control file may not have a leading ...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-06-08 Michael Schroeder- fix (harmless) typo in headtoevr function that broke...
2011-05-27 Michael Schroeder- name BLOB defines to REPOPAGE
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroeder- make findfileconflicts ignore ghost files, like rpm...
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-05-23 Michael Schroeder- fix gzdopen() call, it does not like mode "r+"
next