summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-14Bunch of silly ssize_t castsPanu Matilainen1-4/+4
2007-12-14Yet more type-pedantry...Panu Matilainen1-2/+2
2007-12-14More size_t type pedantryPanu Matilainen2-2/+2
2007-12-14More misc size_t issuesPanu Matilainen4-6/+6
2007-12-14Couple of more size_t uses + related format string fixesPanu Matilainen1-4/+4
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen3-45/+44
2007-12-11OS X Leopard fixes from Giulio EulissePanu Matilainen2-3/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen30-59/+59
2007-12-07Add getter methods for rpmlogRec items (message + level)Panu Matilainen2-0/+27
2007-12-07Rename RPMLOG_CONT to RPMLOG_DEFAULT to make purpose clearer (hopefully ;)Panu Matilainen2-5/+6
2007-12-07Logging enhancementsPanu Matilainen2-35/+83
2007-12-07Make rpmLogRec opaquePanu Matilainen2-4/+6
2007-12-07Fix misleading indentationPanu Matilainen1-8/+9
2007-12-07Don't do tilde expansion if HOME not setPanu Matilainen1-1/+7
2007-12-05base64.h missing from librpmio sourcesPanu Matilainen1-1/+1
2007-12-04Eliminate debug junk from the APIPanu Matilainen2-57/+28
2007-12-03Fix couple of doxygen file paths, remove obsolete commentPanu Matilainen1-1/+1
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen10-531/+21
2007-12-01Include sanityPanu Matilainen2-2/+3
2007-12-01Make rpmDoDigest() honor algorithm parameterPanu Matilainen1-8/+8
2007-12-01Add separate public header for callback declarationsPanu Matilainen1-56/+0
2007-12-01Lose url callback mechanismPanu Matilainen2-40/+0
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen10-23/+20
2007-11-30rpmurl and argv doxygen groupingsPanu Matilainen2-23/+23
2007-11-30rpmpgp doxygen taggingPanu Matilainen1-71/+71
2007-11-30rpmrpc doxygen groupings..Panu Matilainen1-17/+17
2007-11-26One more pgpKeyID_t usePanu Matilainen1-1/+1
2007-11-26Define and use pgpTime_t for pgp creation time(s)Panu Matilainen2-4/+5
2007-11-26Define and use pgpKeyID_t for pgp key id'sPanu Matilainen2-14/+16