Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-28 | More missing system includes for size_t & friends | Panu Matilainen | 5 | -1/+9 |
2008-01-28 | Add missing system includes to rpmmacro.h | Panu Matilainen | 1 | -0/+3 |
2008-01-27 | Rename isCompressed() -> rpmFileIsCompressed() for namespacing | Panu Matilainen | 3 | -11/+10 |
2008-01-27 | Couple of missing doxygen groupings | Panu Matilainen | 1 | -2/+2 |
2008-01-27 | Detect lzma magic if it exists, otherwise dumb check for .lzma filename | Panu Matilainen | 1 | -6/+7 |
2008-01-27 | Helper function for checking given suffix on path | Panu Matilainen | 2 | -0/+16 |
2008-01-23 | Make uncompress macros match reality (_ vs __ prefix) | Panu Matilainen | 1 | -5/+5 |
2008-01-10 | pgpHexStr() returns pointer to static buffer, return const char * | Panu Matilainen | 1 | -1/+1 |
2008-01-09 | Handle spaces in file path arguments correctly (#217258) | Panu Matilainen | 2 | -0/+30 |
2008-01-09 | Last 8 bytes of RSA modulus is keyid for V3 pubkeys (#205080) | Panu Matilainen | 1 | -22/+34 |
2008-01-03 | Lose unused pgpMpiHex() | Panu Matilainen | 1 | -11/+0 |
2008-01-02 | Gah, nss doesn't use size_t for lengths... | Panu Matilainen | 1 | -1/+1 |
2008-01-02 | More assorted int -> size_t uses | Panu Matilainen | 2 | -8/+8 |
2007-12-19 | Fix some const issues in macros | Panu Matilainen | 1 | -5/+5 |