Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmts.c
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
2008-03-07 Panu MatilainenRemove support for automatically importing pubkeys...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmSigTag enum for signature tags everywhere, more...
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenYet another typedef for transaction ID, use where spotted
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-19 Panu MatilainenAdd support for Geode CPU (rhbz#428979)
2008-01-07 Panu MatilainenDon't unlink non-temporary file in FSM_UNDO (rhbz#223931)
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenUse constfree for rpmts suggestions
2007-12-15 Panu MatilainenAnother bunch of bogus const removals
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-13 Panu MatilainenBig bunch of int -> size_t corrections for various...
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-27 Panu MatilainenRemove debug junk
2007-11-27 Panu MatilainenTeach dbiFindByLabel() to grok epochs
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-10-31 Panu MatilainenSplit out rpmts_internal.h from rpmts.h
2007-10-31 Panu MatilainenAdd rpmtsPrintSuggests() method for now, use instead...
next