Change all internal uses of rpmtsInitIterator() to use DBI tags
[platform/upstream/rpm.git] / lib / rpmts.c
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
2008-07-01 Panu MatilainenUse keyring even when using pubkeys from rpmdb
2008-07-01 Panu MatilainenPass keyring, not the full ts to lowlevel signature...
2008-07-01 Panu MatilainenAdd methods for getting and setting the keyring used...
2008-07-01 Panu MatilainenProof of concept rpmtsFindPubkey() implementation with...
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-27 Panu MatilainenUse correct formatters for debug-printing in rpmtsInitDSI()
2008-06-19 Panu MatilainenUse type-specific headerPut()'s for rpmtsImportPubkey()
2008-06-18 Panu MatilainenConvert rpmtsImportPubkey() to use headerPut()
2008-06-13 Panu MatilainenConvert rpmtsSolve() to new headerGet()
2008-06-10 Jindrich NovyrpmtsUpdateDSI now uses rpm_loff_t for fileSize
2008-06-09 Panu MatilainenUse rpm_loff_t for transaction callback amount+total...
2008-05-23 Panu MatilainenConvert rpmtsFindPubkey() to new headerGet() interface
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-08 Panu MatilainenCheck for transaction root sanity in rpmtsSetRootDir()
2008-05-08 Panu MatilainenSet ts rootdir to /, not empty if rootDir arg is NULL
2008-05-08 Panu MatilainenOnly append trailing slash to ts rootdir if rootdir...
2008-04-29 Panu MatilainenAvoid alloca() in rpmtsSetRootDir()
2008-04-29 Panu MatilainenAvoid alloca() in rpmtsInitIterator()
2008-04-20 Jindrich NovyDon't use static buffers
2008-04-08 Panu MatilainenWhoops.. gpg-pubkey "release" on import got busted...
2008-04-08 Panu MatilainenSimplify rpmtsImportPubkey() a bit
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-17 Panu MatilainenRemove repackage support to finish off with rollback
2008-03-17 Panu MatilainenRemove support for automatic rollback on failure
next