Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Rewrite pgpArmorWrap(), the former one was insecure/hackish | Jindrich Novy | 1 | -30/+12 |
2008-04-08 | Eliminate four copy-paste versions of nibble(), stick to rpmstring.h | Panu Matilainen | 1 | -0/+16 |
2008-04-07 | Eliminate several copy-paste hex converters, use pgpHexStr() instead | Panu Matilainen | 1 | -10/+1 |
2008-04-07 | Uh, return allocated pointer, not the end of string... | Panu Matilainen | 1 | -2/+3 |
2008-04-07 | Remove static print buffer from pgpMpiStr(), return malloc'd data instead | Panu Matilainen | 2 | -9/+18 |
2008-04-07 | Merge pgpHexCvt() into pgpHexPrt(), removing it from public headers | Panu Matilainen | 2 | -22/+8 |
2008-04-07 | Minimally convert all pgpHexCvt() users to use pgpHexStr() instead | Panu Matilainen | 1 | -3/+3 |
2008-04-07 | Remove static print buffer from pgpHexStr, return malloc'ed memory instead | Panu Matilainen | 2 | -11/+13 |
2008-04-07 | argvPrint() doesn't modify argv, make it const | Panu Matilainen | 2 | -3/+3 |
2008-04-07 | Add ARGI_const_t, use where appropriate | Panu Matilainen | 2 | -4/+5 |
2008-04-07 | ARGV_t const pendantry | Panu Matilainen | 3 | -10/+11 |
2008-04-07 | Remove ARGstr_t typedef, it serves no purpose | Panu Matilainen | 2 | -7/+6 |
2008-04-07 | Remove bogus const from ARGV_t | Panu Matilainen | 1 | -1/+1 |
2008-04-04 | Missing decompression arguments for bzip in uncompress macro | Panu Matilainen | 1 | -1/+1 |
2008-04-04 | Rename currentDirectory() to rpmGetCwd() and move to librpmio | Panu Matilainen | 2 | -0/+21 |
2008-04-03 | Shut up a few silly compiler warnings that have crept in | Panu Matilainen | 1 | -0/+1 |
2008-04-01 | Fix off-by one in urlOpen() | Jindrich Novy | 1 | -2/+1 |
2008-03-31 | Dead code removal (macro stuff) | Panu Matilainen | 1 | -17/+0 |
2008-03-24 | Remove bogus consts from pgpDigParams_s structure | Panu Matilainen | 2 | -9/+9 |
2008-03-24 | Remove bogus consts from urlinfo_s structure | Panu Matilainen | 2 | -16/+16 |
2008-03-19 | Remove bunch of double consts. What have I've been thinking? | Panu Matilainen | 2 | -20/+20 |
2008-03-18 | Erm, off-by-one in rasprintf() | Panu Matilainen | 1 | -1/+1 |
2008-03-18 | Bump up sonames, we're not exactly ABI compatible with 4.4 anymore.. | Panu Matilainen | 1 | -1/+1 |
2008-03-18 | Add custom asprintf() clone to rpmstring | Panu Matilainen | 2 | -0/+38 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 3 | -29/+29 |
2008-03-18 | More xstr[n]casecmp to rpmstring along the other string-stuff... | Panu Matilainen | 3 | -49/+42 |
2008-03-17 | Add missing popt include | Panu Matilainen | 1 | -0/+2 |
2008-03-12 | Remove rpmio internal copy of poptParseArgvString() & friends | Panu Matilainen | 2 | -112/+2 |
2008-03-07 | Stop insecurely covering up for lack of snprintf and vsnprintf | Panu Matilainen | 2 | -16/+0 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -2/+2 |
2008-03-06 | Mark bunch of misc. tables & such read-only in librpmio | Panu Matilainen | 4 | -6/+6 |
2008-03-06 | Make rpmio vectors read-only | Panu Matilainen | 2 | -17/+17 |
2008-03-06 | Further read-only tables in rpmpgp.. | Panu Matilainen | 2 | -9/+9 |
2008-03-06 | Mark various pgp value tables read-only as they should be | Panu Matilainen | 2 | -20/+20 |
2008-02-26 | Make bunch of macro internal variables static | Panu Matilainen | 1 | -3/+3 |
2008-02-26 | Remove hidden --nolibio cli switch, avoid exporting noLibio | Panu Matilainen | 1 | -3/+2 |
2008-02-26 | Un-inline fd*Digest() | Panu Matilainen | 3 | -82/+90 |
2008-02-26 | Make the rest of rpmio vectors static inside rpmio | Panu Matilainen | 2 | -104/+48 |
2008-02-26 | Remove the last remains of unused and unnecesary rpmio rpc vectors | Panu Matilainen | 3 | -89/+7 |
2008-02-25 | Enable variadic checks for rpmExpand(), rpmlog() and rpmGetPath() | Panu Matilainen | 3 | -3/+8 |
2008-02-25 | Add new header for collecting utility macros | Panu Matilainen | 1 | -0/+95 |
2008-02-04 | Make check-programs build again, assorted type-fiddlings.. | Panu Matilainen | 1 | -1/+1 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 3 | -5/+5 |
2008-02-01 | Avoid silly fixed size buffer in urlhelper | Panu Matilainen | 1 | -1/+3 |
2008-02-01 | Allocate macro buffers dynamically | Panu Matilainen | 1 | -45/+67 |
2008-02-01 | Allocate various macro buffers from heap not stack | Panu Matilainen | 1 | -14/+19 |
2008-02-01 | Define + use MACROBUFSIZ for macro expansion buffer size | Panu Matilainen | 1 | -8/+10 |
2008-02-01 | Macro shell expansion fixes (rhbz#431009) | Panu Matilainen | 1 | -2/+5 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 18 | -34/+48 |
2008-01-30 | Move FD_t to rpmtypes.h, used all over .. | Panu Matilainen | 1 | -4/+1 |