Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-09-12 | Rip out internal http and ftp transports. | Panu Matilainen | 11 | -1290/+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 | 14 | -844/+5 |
2007-09-12 | Remove now unused DAV RPC code. | Panu Matilainen | 2 | -970/+0 |
2007-09-12 | Remove now unused FTP RPC code. | Panu Matilainen | 1 | -929/+0 |
2007-09-12 | Only deal with local files in "rpc" | Panu Matilainen | 1 | -125/+42 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 9 | -53/+9 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 42 | -2769/+821 |
2007-09-11 | Use _LDADD instead of _LDFLAGS. | Ralf Corsépius | 1 | -11/+3 |
2007-09-04 | #include <popt.h> instead of "popt.h". | Ralf Corsépius | 3 | -3/+3 |
2007-09-04 | Fix build and a few compiler warnings with --with-neon | Panu Matilainen | 1 | -5/+7 |
2007-09-04 | Add httpTimeoutSecs for WITH_NEON. | Ralf Corsépius | 1 | -1/+1 |
2007-09-03 | Remove __LCLINT__-ifdef'ed blocks. | Ralf Corsépius | 9 | -142/+5 |
2007-09-03 | Remove lint-support. | Ralf Corsépius | 1 | -15/+0 |
2007-08-31 | Eliminate clean-local: | Ralf Corsépius | 1 | -3/+0 |
2007-08-31 | Add RPMCONFIGDIR to CPPFLAGS. | Ralf Corsépius | 1 | -0/+1 |
2007-08-30 | Don't read *.rpmnew etc macro files | Panu Matilainen | 1 | -0/+5 |
2007-08-27 | Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs. | Ralf Corsépius | 1 | -15/+13 |
2007-08-27 | Comment out Glob_error. | Ralf Corsépius | 1 | -0/+2 |