Age | Commit message (Expand) | Author | Files | Lines |
2008-05-06 | Eliminate static buffer in lua findkey() | Panu Matilainen | 1 | -2/+12 |
2008-05-03 | Temp file handling tweaks | Panu Matilainen | 3 | -12/+29 |
2008-04-30 | Kill of alloca() from tufdio tests | Panu Matilainen | 1 | -4/+2 |
2008-04-29 | Plug a memleak in lzclose() | Panu Matilainen | 1 | -2/+3 |
2008-04-29 | Plug memleak in macro doFoo() | Panu Matilainen | 1 | -0/+1 |
2008-04-29 | Don't use alloca in rpmGenPath() | Jindrich Novy | 1 | -2/+3 |
2008-04-29 | Rewrite rpmioMkpath() | Jindrich Novy | 1 | -28/+19 |
2008-04-28 | Remove alloca() from argv.c | Jindrich Novy | 1 | -1/+2 |
2008-04-28 | Remove unused variable | Panu Matilainen | 1 | -1/+0 |
2008-04-24 | Remove meaningless extern on function declarations in headers | Panu Matilainen | 1 | -3/+3 |
2008-04-22 | Main lzma rpmio part based on SuSE patches, thanks for them! | Jindrich Novy | 1 | -1/+334 |
2008-04-22 | Check for lzma library in configure.ac and reference it in Makefile.am | Jindrich Novy | 1 | -0/+1 |
2008-04-21 | Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere | Panu Matilainen | 1 | -135/+3 |
2008-04-19 | Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it is | Panu Matilainen | 2 | -3/+4 |
2008-04-19 | Further simplify rpmInitMacros() | Panu Matilainen | 1 | -27/+14 |
2008-04-19 | Use argvFree() to free, well, an argv, instead of manual freeing | Panu Matilainen | 1 | -6/+3 |
2008-04-19 | Simplify rpmGlob() a bit | Panu Matilainen | 1 | -23/+7 |
2008-04-19 | Dynamically allocate buffers in rpmGetPath() | Panu Matilainen | 1 | -14/+8 |
2008-04-18 | Avoid entirely silly rpmio FD_t use | Panu Matilainen | 1 | -6/+5 |
2008-04-18 | Remove unnecessary xstrdup() of dynamically allocated buffer | Panu Matilainen | 1 | -3/+2 |
2008-04-18 | Cosmetics: group operations more logically... | Panu Matilainen | 1 | -2/+3 |
2008-04-18 | Simplify macro option + argument processing | Panu Matilainen | 1 | -102/+69 |
2008-04-18 | Add argvJoin() for combining an argv array into a string | Panu Matilainen | 2 | -0/+20 |
2008-04-17 | Eliminate splitString() and freeSplitString() | Panu Matilainen | 2 | -58/+0 |
2008-04-17 | Add rstrlcpy() string helper function | Panu Matilainen | 2 | -0/+40 |
2008-04-17 | More accurate filtering of .rpmnew etc when reading macros | Panu Matilainen | 1 | -3/+3 |
2008-04-17 | Have gcc check for NULL terminated arglist in rstrscat | Panu Matilainen | 1 | -1/+1 |
2008-04-17 | Use sizeof() instead of direct element count in rpmluaGetVar() | Jindrich Novy | 1 | -1/+1 |
2008-04-17 | Introduce rstrscat() | Jindrich Novy | 2 | -2/+59 |
2008-04-16 | Convert to Lua 5.1 library loading style | Panu Matilainen | 1 | -15/+10 |
2008-04-16 | Start phasing out internal copy of Lua | Panu Matilainen | 1 | -0/+2 |
2008-04-15 | Doxygen parameter name mismatch | Panu Matilainen | 1 | -1/+1 |
2008-04-15 | Plug a memleak in pgpArmorWrap() | Panu Matilainen | 1 | -0/+1 |
2008-04-15 | Introduce rstrcat() | Jindrich Novy | 2 | -0/+40 |
2008-04-14 | Add argvAddNum() for adding integers to ARGV_t arrays | Panu Matilainen | 2 | -0/+19 |
2008-04-14 | Add argvNew() to create an empty argv array | Panu Matilainen | 2 | -0/+13 |
2008-04-14 | Prevent buffer overflow in readKeys() | Jindrich Novy | 1 | -2/+3 |
2008-04-11 | Simplify url io a lot | Panu Matilainen | 2 | -79/+34 |
2008-04-11 | Rewrite rpmMkTempFile() for sanity | Panu Matilainen | 2 | -89/+28 |
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 |