Age | Commit message (Expand) | Author | Files | Lines |
2007-12-04 | Eliminate debug junk from the API | Panu Matilainen | 1 | -51/+25 |
2007-12-03 | Use regular POSIX functions instead of "RPC" clones | Panu Matilainen | 1 | -2/+2 |
2007-12-01 | Lose url callback mechanism | Panu Matilainen | 1 | -35/+0 |
2007-11-26 | Eliminate type "byte" | Ralf Corsépius | 1 | -2/+2 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 |
2007-11-23 | Export FD statistics enums + fdOp() method | Panu Matilainen | 1 | -0/+9 |
2007-11-23 | Move rpmGetPath and rpmGenPath to rpmfileutil.h | Panu Matilainen | 1 | -0/+1 |
2007-11-23 | Move rpmioMkpath from rpmio.h to rpmfileutil.h | Panu Matilainen | 1 | -52/+0 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -4/+4 |
2007-11-19 | Lose rpmerr.h for good | Panu Matilainen | 1 | -1/+1 |
2007-11-19 | Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels | Panu Matilainen | 1 | -1/+1 |
2007-10-29 | Export rpmio fdGetFILE() | Panu Matilainen | 1 | -2/+5 |
2007-10-28 | Include "rpmio_internal.h" instead of <rpmio_internal.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Remove timedRead() define | Panu Matilainen | 1 | -0/+5 |
2007-10-09 | Rename __fd*() to fd*() for consistency now that the names are free | Panu Matilainen | 1 | -38/+38 |
2007-10-09 | Remove unused legacy rpmio fd*() interfaces | Panu Matilainen | 1 | -34/+0 |
2007-10-09 | Remove unused rpmio fdFdopen() function | Panu Matilainen | 1 | -17/+0 |
2007-10-09 | Remove unused rpmio fdFgets() function | Panu Matilainen | 1 | -63/+0 |
2007-10-05 | Fix minor typo. | Ralf Corsépius | 1 | -1/+1 |
2007-10-05 | Add __fdFileno, fdFileno. | Ralf Corsépius | 1 | -21/+37 |
2007-10-04 | Stop checking for machine/types.h (Private header of some OSes not supposed t... | Ralf Corsépius | 1 | -4/+0 |
2007-09-22 | Take out __FILE__, __LINE__ from DBGREFS. | Ralf Corsépius | 1 | -6/+5 |
2007-09-21 | Add fdLink, fdFree, fdNew functions. | Ralf Corsépius | 1 | -1/+28 |
2007-09-21 | Add fdClose, fdOpen, fdRead, fdWrite functions. | Ralf Corsépius | 1 | -0/+36 |
2007-09-21 | Eliminate fdClose/__fdClose preprocessor games. | Ralf Corsépius | 1 | -8/+6 |
2007-09-21 | Eliminate fdWrite/__fdWrite preprocessor games. | Ralf Corsépius | 1 | -7/+5 |
2007-09-21 | Eliminate fdRead/__fdRead preprocessor games. | Ralf Corsépius | 1 | -8/+6 |
2007-09-21 | Eliminate fdOpen/__fdOpen preprocessor games. | Ralf Corsépius | 1 | -9/+7 |
2007-09-21 | Add another HAVE_ZLIB_H conditional. | Ralf Corsépius | 1 | -1/+3 |
2007-09-20 | Move _free() into system.h for now | Panu Matilainen | 1 | -12/+0 |
2007-09-20 | Conditionalize zlib conditional pieces of code on HAVE_ZLIB_H. | Ralf Corsépius | 1 | -0/+6 |
2007-09-20 | Remove splint remnants. | Ralf Corsépius | 1 | -5/+0 |
2007-09-17 | Oops, unbreak file opens.. | Panu Matilainen | 1 | -1/+1 |
2007-09-17 | Remove unneeded socket/inet includes | Panu Matilainen | 1 | -29/+0 |
2007-09-17 | Remove url/transport items from rpmio file handle structs and uses | Panu Matilainen | 1 | -9/+1 |
2007-09-17 | Remove transport-related items from urlinfo and uses | Panu Matilainen | 1 | -7/+1 |
2007-09-12 | Rip out internal http and ftp transports. | Panu Matilainen | 1 | -1175/+5 |
2007-09-12 | Use configurable helper application to deal with urls. | Panu Matilainen | 1 | -50/+57 |
2007-09-12 | Remove NEON and related hacks | Panu Matilainen | 1 | -61/+3 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -6/+0 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -451/+111 |
2007-09-03 | Remove __LCLINT__-ifdef'ed blocks. | Ralf Corsépius | 1 | -1/+1 |
2007-07-12 | rpmioSlurp() related cleanups. | Panu Matilainen | 1 | -1/+1 |
2007-07-12 | Fread() and Fwrite() can return negative values, change type to reflect that | Panu Matilainen | 1 | -2/+2 |
2007-07-11 | Turn rpmioSlurp() length argument to unsigned size_t, fix up uses. | Panu Matilainen | 1 | -1/+1 |
2007-07-11 | Shut up fdUpdateDigest() differing signedness compiler warnings. | Panu Matilainen | 1 | -6/+6 |
2007-07-10 | Bunch of variable initializations to avoid compiler warnings. | Panu Matilainen | 1 | -1/+1 |