summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
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
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