Age | Commit message (Expand) | Author | Files | Lines |
2007-10-09 | More RPMMESS -> RPMLOG verbosity fixes | Panu Matilainen | 1 | -3/+3 |
2007-10-09 | Replace all uses of RPMMESS_ERROR with RPMLOG_ERR | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 2 | -3/+3 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 2 | -4/+4 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 3 | -30/+30 |
2007-10-09 | Hide rpmio vectors from API, only internal needs | Panu Matilainen | 2 | -146/+146 |
2007-10-09 | Remove timedRead() define | Panu Matilainen | 2 | -1/+8 |
2007-10-09 | Remember to remove fdFgets() definition too.. | Panu Matilainen | 1 | -4/+0 |
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 | 2 | -54/+0 |
2007-10-09 | Remove unused rpmio fdFdopen() function | Panu Matilainen | 2 | -21/+0 |
2007-10-09 | Remove unused rpmio fdFgets() function | Panu Matilainen | 1 | -63/+0 |
2007-10-09 | Remove bunch of deprecated and unused rpmlog functions | Panu Matilainen | 2 | -34/+0 |
2007-10-09 | Use enums instead of ints for processing isCompressed ret-val. | Ralf Corsépius | 1 | -6/+4 |
2007-10-08 | Make header files self-contained. | Ralf Corsépius | 1 | -0/+2 |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 10 | -36/+43 |
2007-10-08 | Use 'file' instead of '<file>' to work around include path issues. | Ralf Corsépius | 1 | -1/+1 |
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-05 | Remove fdFileno. | Ralf Corsépius | 1 | -11/+0 |
2007-10-05 | Make fdFileno an external function. | Ralf Corsépius | 1 | -4/+1 |
2007-10-04 | Stop checking for machine/types.h (Private header of some OSes not supposed t... | Ralf Corsépius | 1 | -4/+0 |
2007-10-01 | Fix minor typo. | Ralf Corsépius | 1 | -1/+1 |
2007-10-01 | Never glob non-local paths in rpmGlob() | Panu Matilainen | 1 | -1/+2 |
2007-10-01 | Remove (unused). | Ralf Corsépius | 1 | -22/+0 |
2007-09-22 | Take out __FILE__, __LINE__ from DBGREFS. | Ralf Corsépius | 2 | -7/+6 |
2007-09-21 | Add fdLink, fdFree, fdNew functions. | Ralf Corsépius | 1 | -1/+28 |
2007-09-21 | Remove fdLink, fdFree, fdNew defines. | Ralf Corsépius | 1 | -6/+3 |
2007-09-21 | Remove fdClose, fdOpen, fdRead, fdWrite defines. | Ralf Corsépius | 1 | -8/+4 |
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 | Rename MacroContext and -Entry to rpmMacro* for namespacing | Panu Matilainen | 2 | -59/+59 |
2007-09-20 | Move _free() into system.h for now | Panu Matilainen | 7 | -85/+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 | 3 | -7/+0 |
2007-09-20 | Add dependency on libbz2. | Ralf Corsépius | 1 | -0/+1 |
2007-09-19 | Adjust pktlen to pgpReadPkt's expectations. | Ralf Corsépius | 1 | -1/+1 |
2007-09-18 | Change main() to using char *argv[]. | Ralf Corsépius | 7 | -7/+7 |
2007-09-17 | Make fts.h a private header | Panu Matilainen | 1 | -2/+2 |
2007-09-17 | ugid.h is private header really | Panu Matilainen | 1 | -2/+2 |
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 caching, don't need it... | Panu Matilainen | 7 | -180/+10 |
2007-09-17 | Remove url/transport items from rpmio file handle structs and uses | Panu Matilainen | 2 | -13/+1 |
2007-09-17 | Remove transport-related items from urlinfo and uses | Panu Matilainen | 3 | -59/+1 |
2007-09-14 | Kick unused defines. | Ralf Corsépius | 1 | -7/+0 |