Axe the rpmsq debug code which was never getting built anyway
[platform/upstream/rpm.git] / rpmio / rpmio.c
2010-10-22 Panu MatilainenEliminate use of pgpHashAlgo in rpmio interface arguments
2010-09-21 Panu MatilainenError string is const char *, not void pointer
2010-09-21 Panu MatilainenAdjust internal io read, write and digest update to...
2010-09-21 Panu MatilainenChange fdstat functions to take fdOpx enum to fix int...
2010-09-08 Panu MatilainenFix _USE_LIBIO test
2010-03-29 Panu MatilainenLose long since unused fdReadable() and fdWritable()
2010-03-22 Panu MatilainenFurther rpmio NULL sanity checks
2010-03-22 Panu MatilainenLose FDSANE() macro, check in c2f() and callers instead
2010-03-22 Panu MatilainenChange most of the FDSANE() asserts into good old NULL...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-04 Panu MatilainenClean up poll() vs select() tests
2009-10-17 Panu MatilainenUnbreak lzdio/xzdio
2009-10-16 Panu MatilainenUse a helper function for finding fileno of specific...
2009-10-16 Panu MatilainenLose unnecessary url type checking from fdSize()
2009-10-16 Panu MatilainenLose unused leftover definitions
2009-10-16 Panu MatilainenEliminate ufdio-specific read, write, seek and close
2009-10-15 Panu MatilainenAdd ftell() clone to FD_t
2009-10-14 Panu MatilainenMake fdUpdateDigests() static now that its possible
2009-10-14 Panu MatilainenMake FD_t struct opaque, finally
2009-10-14 Panu MatilainenEliminate last remaining FD_t struct privacy violation
2009-10-14 Panu MatilainenRemove cpio stuff from FD_t
2009-10-14 Panu MatilainenMove debug goo defs to rpmio.c
2009-10-14 Panu MatilainenMove pile of helpers from rpmio_internal.h to rpmio...
2009-10-14 Panu MatilainenMove fd statistics foo inside rpmio.c now that it can
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-10-14 Panu MatilainenRemove pointless inlining of stuff in rpmio
2009-10-14 Panu MatilainenUse common "not implemented" implementation of Fseek()
2009-09-07 Panu MatilainenAvoid potentially calling a NULL function pointer
2009-08-31 Panu MatilainenAccept direct compressor names as Fopen() modes too
2009-08-31 Panu MatilainenSwitch rpmio mode checking to use rstreq()
2009-03-25 Panu MatilainenImplement fdUpdateDigests() and friends using digest...
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-11 Panu MatilainenEliminate now unnecessary FDDIGEST_t
2009-03-09 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2008-12-23 Jindrich NovyIncrease XZ decompression memlimit
2008-11-26 Jindrich NovyIncrease memory limit for LZMA compression
2008-11-26 Jindrich NovyInitialize the LZMA encoder/decoder on demand, not...
2008-11-25 Jindrich NovyPort LZMA (XZ) support to the new API
2008-11-04 Panu MatilainenUse more portable file access mode tests (ticket #5)
2008-07-07 Panu MatilainenTeach Fflush() about lzdio
2008-07-07 Panu MatilainenKick out ftpStrerror() and related error code defines
2008-07-04 Panu MatilainenStuff rpmio/ugid.[ch] contents to lib/misc.[ch]
2008-07-04 Panu MatilainenMake ufdClose() static, nothing outside rpmio.c needs...
2008-07-04 Panu MatilainenRemove unused ufdGetFile() from librpmio
2008-06-10 Panu Matilainenfwrite() returns size_t, use correct type
2008-06-09 Panu MatilainenFD_t contentLength field is useless for us too...
2008-06-09 Panu MatilainenLose bunch of unused fields from FD_t
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-29 Panu MatilainenPlug a memleak in lzclose()
2008-04-22 Jindrich NovyMain lzma rpmio part based on SuSE patches, thanks...
2008-04-11 Panu MatilainenSimplify url io a lot
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-06 Panu MatilainenMake rpmio vectors read-only
2008-02-26 Panu MatilainenRemove hidden --nolibio cli switch, avoid exporting...
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-01 Panu MatilainenAvoid silly fixed size buffer in urlhelper
2008-01-30 Panu MatilainenInclude spring-cleaning
2007-12-15 Panu MatilainenRemove bogus const from rpmGenPath() temporary targets
2007-12-14 Panu MatilainenMore misc size_t issues
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-12-01 Panu MatilainenLose url callback mechanism
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Panu MatilainenExport FD statistics enums + fdOp() method
2007-11-23 Panu MatilainenMove rpmGetPath and rpmGenPath to rpmfileutil.h
2007-11-23 Panu MatilainenMove rpmioMkpath from rpmio.h to rpmfileutil.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-29 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-10-29 Panu MatilainenExport rpmio fdGetFILE()
2007-10-28 Ralf CorsépiusInclude "rpmio_internal.h" instead of <rpmio_internal.h>.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-10-09 Panu MatilainenRemove timedRead() define
2007-10-09 Panu MatilainenRename __fd*() to fd*() for consistency now that the...
2007-10-09 Panu MatilainenRemove unused legacy rpmio fd*() interfaces
2007-10-09 Panu MatilainenRemove unused rpmio fdFdopen() function
2007-10-09 Panu MatilainenRemove unused rpmio fdFgets() function
2007-10-05 Ralf CorsépiusFix minor typo.
2007-10-05 Ralf CorsépiusAdd __fdFileno, fdFileno.
2007-10-04 Ralf CorsépiusStop checking for machine/types.h (Private header of...
2007-09-22 Ralf CorsépiusTake out __FILE__, __LINE__ from DBGREFS.
2007-09-21 Ralf CorsépiusAdd fdLink, fdFree, fdNew functions.
2007-09-21 Ralf CorsépiusAdd fdClose, fdOpen, fdRead, fdWrite functions.
2007-09-21 Ralf CorsépiusEliminate fdClose/__fdClose preprocessor games.
2007-09-21 Ralf CorsépiusEliminate fdWrite/__fdWrite preprocessor games.
2007-09-21 Ralf CorsépiusEliminate fdRead/__fdRead preprocessor games.
2007-09-21 Ralf CorsépiusEliminate fdOpen/__fdOpen preprocessor games.
2007-09-21 Ralf CorsépiusAdd another HAVE_ZLIB_H conditional.
2007-09-20 Panu MatilainenMove _free() into system.h for now
2007-09-20 Ralf CorsépiusConditionalize zlib conditional pieces of code on HAVE_...
2007-09-20 Ralf CorsépiusRemove splint remnants.
next