Lose bunch of unused fields from FD_t
[platform/upstream/rpm.git] / rpmio /
2008-06-09 Panu MatilainenLose bunch of unused fields from FD_t
2008-06-09 Panu MatilainenUse 64bit type for fdSet/GetCpioPos() in rpmio
2008-06-03 Panu MatilainenUnexport rpmsqCaught now that nothing needs it
2008-06-03 Panu MatilainenAdd rpmsqIsCaught() for testing if a signal has been...
2008-06-03 Panu MatilainenUnexpose signal queue and direct manipulation functions
2008-06-02 Panu MatilainenRemove bogus comment on rpmDoDigest() ignoring algorithm
2008-06-02 Panu MatilainenDocument rpmDigestLength() error behavior
2008-05-22 Panu MatilainenRemove some leftover doxygen @todo markers
2008-05-21 Panu MatilainenInclude stdlib.h for free()
2008-05-12 Panu MatilainenRip old, bit-rotten librpmio test programs
2008-05-06 Panu MatilainenEliminate static buffer in lua findkey()
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-30 Panu MatilainenKill of alloca() from tufdio tests
2008-04-29 Panu MatilainenPlug a memleak in lzclose()
2008-04-29 Panu MatilainenPlug memleak in macro doFoo()
2008-04-29 Jindrich NovyDon't use alloca in rpmGenPath()
2008-04-29 Jindrich NovyRewrite rpmioMkpath()
2008-04-28 Jindrich NovyRemove alloca() from argv.c
2008-04-28 Panu MatilainenRemove unused variable
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-04-22 Jindrich NovyMain lzma rpmio part based on SuSE patches, thanks...
2008-04-22 Jindrich NovyCheck for lzma library in configure.ac and reference...
2008-04-21 Panu MatilainenRip i386-specific RDTSC support from rpmsw, use gettime...
2008-04-19 Panu MatilainenChange rpmGlob() argvPtr type to ARGV_t to make it...
2008-04-19 Panu MatilainenFurther simplify rpmInitMacros()
2008-04-19 Panu MatilainenUse argvFree() to free, well, an argv, instead of manua...
2008-04-19 Panu MatilainenSimplify rpmGlob() a bit
2008-04-19 Panu MatilainenDynamically allocate buffers in rpmGetPath()
2008-04-18 Panu MatilainenAvoid entirely silly rpmio FD_t use
2008-04-18 Panu MatilainenRemove unnecessary xstrdup() of dynamically allocated...
2008-04-18 Panu MatilainenCosmetics: group operations more logically...
2008-04-18 Panu MatilainenSimplify macro option + argument processing
2008-04-18 Panu MatilainenAdd argvJoin() for combining an argv array into a string
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-17 Panu MatilainenAdd rstrlcpy() string helper function
2008-04-17 Panu MatilainenMore accurate filtering of .rpmnew etc when reading...
2008-04-17 Panu MatilainenHave gcc check for NULL terminated arglist in rstrscat
2008-04-17 Jindrich NovyUse sizeof() instead of direct element count in rpmluaG...
2008-04-17 Jindrich NovyIntroduce rstrscat()
2008-04-16 Panu MatilainenConvert to Lua 5.1 library loading style
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua
2008-04-15 Panu MatilainenDoxygen parameter name mismatch
2008-04-15 Panu MatilainenPlug a memleak in pgpArmorWrap()
2008-04-15 Jindrich NovyIntroduce rstrcat()
2008-04-14 Panu MatilainenAdd argvAddNum() for adding integers to ARGV_t arrays
2008-04-14 Panu MatilainenAdd argvNew() to create an empty argv array
2008-04-14 Jindrich NovyPrevent buffer overflow in readKeys()
2008-04-11 Panu MatilainenSimplify url io a lot
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-08 Jindrich NovyRewrite pgpArmorWrap(), the former one was insecure...
2008-04-08 Panu MatilainenEliminate four copy-paste versions of nibble(), stick...
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-04-07 Panu MatilainenUh, return allocated pointer, not the end of string...
2008-04-07 Panu MatilainenRemove static print buffer from pgpMpiStr(), return...
2008-04-07 Panu MatilainenMerge pgpHexCvt() into pgpHexPrt(), removing it from...
2008-04-07 Panu MatilainenMinimally convert all pgpHexCvt() users to use pgpHexSt...
2008-04-07 Panu MatilainenRemove static print buffer from pgpHexStr, return mallo...
2008-04-07 Panu MatilainenargvPrint() doesn't modify argv, make it const
2008-04-07 Panu MatilainenAdd ARGI_const_t, use where appropriate
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-07 Panu MatilainenRemove ARGstr_t typedef, it serves no purpose
2008-04-07 Panu MatilainenRemove bogus const from ARGV_t
2008-04-04 Panu MatilainenMissing decompression arguments for bzip in uncompress...
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
2008-04-01 Jindrich NovyFix off-by one in urlOpen()
2008-03-31 Panu MatilainenDead code removal (macro stuff)
2008-03-24 Panu MatilainenRemove bogus consts from pgpDigParams_s structure
2008-03-24 Panu MatilainenRemove bogus consts from urlinfo_s structure
2008-03-19 Panu MatilainenRemove bunch of double consts. What have I've been...
2008-03-18 Panu MatilainenErm, off-by-one in rasprintf()
2008-03-18 Panu MatilainenBump up sonames, we're not exactly ABI compatible with...
2008-03-18 Panu MatilainenAdd custom asprintf() clone to rpmstring
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-18 Panu MatilainenMore xstr[n]casecmp to rpmstring along the other string...
2008-03-17 Panu MatilainenAdd missing popt include
2008-03-12 Panu MatilainenRemove rpmio internal copy of poptParseArgvString(...
2008-03-07 Panu MatilainenStop insecurely covering up for lack of snprintf and...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-06 Panu MatilainenMark bunch of misc. tables & such read-only in librpmio
2008-03-06 Panu MatilainenMake rpmio vectors read-only
2008-03-06 Panu MatilainenFurther read-only tables in rpmpgp..
2008-03-06 Panu MatilainenMark various pgp value tables read-only as they should be
2008-02-26 Panu MatilainenMake bunch of macro internal variables static
2008-02-26 Panu MatilainenRemove hidden --nolibio cli switch, avoid exporting...
2008-02-26 Panu MatilainenUn-inline fd*Digest()
2008-02-26 Panu MatilainenMake the rest of rpmio vectors static inside rpmio
2008-02-26 Panu MatilainenRemove the last remains of unused and unnecesary rpmio...
2008-02-25 Panu MatilainenEnable variadic checks for rpmExpand(), rpmlog() and...
2008-02-25 Panu MatilainenAdd new header for collecting utility macros
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-01 Panu MatilainenAvoid silly fixed size buffer in urlhelper
2008-02-01 Panu MatilainenAllocate macro buffers dynamically
2008-02-01 Panu MatilainenAllocate various macro buffers from heap not stack
2008-02-01 Panu MatilainenDefine + use MACROBUFSIZ for macro expansion buffer...
2008-02-01 Panu MatilainenMacro shell expansion fixes (rhbz#431009)
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenMove FD_t to rpmtypes.h, used all over ..
2008-01-28 Panu MatilainenMore missing system includes for size_t & friends
next