summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-06-11Enable rpmDoDigest() to pass large file sizesPanu Matilainen2-4/+4
2008-06-10fwrite() returns size_t, use correct typePanu Matilainen1-2/+3
2008-06-10Use correct type for strlen()Panu Matilainen1-1/+1
2008-06-10Silly signedness mismatch in pgpMpiSet()Panu Matilainen1-1/+1
2008-06-09FD_t contentLength field is useless for us too...Panu Matilainen2-15/+3
2008-06-09Lose bunch of unused fields from FD_tPanu Matilainen2-11/+0
2008-06-09Use 64bit type for fdSet/GetCpioPos() in rpmioPanu Matilainen1-3/+3
2008-06-03Unexport rpmsqCaught now that nothing needs itPanu Matilainen2-3/+1
2008-06-03Add rpmsqIsCaught() for testing if a signal has been caughtPanu Matilainen2-0/+13
2008-06-03Unexpose signal queue and direct manipulation functionsPanu Matilainen2-20/+14
2008-06-02Remove bogus comment on rpmDoDigest() ignoring algorithmPanu Matilainen1-1/+1
2008-06-02Document rpmDigestLength() error behaviorPanu Matilainen1-1/+1
2008-05-22Remove some leftover doxygen @todo markersPanu Matilainen2-2/+1
2008-05-21Include stdlib.h for free()Panu Matilainen1-0/+1
2008-05-12Rip old, bit-rotten librpmio test programsPanu Matilainen13-1215/+0
2008-05-06Eliminate static buffer in lua findkey()Panu Matilainen1-2/+12
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