Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmts.c
2013-02-03 Anas NashifSuspend exclusive database lock when scriptlets get...
2012-12-19 Panu MatilainenHandle transaction global pool allocation centrally...
2012-12-18 Panu MatilainenDead code removal
2012-11-05 Panu MatilainenWork around Fedora-specific patch to libselinux causing...
2012-09-17 Panu MatilainenPermit key imports even if signature checking is disabl...
2012-09-13 Panu MatilainenHang rpmlib() dependency set onto transaction set
2012-09-12 Panu MatilainenAdd infastructure for global transaction set string...
2012-09-06 Panu MatilainenPush RPMDBI_LABEL arch parsing down to rpmdb layer...
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2012-02-03 Panu MatilainenHonor RPMTRANS_FLAG_TEST in rpmtsImportPubkey()
2012-02-02 Panu MatilainenRemove the arbitrary limitation on transaction keyring...
2012-02-02 Panu MatilainenNever load ts keyring if signature checking is disabled
2012-01-12 Ales Kozumplikremove the 'path' parameter of rpmtsSELabelInit()
2012-01-12 Ales Kozumplikselinux: reopen label between transactions if necessary...
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-24 Panu MatilainenMake gpg-pubkey headers properly verifiable
2011-11-24 Panu MatilainenSanitize makePubkeyHeader() calling semantics
2011-11-24 Panu MatilainenMake gpg-pubkey buildtime reflect the public key create...
2011-11-24 Panu MatilainenAdd key userid into gpg-pubkey headers as "packager"
2011-11-10 Panu MatilainenDoh, somehow managed to miss the warnings from these...
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from pubkey importing
2011-05-31 Panu MatilainenRemove reamining dead assignments from rpmtsiFree(...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-04 Panu MatilainenRemove unused return code variable
2010-12-22 Panu MatilainenMake rpmplugins.h private for now
2010-12-03 Panu MatilainenA bit of sanity checking in rpmtsRebuildDB()
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-10-22 Panu MatilainenChange rpmdb internals and iterator APIs to use the...
2010-09-21 Panu MatilainenReturn explicit NULL from various fooFree() functions...
2010-09-21 Panu MatilainenDifferentiate between the possible te types and iterato...
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-13 Panu MatilainenFix some broken fooUnlink() usages
2010-09-02 Panu MatilainenReturn NULL from rpmtsProblems() if no problems exist
2010-09-01 Panu Matilainen...and finally eliminate the spec crapola from transact...
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-09-01 Steve LawrenceUpdate the plugin architecture to allow for remembering...
2010-08-13 Panu MatilainenLose the now unnecessary rpmtsSELinuxEnabled() function
2010-06-22 Panu MatilainennumAddedPackages is unused since rpm 4.8.0, eliminate
2010-06-01 Panu MatilainenDon't return errors on trying to import duplicate keys
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-28 Panu MatilainenDont crash on NULL ts to rpmtsInitIterator()
2010-05-07 Panu MatilainenFix breakage from removedPackages changing to hash
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-05-06 Panu MatilainenUnexport rpmteNew() and rpmteFree()
2010-04-29 Panu MatilainenDoh, dont shadow the rpmtsVerifyDB() return value
2010-04-22 Panu MatilainenProtect rpmtsVerifyDB() with transaction lock
2010-04-22 Panu MatilainenMake transaction lock path per-transaction
2010-04-22 Panu MatilainenFurther generalize the rpmlock interface
2010-04-22 Panu MatilainenMake rpmlock type visible inside rpm, use instead of...
2010-04-07 Panu MatilainenEliminate the headerCheck() foo from rpmdbAdd/Remove()
2010-04-07 Panu MatilainenMove header INSTALLTID manipulation out of rpmdbAdd()
2010-03-26 Panu MatilainenUse rpmpsMerge() for collecting element problems in...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmts refcounting debug messages ...
2010-03-18 Panu MatilainenLose deprecated rpmtsFindPubkey()
2010-03-14 Panu MatilainenDefault to "not found" for rpmtsSolve() + comment behavior
2010-03-12 Panu MatilainenAdd internal API for depsolve callback
2010-03-12 Panu MatilainenRecord problems into the transaction elements causing...
2010-03-12 Panu MatilainenSplit transaction member information out of rpmts to...
2010-02-05 Florian FestiRemove no longer neede rpmts->filesystemCount and-...
2009-12-22 Panu MatilainenEliminate unnecessary url parsing from rpmtsRootDir()
2009-12-21 Panu MatilainenRemove unused ordering related members from rpmts struct
2009-12-18 Panu MatilainenMove transaction element iterator into rpmts.c where...
2009-12-15 Panu MatilainenEliminate transaction disk space checking functions...
2009-11-20 Panu MatilainenError out early trying to install on readonly fs (ticke...
2009-10-27 Panu MatilainenMake disk space problem reporting slightly saner (RhBug...
2009-10-02 Panu MatilainenPush the rpmtsGetKeys() stuff over to python completely
2009-10-01 Panu MatilainenAdd API for setting preferred transaction file color
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-04-23 Panu MatilainenHide NSS peculiarities from API
2009-04-22 Panu MatilainenDont try to refcount NULL keyring
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-03-31 Panu MatilainenAllocate ts->addedPackages lazily from rpmtsAddInstallE...
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-01-27 Panu MatilainenAdd RPMTAG_SOURCERPM to gpg-pubkeys in rpmdb
2009-01-08 Panu MatilainenDelay NSS initialization until actually used
2009-01-08 Panu MatilainenMake rpm_tid_t unsigned type to shut up remaining compi...
2008-12-22 Panu MatilainenEliminate silly and now unnecessary rpmts(Set)RelocateE...
2008-11-30 Panu MatilainenMove install langs to per-transaction level
2008-11-30 Panu MatilainenMove netsharedpaths to per-transaction level
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-05 Panu MatilainenNuke the ugly hardwired "known arch" list from label...
2008-08-08 Panu MatilainenAdd key to transaction keyring on rpmtsImportPubkey...
2008-08-08 Panu MatilainenUse rpmPubkey + methods for pubkey header generation
2008-08-08 Panu MatilainenSplit gpg-pubkey header generation out of rpmtsImportPu...
2008-08-04 Panu MatilainenBunch of keyring / pubkey refcounting fixes
2008-07-17 Panu MatilainenAdd (and use) refcounting for rpmKeyring and rpmPubkey
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-07-04 Panu MatilainenKill of rpmtsAvailable()
2008-07-03 Panu MatilainenPlug a memleak on erasure
2008-07-03 Panu MatilainenMake all transaction callback notifications go through...
2008-07-03 Panu MatilainenOnly try to pubkeys from rpmdb if we non-db keys didn...
2008-07-02 Panu MatilainenDon't leak memory on duplicate pubkeys
2008-07-02 Panu MatilainenChange rpmts keyring get/set interface to more transpar...
2008-07-02 Panu MatilainenMake rpmkeyring.h public header
2008-07-02 Panu MatilainenLoad pubkeys from both files and rpmdb for now
2008-07-01 Panu MatilainenEliminate remaining signature checking bits from rpmts
next