summaryrefslogtreecommitdiff
path: root/rpmio/rpmio.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Fix strncat() boundaries in Fdopen()Dominique Leuenberger1-3/+3
2012-10-30Handle EINTR in Fread() and Fwrite()Panu Matilainen1-2/+6
2012-08-17Revert "Always return NULL from fdFree()"Panu Matilainen1-1/+1
2012-04-18Always return NULL from fdFree()Panu Matilainen1-1/+1
2012-03-14Fix ufdCopy() for large (> 2GB) filesPanu Matilainen1-22/+16
2011-10-11rpmio: Don't de-ref lzfile which was freed in lzclose()Mukund Sivaraman1-1/+3
2011-09-15Whoops, ftell() and rpmio equivalents should return long not off_tPanu Matilainen1-1/+1
2011-08-19Remove support for ancient bzip2 library versionsPanu Matilainen1-19/+9
2011-08-19Remove unused FDFOO macrosPanu Matilainen1-10/+0
2011-07-12Whoops, wrong variable passed to io debuggingPanu Matilainen1-1/+1
2011-07-11Cleanup fdRead(), fdWrite() and fdSeek() a bitPanu Matilainen1-21/+5
2011-07-11Cosmetics: remove empty comments and suchPanu Matilainen1-31/+3
2011-07-11Dont bother checking for NULL fd on stats collectionPanu Matilainen1-2/+0
2011-07-11Centralize most of the debug goo as wellPanu Matilainen1-21/+19
2011-07-11Just pass fd pointers around instead of "cookies" cast to fdPanu Matilainen1-62/+36
2011-07-11Centralize fd digests collectionPanu Matilainen1-16/+6
2011-07-11Centralize fd stats collectionPanu Matilainen1-35/+8
2011-07-11Eliminate unused leftover bytesRemain member from FD_tPanu Matilainen1-35/+2
2011-07-11Minor cosmetics cleanup to Fseek()Panu Matilainen1-10/+7
2011-07-11Return an error on Fread() / Fwrite() on NULL fdPanu Matilainen1-16/+13
2011-07-11Implement Ftell() for zlib versions that support itPanu Matilainen1-1/+23
2011-07-11Use a vector for Ftell() functionality tooPanu Matilainen1-14/+17
2011-07-11Remove pointless fdSeekNot() "not implemented" functionPanu Matilainen1-8/+3
2011-07-08Fix totally broken Fflush() operationPanu Matilainen1-17/+14
2011-07-08Axe the broken fpio support for goodPanu Matilainen1-70/+5
2011-07-08zlib is mandatory, fail at configure if missing + remove conditionalsPanu Matilainen1-15/+0
2011-07-08Eliminate the uuugly and stupid fdGetFILE() from the APIPanu Matilainen1-1/+1
2011-07-07Remember path (or other description) in fd's, add getterPanu Matilainen1-9/+46
2011-07-07Eliminate fdNew() from the APIPanu Matilainen1-1/+1
2011-05-28Eliminate dead NULL-assignments from rpmio fd close functionsPanu Matilainen1-5/+5
2011-05-03Remove obsolete timedRead() from APIJindrich Novy1-5/+0
2011-03-23Avoid timedRead() usageJindrich Novy1-1/+1
2011-03-23Remove libio support to suppress timedRead()Jindrich Novy1-71/+14
2010-10-22Eliminate use of pgpHashAlgo in rpmio interface argumentsPanu Matilainen1-5/+3
2010-09-21Error string is const char *, not void pointerPanu Matilainen1-2/+2
2010-09-21Adjust internal io read, write and digest update to take buf as void pointerPanu Matilainen1-22/+22
2010-09-21Change fdstat functions to take fdOpx enum to fix int/enum mismatchesPanu Matilainen1-2/+2
2010-09-08Fix _USE_LIBIO testPanu Matilainen1-4/+4
2010-03-29Lose long since unused fdReadable() and fdWritable()Panu Matilainen1-98/+0
2010-03-22Further rpmio NULL sanity checksPanu Matilainen1-20/+22
2010-03-22Lose FDSANE() macro, check in c2f() and callers insteadPanu Matilainen1-8/+3
2010-03-22Change most of the FDSANE() asserts into good old NULL-checksPanu Matilainen1-28/+22
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-40/+31
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-0/+6
2009-10-17Unbreak lzdio/xzdioPanu Matilainen1-7/+11
2009-10-16Use a helper function for finding fileno of specific io typePanu Matilainen1-39/+24
2009-10-16Lose unnecessary url type checking from fdSize()Panu Matilainen1-15/+2
2009-10-16Lose unused leftover definitionsPanu Matilainen1-14/+0
2009-10-16Eliminate ufdio-specific read, write, seek and closePanu Matilainen1-162/+3