Imported Upstream version 0.6.21
[platform/upstream/libsolv.git] / ext / repo_rpmdb.c
2016-10-27 DongHun KwakImported Upstream version 0.6.21 20/94120/1 upstream/0.6.21
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.9 08/94108/1 upstream/0.6.9
2016-10-27 DongHun KwakImported Upstream version 0.6.6 05/94105/1 upstream/0.6.6
2014-04-15 Michael Schroederalso check for read-only rpm db in /usr/share/rpm ...
2014-04-07 Michael Schroederalso simplify solvable_copy_cb's checksum handling
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-03-31 Michael Schroedersuppport RPM_ADD_FILTERED_FILELIST
2014-02-19 Michael Schroederadapt to new rpm tags for weak dependencies
2014-01-22 Michael Schroederrepo_rpmdb: refactor count_headers
2014-01-22 Michael Schroederserialize dbenv operations on FEDORA systems
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-13 Michael Schroedermake addfilelist more resistant against corrupt rpms
2014-01-10 Michael Schroederencode flags into rpmdb cookie
2014-01-08 Michael Schroederthree other changes to make cppcheck happier
2014-01-07 Michael Schroederplug memory leak when the rpmdb is found to be corrupt
2013-12-16 Michael SchroederAlso copy the checksums in repo_add_rpmdb_reffp
2013-11-14 Michael SchroederCreate a real type for a checksum handle
2013-10-16 Michael Schroederremove trailing whitespace
2013-09-20 Michael Schroedersplit DEP_PRE into DEP_PRE_IN and DEP_PRE_UN
2013-07-12 Michael Schroederrefactor a bit, no functional changes
2013-05-06 Michael Schroederadd utf8 helpers to util.c
2013-05-03 Michael Schroederfix iso-8859-1 to utf8 transcoding bug
2013-04-25 Michael Schroedersupport 64bit filesizes in rpm adddudata()
2013-04-24 Michael Schroederadd_rpmdb: copy solvables a bit faster
2013-04-23 Michael Schroederadd repodata_translate_id to get rid of some "implement...
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-17 Michael Schroedertreat overlong utf8 sequences as error
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-15 Michael Schroederrefactor rpmdb handling to remove some code duplication
2013-04-15 Michael Schroederfix repo_add_rpmdb error messages, they should not...
2013-04-15 Michael Schroederconvert perror() and fprintf() calls to pool_error()
2013-04-15 Michael Schroederadd pool parameter to rpm_state_create so that we can...
2013-04-12 Michael Schroederfix error handling in rpm_byrpmdbid
2013-04-10 Michael Schroederthree missed dig->pubkey => digpubkey changes
2013-04-10 Michael Schroederimprove iterate_filelist, it now calls the callback...
2013-04-10 Michael Schroederremove dead code
2013-04-10 Michael Schroederuse pgpDigGetParams() if available
2013-04-10 Michael SchroederReimplement state handling in rpm_by functions
2013-04-10 Michael Schroederrefactor: split off openpkgdb()
2013-04-05 Michael Schroedersmall cleanups in pubkey handling
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2013-02-06 Michael Schroederincrease maximum header size for some pathological...
2012-12-20 Michael Schroederimprove repo_add_rpmdb speed a tiny bit
2012-12-10 Michael Schroederimprove error handling in makedeps
2012-12-07 Michael Schroederprint bad package name when detecting dependency array...
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22 Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-19 Michael Schroedercheck for rpm/db.h header file
2012-10-15 Michael Schroederadd repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER...
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-10-05 Michael Schroedersimplify forcebinary code again: use TAG_SOURCEPACKAGE...
2012-10-04 Michael Schroederdo not force rpm5 rpms to binary, the type info in...
2012-09-05 Michael Schroedercompatibility with rpm: force to binary rpm if the...
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-04-16 Michael Schroeder- get rid of plural forms of repo_add_pkg, use pool_err...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-12 Michael Schroeder- use repo_free_solvable instead of repo_free_solvable_...
2012-04-03 Michael Schroeder- repo_rpmdb: always check for distepoch, check for...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-22 Michael Schroeder- check distepoch tag if rpm5 is used
2012-03-19 Michael Schroeder- more cleanup and return type fixes
2012-03-19 Michael Schroedercleanup rpmdb copy code now that we can do rels in...
2012-02-23 Michael Schroeder- fix spelling of ENABLE_RPMDB_PUBKEY
2012-02-20 Michael Schroeder- make old rpmdb pubkey support optional
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
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-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-08 Michael Schroeder- fix (harmless) typo in headtoevr function that broke...
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- do not use obsolete interface in libsolv library...
2011-05-19 Michael Schroeder- make peace with gcc46
2011-03-24 Michael Schroeder- add missing else part in rpmdbid2db()
2011-03-17 Michael Schroeder- fix trigger copying, make rpmdbid handling nicer
2011-03-16 Michael Schroeder- adapt to rpm5 (thanks to Qing He and Mark Hatle)
2011-03-01 Michael Schroeder- add repo_add_rpm() and repo_add_deb()
2011-01-28 Michael Schroeder- fix mem leak in repo_add_rpmdb_pubkeys()
2010-12-02 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-11-24 Michael Andresdb.h can be found under /usr/include on Fedora, etc.
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-06 Michael Schroeder- more range checks to catch bad gpg packets
2010-02-19 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-02-17 Michael Schroeder- set thread count on fedora so that berkeleydb doesn...
2010-02-15 Klaus Kämpffix conflict
2009-12-18 Michael Schroeder- work around rpm bug when --prefix is used (fixes...
2009-09-21 Michael Schroeder- also look at triggers when ordering packages
2009-09-14 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-09-11 Michael Schroeder- fix fp leak [bnc#535468]
2009-09-07 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-09-04 Michael Schroeder- add changes, bump version, remove db.h workaround
2009-08-31 Michael Schroeder- add ugly workaround to make it use the right interface
2009-08-31 Michael Schroeder- map db functions to rpm versions
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
next