summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge "fix zstd magic" into tizen_basezhang zhigang1-1/+1
2023-03-30fix zstd magicThierry Vignaud1-1/+1
2023-02-23Fix CVE-2021-20266: hdrblobInit() needs bounds checks toosubmit/tizen_7.0_base/20230222.163040accepted/tizen/7.0/base/tool/20230227.052649wang biao1-8/+100
2021-12-09Remove SIGTRAP from block list for HWASan buildtizen_7.0_m2_releasesubmit/tizen_base/20211220.072804submit/tizen_7.0_base_hotfix/20221115.161701submit/tizen_7.0_base/20221028.201301accepted/tizen/base/tool/20211230.001929accepted/tizen/7.0/base/tool/hotfix/20221115.084354accepted/tizen/7.0/base/tool/20221028.120335accepted/tizen/7.0/base/hotfix/20230714.003924tizen_7.0_base_hotfixaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_hotfixAndrey Kazmin1-0/+3
2021-01-05upgrade rpm version to 4.14.1upstream/4.14.1.1submit/tizen_base/20210113.025730submit/tizen_base/20210105.160930accepted/tizen/base/tool/20210118.215949biao716.wang34-1835/+3490
2017-01-02Only use multi thread support with liblzma >= 5.2.0submit/tizen_base/20170102.104445accepted/tizen/base/20170106.101320Florian Festi1-2/+15
2017-01-02prevent exceeding 32 bit memory limitations with multithreaded xz compressionPer Øyvind Karlsen1-0/+43
2017-01-02Add support for multithreaded xz compressionPer Øyvind Karlsen1-1/+29
2017-01-02add support for setting xz memlimitPer Øyvind Karlsen1-1/+2
2017-01-02add rpmlog(RPMLOG_ERR, ...) for liblzma return codesPer Øyvind Karlsen1-0/+13
2017-01-02lowest xz compression level is '0'Per Øyvind Karlsen1-1/+1
2017-01-02really default to default XZ compression levelThierry Vignaud1-1/+1
2012-12-18display the actual unknown option instead of '?'Thierry Vignaud1-1/+1
2012-12-04Handle allocation failure in NSS DSA signature initializationPanu Matilainen1-2/+4
2012-12-04Fix build with older NSS versions that dont support SHA224Panu Matilainen1-0/+4
2012-12-04Condence NSS getHashType() a bit, handle SHA224 tooPanu Matilainen1-24/+8
2012-11-30Get rid of long since deprecated VFY_VerifyDigest() usesPanu Matilainen1-29/+27
2012-11-30Use NSS-defined constants for DSA q-bits and signature length tooPanu Matilainen1-3/+9
2012-11-30Avoid deprecation warnings from NSS >= 3.14Panu Matilainen1-6/+8
2012-11-05Fix strncat() boundaries in Fdopen()Dominique Leuenberger1-3/+3
2012-11-05Update library current + age (ie libs are now 3.1.0)Panu Matilainen1-1/+1
2012-11-01Enable built-in %dirname macroPanu Matilainen1-3/+1
2012-10-31Use private NSS context if NSS supports it (RhBug:871485)Panu Matilainen1-1/+23
2012-10-30Handle EINTR in Fread() and Fwrite()Panu Matilainen1-2/+6
2012-10-19Eliminate copy-paste nibble(), use rnibble() insteadPanu Matilainen1-12/+1
2012-10-19Add support for beecrypt as an alternative crypto implementationMichael Schroeder2-0/+542
2012-10-11Missing include in string poolPanu Matilainen1-0/+1
2012-10-09Add lua 5.2 support.Anders F Bjorklund1-7/+33
2012-09-28Make string pool strings static in memoryFlorian Festi1-33/+56
2012-09-27Add doxygen documentation to string pool APIPanu Matilainen1-13/+79
2012-09-27Fixup string pool prototype argument names to match implementationPanu Matilainen1-7/+7
2012-09-26Add function to get number of unique strings in the poolPanu Matilainen2-0/+8
2012-09-19Change poolHash to use internal collision resolutionFlorian Festi1-70/+60
2012-09-19Aargh, stupid thinko in rpmstrPoolStrlen() last id special casePanu Matilainen1-1/+1
2012-09-18Make pool string->id operations properly length-awarePanu Matilainen1-19/+41
2012-09-18Add length aware variant(s) of string hashingPanu Matilainen1-0/+27
2012-09-18Enhanced string hash to permit calculating string length on the same callPanu Matilainen2-17/+28
2012-09-18Dont assume \0 terminated strings in rpmstrPoolPut()Panu Matilainen1-2/+3
2012-09-17Use pool id's for hash table key, lookup strings from pool as neededPanu Matilainen1-23/+19
2012-09-17Move the string pool struct definition earlier so we can reference it...Panu Matilainen1-12/+12
2012-09-17Inline poolHashfindEntry() into GetEntry(), nothing else needs itPanu Matilainen1-13/+5
2012-09-17Eliminate key comparison and hash function vectors from poolHashPanu Matilainen1-20/+7
2012-09-17More poolHash multiple data-value cleanupsPanu Matilainen1-13/+7
2012-09-17Eliminate redundant data counting from poolHashPanu Matilainen1-25/+6
2012-09-17Eliminate unnecessary key and data free-functionality from poolHashPanu Matilainen1-20/+2
2012-09-17Pull a private hash-implementation copy to string poolPanu Matilainen1-9/+213
2012-09-17Rename string pool hash type to poolHashPanu Matilainen1-10/+10
2012-09-15Lift string pool rehash into a separate helper functionPanu Matilainen1-10/+20
2012-09-15Use a saner pool hash resize hintPanu Matilainen1-1/+1
2012-09-13Add a string equality check function to string pool APIPanu Matilainen2-0/+13