summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-03-07Log message adjustmentsPanu Matilainen1-2/+2
2008-03-06Mark bunch of misc. tables & such read-only in librpmioPanu Matilainen4-6/+6
2008-03-06Make rpmio vectors read-onlyPanu Matilainen2-17/+17
2008-03-06Further read-only tables in rpmpgp..Panu Matilainen2-9/+9
2008-03-06Mark various pgp value tables read-only as they should bePanu Matilainen2-20/+20
2008-02-26Make bunch of macro internal variables staticPanu Matilainen1-3/+3
2008-02-26Remove hidden --nolibio cli switch, avoid exporting noLibioPanu Matilainen1-3/+2
2008-02-26Un-inline fd*Digest()Panu Matilainen3-82/+90
2008-02-26Make the rest of rpmio vectors static inside rpmioPanu Matilainen2-104/+48
2008-02-26Remove the last remains of unused and unnecesary rpmio rpc vectorsPanu Matilainen3-89/+7
2008-02-25Enable variadic checks for rpmExpand(), rpmlog() and rpmGetPath()Panu Matilainen3-3/+8
2008-02-25Add new header for collecting utility macrosPanu Matilainen1-0/+95
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen3-5/+5
2008-02-01Avoid silly fixed size buffer in urlhelperPanu Matilainen1-1/+3
2008-02-01Allocate macro buffers dynamicallyPanu Matilainen1-45/+67
2008-02-01Allocate various macro buffers from heap not stackPanu Matilainen1-14/+19
2008-02-01Define + use MACROBUFSIZ for macro expansion buffer sizePanu Matilainen1-8/+10
2008-02-01Macro shell expansion fixes (rhbz#431009)Panu Matilainen1-2/+5
2008-01-30Include spring-cleaningPanu Matilainen18-34/+48
2008-01-30Move FD_t to rpmtypes.h, used all over ..Panu Matilainen1-4/+1
2008-01-28More missing system includes for size_t & friendsPanu Matilainen5-1/+9
2008-01-28Add missing system includes to rpmmacro.hPanu Matilainen1-0/+3
2008-01-27Rename isCompressed() -> rpmFileIsCompressed() for namespacingPanu Matilainen3-11/+10
2008-01-27Couple of missing doxygen groupingsPanu Matilainen1-2/+2
2008-01-27Detect lzma magic if it exists, otherwise dumb check for .lzma filenamePanu Matilainen1-6/+7
2008-01-27Helper function for checking given suffix on pathPanu Matilainen2-0/+16
2008-01-23Make uncompress macros match reality (_ vs __ prefix)Panu Matilainen1-5/+5
2008-01-10pgpHexStr() returns pointer to static buffer, return const char *Panu Matilainen1-1/+1
2008-01-09Handle spaces in file path arguments correctly (#217258)Panu Matilainen2-0/+30
2008-01-09Last 8 bytes of RSA modulus is keyid for V3 pubkeys (#205080)Panu Matilainen1-22/+34
2008-01-03Lose unused pgpMpiHex()Panu Matilainen1-11/+0
2008-01-02Gah, nss doesn't use size_t for lengths...Panu Matilainen1-1/+1
2008-01-02More assorted int -> size_t usesPanu Matilainen2-8/+8
2007-12-19Fix some const issues in macrosPanu Matilainen1-5/+5
2007-12-19Hum, NSS needs to be shut down tooPanu Matilainen2-0/+17
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen3-5/+4
2007-12-17Use constfree for cleaning up pgp digest contentsPanu Matilainen1-6/+6
2007-12-16pgpReadPkts returns malloced memory, unconstifyPanu Matilainen2-4/+3
2007-12-16Unconstify macro contents, fully contained within macro modulePanu Matilainen1-3/+3
2007-12-16More const removalsPanu Matilainen1-1/+1
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen2-2/+2
2007-12-15Further bogus const removals...Panu Matilainen1-9/+9
2007-12-15Fix incorrect rpmCleanPath() retval commentPanu Matilainen1-1/+1
2007-12-15Use _constfree() for freeing urlinfo contentsPanu Matilainen1-8/+8
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen2-2/+2
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGenPath and rpmGetPath return typePanu Matilainen2-7/+4
2007-12-14Remove bogus consts..Panu Matilainen2-3/+3
2007-12-14Bunch of const char* correctionsPanu Matilainen2-4/+4