Age | Commit message (Expand) | Author | Files | Lines |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 9 | -9/+9 |
2007-10-28 | Include "rpmmessages.h" instead of <rpmmessages.h>. | Ralf Corsépius | 8 | -8/+8 |
2007-10-28 | Include "rpmpgp.h" instead of <rpmpgp.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmsq.h" instead of <rpmsq.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmsw.h" instead of <rpmsw.h>. | Ralf Corsépius | 3 | -3/+3 |
2007-10-28 | Include "rpmurl.h" instead of <rpmurl.h>. | Ralf Corsépius | 2 | -2/+2 |
2007-10-27 | Remove HAVE_VA_LIST_AS_ARRAY. | Ralf Corsépius | 1 | -13/+0 |
2007-10-22 | Remove bunch of unnecessary rpmio_internal includes | Panu Matilainen | 1 | -1/+2 |
2007-10-17 | Cleanup CPPFLAGS. | Ralf Corsépius | 1 | -2/+2 |
2007-10-17 | Expand AM_CPPFLAGS. | Ralf Corsépius | 1 | -6/+6 |
2007-10-17 | Add tput. | Ralf Corsépius | 1 | -0/+4 |
2007-10-10 | Move pkginc_HEADERS to toplevel Makefile.am | Ralf Corsépius | 1 | -6/+0 |
2007-10-10 | Add support for lzma compressed "Sources". | Ralf Corsépius | 2 | -2/+12 |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 2 | -3/+2 |
2007-10-09 | Remove rpmError() and rpmMessage() retrofitting | Panu Matilainen | 2 | -19/+0 |
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 |