summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-05-03Temp file handling tweaksPanu Matilainen3-12/+29
2008-04-30Kill of alloca() from tufdio testsPanu Matilainen1-4/+2
2008-04-29Plug a memleak in lzclose()Panu Matilainen1-2/+3
2008-04-29Plug memleak in macro doFoo()Panu Matilainen1-0/+1
2008-04-29Don't use alloca in rpmGenPath()Jindrich Novy1-2/+3
2008-04-29Rewrite rpmioMkpath()Jindrich Novy1-28/+19
2008-04-28Remove alloca() from argv.cJindrich Novy1-1/+2
2008-04-28Remove unused variablePanu Matilainen1-1/+0
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-3/+3
2008-04-22Main lzma rpmio part based on SuSE patches, thanks for them!Jindrich Novy1-1/+334
2008-04-22Check for lzma library in configure.ac and reference it in Makefile.amJindrich Novy1-0/+1
2008-04-21Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywherePanu Matilainen1-135/+3
2008-04-19Change rpmGlob() argvPtr type to ARGV_t to make it obvious what it isPanu Matilainen2-3/+4
2008-04-19Further simplify rpmInitMacros()Panu Matilainen1-27/+14
2008-04-19Use argvFree() to free, well, an argv, instead of manual freeingPanu Matilainen1-6/+3
2008-04-19Simplify rpmGlob() a bitPanu Matilainen1-23/+7
2008-04-19Dynamically allocate buffers in rpmGetPath()Panu Matilainen1-14/+8
2008-04-18Avoid entirely silly rpmio FD_t usePanu Matilainen1-6/+5
2008-04-18Remove unnecessary xstrdup() of dynamically allocated bufferPanu Matilainen1-3/+2
2008-04-18Cosmetics: group operations more logically...Panu Matilainen1-2/+3
2008-04-18Simplify macro option + argument processingPanu Matilainen1-102/+69
2008-04-18Add argvJoin() for combining an argv array into a stringPanu Matilainen2-0/+20
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen2-58/+0
2008-04-17Add rstrlcpy() string helper functionPanu Matilainen2-0/+40
2008-04-17More accurate filtering of .rpmnew etc when reading macrosPanu Matilainen1-3/+3
2008-04-17Have gcc check for NULL terminated arglist in rstrscatPanu Matilainen1-1/+1
2008-04-17Use sizeof() instead of direct element count in rpmluaGetVar()Jindrich Novy1-1/+1
2008-04-17Introduce rstrscat()Jindrich Novy2-2/+59
2008-04-16Convert to Lua 5.1 library loading stylePanu Matilainen1-15/+10
2008-04-16Start phasing out internal copy of LuaPanu Matilainen1-0/+2
2008-04-15Doxygen parameter name mismatchPanu Matilainen1-1/+1
2008-04-15Plug a memleak in pgpArmorWrap()Panu Matilainen1-0/+1
2008-04-15Introduce rstrcat()Jindrich Novy2-0/+40
2008-04-14Add argvAddNum() for adding integers to ARGV_t arraysPanu Matilainen2-0/+19
2008-04-14Add argvNew() to create an empty argv arrayPanu Matilainen2-0/+13
2008-04-14Prevent buffer overflow in readKeys()Jindrich Novy1-2/+3
2008-04-11Simplify url io a lotPanu Matilainen2-79/+34
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen2-89/+28
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