Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmts_internal.h
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-02-24 Panu MatilainenPush the rest of the prepare-calculations down to rpmts...
2009-02-24 Panu MatilainenEliminate fingerprint hash from ts struct
2009-02-24 Panu MatilainenCalculate files in transaction just once
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-30 Panu MatilainenEliminate unused filename field in rpmts_s
2008-10-24 Florian FestiChange both hashes to a typed version
2008-07-04 Panu MatilainenRemove solvedb API and other related stuff
2008-07-04 Panu MatilainenKill of rpmtsAvailable()
2008-07-02 Panu MatilainenMake rpmkeyring.h public header
2008-07-01 Panu MatilainenEliminate remaining signature checking bits from rpmts
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-10 Jindrich NovyUse 64bit data types in diskspaceInfo_s
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-03-17 Panu MatilainenRemove support for automatic rollback on failure
2008-03-07 Panu MatilainenMake _cacheDependsRC static, not needed outside depends.c
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-01-30 Panu MatilainenInclude spring-cleaning
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenDrop bogus const from rpmts rootDir + curDir
2007-12-16 Panu MatilainenpgpReadPkts returns malloced memory, unconstify
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-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-26 Panu MatilainenDefine and use pgpKeyID_t for pgp key id's
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-31 Panu MatilainenSplit out rpmts_internal.h from rpmts.h