Test obsoletions within the transaction set, both ways
[platform/upstream/rpm.git] / rpmio /
2012-09-19 Florian FestiChange poolHash to use internal collision resolution
2012-09-19 Panu MatilainenAargh, stupid thinko in rpmstrPoolStrlen() last id...
2012-09-18 Panu MatilainenMake pool string->id operations properly length-aware
2012-09-18 Panu MatilainenAdd length aware variant(s) of string hashing
2012-09-18 Panu MatilainenEnhanced string hash to permit calculating string lengt...
2012-09-18 Panu MatilainenDont assume \0 terminated strings in rpmstrPoolPut()
2012-09-17 Panu MatilainenUse pool id's for hash table key, lookup strings from...
2012-09-17 Panu MatilainenMove the string pool struct definition earlier so we...
2012-09-17 Panu MatilainenInline poolHashfindEntry() into GetEntry(), nothing...
2012-09-17 Panu MatilainenEliminate key comparison and hash function vectors...
2012-09-17 Panu MatilainenMore poolHash multiple data-value cleanups
2012-09-17 Panu MatilainenEliminate redundant data counting from poolHash
2012-09-17 Panu MatilainenEliminate unnecessary key and data free-functionality...
2012-09-17 Panu MatilainenPull a private hash-implementation copy to string pool
2012-09-17 Panu MatilainenRename string pool hash type to poolHash
2012-09-15 Panu MatilainenLift string pool rehash into a separate helper function
2012-09-15 Panu MatilainenUse a saner pool hash resize hint
2012-09-13 Panu MatilainenAdd a string equality check function to string pool API
2012-09-12 Panu MatilainenOnly rehash the pool on insert if the data area actuall...
2012-09-12 Panu MatilainenAllow keeping hash table around on pool freeze, adjust...
2012-09-12 Panu MatilainenString pool id 0 equals NULL
2012-09-12 Panu MatilainenAvoid doing anything if pool is already frozen
2012-09-11 Panu MatilainenFix segfault on rpmstrPoolId() on frozen pool
2012-09-11 Panu MatilainenMake rpmstrPoolUnfreeze() safe to call on unfrozen...
2012-09-09 Panu MatilainenAnd now, on to the embarrassing string-pool reimplement...
2012-09-07 Panu MatilainenMove string pool typedefs to rpmtypes.h
2012-09-07 Panu MatilainenFirst cut of a libsolv-style string <-> id pool API
2012-09-03 Panu MatilainenMinor optimization to rnibble()
2012-08-17 Panu MatilainenRevert "Always return NULL from fdFree()"
2012-07-02 Panu MatilainenDont use mmap() for anything, axe the code instead
2012-05-31 Panu MatilainenOnly use local mempcpy() if system libraries dont provi...
2012-05-31 Panu Matilainenxmalloc() and xrealloc() never fail, remove redundant...
2012-05-31 Panu MatilainenCall alloca() and stat() by their own names...
2012-05-31 Panu MatilainenEliminate unnecessary glob portability fiddles
2012-05-31 Panu MatilainenEliminate VMS, MS-DOS, Windows and Amiga compatibility...
2012-05-31 Panu MatilainenEliminate shell interruptability hack in rpmglob
2012-05-31 Panu MatilainenWe always have xstrdup() available, eliminate redundant...
2012-05-31 Panu MatilainenEliminate getpwnam_r() and getlogin_r() uses from rpmglob
2012-05-31 Panu MatilainenEliminate mempcpy() related conditionals from rpmglob
2012-05-31 Panu MatilainenRemove __GNUC__ conditionals on variable sized local...
2012-05-31 Panu MatilainenEliminate unnecessary libc header typedeffery from...
2012-05-31 Panu MatilainenRun indent -kr on the glob implementation
2012-05-31 Panu MatilainenBury our glob() implementation entirely inside rpmglob...
2012-05-31 Panu MatilainenExport our own version of glob_pattern_p() as rpmIsGlob()
2012-05-31 Panu MatilainenSplit rpmGlob() to a separate source file
2012-05-22 Christophe FergeauAdd support for 7zip compressed tarballs
2012-05-21 Panu MatilainenSplit prelink checking into a helper function
2012-05-10 Panu MatilainenKeep the macro buffer terminated on append
2012-05-10 Panu MatilainenFix off-by-ones in mbAppend() and mbAppendStr()
2012-04-18 Panu MatilainenAlways return NULL from fdFree()
2012-03-22 Panu MatilainenOops, "magic eight" is necessary here afterall
2012-03-20 Panu MatilainenBump library sonames in preparation for new release
2012-03-14 Panu MatilainenUnbreak lua's base64 encode/decode extensions
2012-03-14 Panu MatilainenFix ufdCopy() for large (> 2GB) files
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-09 Panu MatilainenAdd a signature verification method to keyring
2011-11-09 Panu MatilainenSplit keyring find-by-signature to helper function...
2011-11-09 Panu MatilainenParse pubkey parameters on rpmPubkeyNew() already and...
2011-11-09 Panu MatilainenAdd an alternative API for parsing PGP packets
2011-11-09 Panu MatilainenAllocate signature and pubkey dynamically within pgpDig...
2011-11-09 Panu MatilainenUse pgpDigGetParams() in pgpVerifySig() compat wrapper too
2011-11-08 Panu MatilainenRevert "Take advantage of pgpDigParamsCmp() in rpmKeyri...
2011-11-08 Panu MatilainenTolerate NULL key in pgpVerifySignature()
2011-11-07 Panu MatilainenEliminate unused params member from pgpDigParams
2011-11-07 Panu MatilainenTake advantage of pgpDigParamsCmp() in rpmKeyringLookup()
2011-11-07 Panu MatilainenAdd ad API for retrieving algorithm values from digest...
2011-11-07 Panu MatilainenAdd an API for comparing two digest parameter containers
2011-11-07 Panu MatilainenAnd finally, make pgpDig struct fully opaque
2011-11-07 Panu MatilainenEliminate direct pgpDig accesses from keyring
2011-11-07 Panu MatilainenAdd a dumb API to retrieve pubkey / signature params...
2011-11-07 Panu MatilainenProcess all keys and signatures we find
2011-11-07 Panu MatilainenMake pgpPrtPubkeyParams() return an int like all the...
2011-11-07 Panu MatilainenAdd another pgpVerify variant which takes key and sig...
2011-11-07 Panu MatilainenClean up pgpPrtPkts() and friends a bit
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2011-11-04 Panu MatilainenImplement PGP key & sig algorithm specific part OO...
2011-11-04 Panu MatilainenLift RSA/DSA specific signature verification to helper...
2011-11-04 Panu MatilainenLift RSA/DSA key MPI calculations to helper functions
2011-11-04 Panu MatilainenLift RSA/DSA signature MPI calculations to helper functions
2011-11-04 Panu MatilainenRemove now redundant NULL digparam checks within the...
2011-11-04 Panu MatilainenArrange temporary storage for parsing if called with...
2011-11-04 Panu MatilainenAdded sanity checks on pgpPrtPkts() entry
2011-11-04 Panu MatilainenEliminate bunch of unused/useless debug cruft from...
2011-11-04 Panu MatilainenSplit digest parameter freeing into a separate helper...
2011-11-04 Panu MatilainenStore the rsa/dsa parameters in pgpDigParamers struct...
2011-11-01 Panu MatilainenVerify PGP signature packet sizes and number of MPIs...
2011-11-01 Panu MatilainenEliminate buggy pgpPrtComment()
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-11-01 Panu MatilainenVerify PGP key packet sizes and number of MPIs match...
2011-10-26 Panu MatilainenVerify MPI size is within packet boundary in pgpMpiItem()
2011-10-26 Panu MatilainenRemove support for V3 public keys
2011-10-26 Panu MatilainenWe dont deal with secret keys, leave them alone
2011-10-25 Panu MatilainenCentralize PGP packet decoding and sanity checking...
2011-10-25 Panu MatilainenVerify there are sufficient number of bytes to calculat...
2011-10-25 Panu MatilainenAvoid redundant calculations on pubkey fingerprint...
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors part II
2011-10-25 Panu MatilainenpgpPubkeyFingerprint() can fail, propagate errors
2011-10-24 Panu MatilainenEliminate useless pgpIsPkt() helper function
2011-10-24 Panu MatilainenEliminate broken pgpLen() from the API
next