summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-04-08Rewrite pgpArmorWrap(), the former one was insecure/hackishJindrich Novy1-30/+12
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-0/+16
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen1-10/+1
2008-04-07Uh, return allocated pointer, not the end of string...Panu Matilainen1-2/+3
2008-04-07Remove static print buffer from pgpMpiStr(), return malloc'd data insteadPanu Matilainen2-9/+18
2008-04-07Merge pgpHexCvt() into pgpHexPrt(), removing it from public headersPanu Matilainen2-22/+8
2008-04-07Minimally convert all pgpHexCvt() users to use pgpHexStr() insteadPanu Matilainen1-3/+3
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen2-11/+13
2008-04-07argvPrint() doesn't modify argv, make it constPanu Matilainen2-3/+3
2008-04-07Add ARGI_const_t, use where appropriatePanu Matilainen2-4/+5
2008-04-07ARGV_t const pendantryPanu Matilainen3-10/+11
2008-04-07Remove ARGstr_t typedef, it serves no purposePanu Matilainen2-7/+6
2008-04-07Remove bogus const from ARGV_tPanu Matilainen1-1/+1
2008-04-04Missing decompression arguments for bzip in uncompress macroPanu Matilainen1-1/+1
2008-04-04Rename currentDirectory() to rpmGetCwd() and move to librpmioPanu Matilainen2-0/+21
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-0/+1
2008-04-01Fix off-by one in urlOpen()Jindrich Novy1-2/+1
2008-03-31Dead code removal (macro stuff)Panu Matilainen1-17/+0
2008-03-24Remove bogus consts from pgpDigParams_s structurePanu Matilainen2-9/+9
2008-03-24Remove bogus consts from urlinfo_s structurePanu Matilainen2-16/+16
2008-03-19Remove bunch of double consts. What have I've been thinking?Panu Matilainen2-20/+20
2008-03-18Erm, off-by-one in rasprintf()Panu Matilainen1-1/+1
2008-03-18Bump up sonames, we're not exactly ABI compatible with 4.4 anymore..Panu Matilainen1-1/+1
2008-03-18Add custom asprintf() clone to rpmstringPanu Matilainen2-0/+38
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen3-29/+29
2008-03-18More xstr[n]casecmp to rpmstring along the other string-stuff...Panu Matilainen3-49/+42
2008-03-17Add missing popt includePanu Matilainen1-0/+2
2008-03-12Remove rpmio internal copy of poptParseArgvString() & friendsPanu Matilainen2-112/+2
2008-03-07Stop insecurely covering up for lack of snprintf and vsnprintfPanu Matilainen2-16/+0
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