Age | Commit message (Expand) | Author | Files | Lines |
2012-11-05 | Fix strncat() boundaries in Fdopen() | Dominique Leuenberger | 1 | -3/+3 |
2012-10-30 | Handle EINTR in Fread() and Fwrite() | Panu Matilainen | 1 | -2/+6 |
2012-08-17 | Revert "Always return NULL from fdFree()" | Panu Matilainen | 1 | -1/+1 |
2012-04-18 | Always return NULL from fdFree() | Panu Matilainen | 1 | -1/+1 |
2012-03-14 | Fix ufdCopy() for large (> 2GB) files | Panu Matilainen | 1 | -22/+16 |
2011-10-11 | rpmio: Don't de-ref lzfile which was freed in lzclose() | Mukund Sivaraman | 1 | -1/+3 |
2011-09-15 | Whoops, ftell() and rpmio equivalents should return long not off_t | Panu Matilainen | 1 | -1/+1 |
2011-08-19 | Remove support for ancient bzip2 library versions | Panu Matilainen | 1 | -19/+9 |
2011-08-19 | Remove unused FDFOO macros | Panu Matilainen | 1 | -10/+0 |
2011-07-12 | Whoops, wrong variable passed to io debugging | Panu Matilainen | 1 | -1/+1 |
2011-07-11 | Cleanup fdRead(), fdWrite() and fdSeek() a bit | Panu Matilainen | 1 | -21/+5 |
2011-07-11 | Cosmetics: remove empty comments and such | Panu Matilainen | 1 | -31/+3 |
2011-07-11 | Dont bother checking for NULL fd on stats collection | Panu Matilainen | 1 | -2/+0 |
2011-07-11 | Centralize most of the debug goo as well | Panu Matilainen | 1 | -21/+19 |
2011-07-11 | Just pass fd pointers around instead of "cookies" cast to fd | Panu Matilainen | 1 | -62/+36 |
2011-07-11 | Centralize fd digests collection | Panu Matilainen | 1 | -16/+6 |
2011-07-11 | Centralize fd stats collection | Panu Matilainen | 1 | -35/+8 |
2011-07-11 | Eliminate unused leftover bytesRemain member from FD_t | Panu Matilainen | 1 | -35/+2 |
2011-07-11 | Minor cosmetics cleanup to Fseek() | Panu Matilainen | 1 | -10/+7 |
2011-07-11 | Return an error on Fread() / Fwrite() on NULL fd | Panu Matilainen | 1 | -16/+13 |
2011-07-11 | Implement Ftell() for zlib versions that support it | Panu Matilainen | 1 | -1/+23 |
2011-07-11 | Use a vector for Ftell() functionality too | Panu Matilainen | 1 | -14/+17 |
2011-07-11 | Remove pointless fdSeekNot() "not implemented" function | Panu Matilainen | 1 | -8/+3 |
2011-07-08 | Fix totally broken Fflush() operation | Panu Matilainen | 1 | -17/+14 |
2011-07-08 | Axe the broken fpio support for good | Panu Matilainen | 1 | -70/+5 |
2011-07-08 | zlib is mandatory, fail at configure if missing + remove conditionals | Panu Matilainen | 1 | -15/+0 |
2011-07-08 | Eliminate the uuugly and stupid fdGetFILE() from the API | Panu Matilainen | 1 | -1/+1 |
2011-07-07 | Remember path (or other description) in fd's, add getter | Panu Matilainen | 1 | -9/+46 |
2011-07-07 | Eliminate fdNew() from the API | Panu Matilainen | 1 | -1/+1 |
2011-05-28 | Eliminate dead NULL-assignments from rpmio fd close functions | Panu Matilainen | 1 | -5/+5 |
2011-05-03 | Remove obsolete timedRead() from API | Jindrich Novy | 1 | -5/+0 |
2011-03-23 | Avoid timedRead() usage | Jindrich Novy | 1 | -1/+1 |
2011-03-23 | Remove libio support to suppress timedRead() | Jindrich Novy | 1 | -71/+14 |
2010-10-22 | Eliminate use of pgpHashAlgo in rpmio interface arguments | Panu Matilainen | 1 | -5/+3 |
2010-09-21 | Error string is const char *, not void pointer | Panu Matilainen | 1 | -2/+2 |
2010-09-21 | Adjust internal io read, write and digest update to take buf as void pointer | Panu Matilainen | 1 | -22/+22 |
2010-09-21 | Change fdstat functions to take fdOpx enum to fix int/enum mismatches | Panu Matilainen | 1 | -2/+2 |
2010-09-08 | Fix _USE_LIBIO test | Panu Matilainen | 1 | -4/+4 |
2010-03-29 | Lose long since unused fdReadable() and fdWritable() | Panu Matilainen | 1 | -98/+0 |
2010-03-22 | Further rpmio NULL sanity checks | Panu Matilainen | 1 | -20/+22 |
2010-03-22 | Lose FDSANE() macro, check in c2f() and callers instead | Panu Matilainen | 1 | -8/+3 |
2010-03-22 | Change most of the FDSANE() asserts into good old NULL-checks | Panu Matilainen | 1 | -28/+22 |
2010-03-22 | Lose the useless rpmio refcounting debug junk | Panu Matilainen | 1 | -40/+31 |
2010-01-05 | Move <errno.h> include out of system.h to the places that need it | Panu Matilainen | 1 | -0/+1 |
2010-01-04 | Clean up poll() vs select() tests | Panu Matilainen | 1 | -0/+6 |
2009-10-17 | Unbreak lzdio/xzdio | Panu Matilainen | 1 | -7/+11 |
2009-10-16 | Use a helper function for finding fileno of specific io type | Panu Matilainen | 1 | -39/+24 |
2009-10-16 | Lose unnecessary url type checking from fdSize() | Panu Matilainen | 1 | -15/+2 |
2009-10-16 | Lose unused leftover definitions | Panu Matilainen | 1 | -14/+0 |
2009-10-16 | Eliminate ufdio-specific read, write, seek and close | Panu Matilainen | 1 | -162/+3 |