Age | Commit message (Expand) | Author | Files | Lines |
2008-02-15 | Shut up another case of FUSE mount stat whining (rhbz#432907) | Panu Matilainen | 1 | -4/+9 |
2008-02-14 | Fix a bunch of string format mismatches found by gcc's variadic checks | Panu Matilainen | 5 | -12/+12 |
2008-02-08 | Oops, package type in lead was reversed... | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 20 | -61/+70 |
2008-02-05 | Use rpmSigTag enum for signature tags everywhere, more or less.. | Panu Matilainen | 6 | -22/+52 |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 15 | -61/+61 |
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 9 | -17/+18 |
2008-02-05 | Use rpm_flag_t for header generic bitfields (file flags etc) | Panu Matilainen | 6 | -18/+22 |
2008-02-05 | Couple of int -> rpmVSFlags type corrections | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Doxygen bits for rpmtypes, much to do still | Panu Matilainen | 1 | -9/+28 |
2008-02-05 | A missed color type in rpmds header | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Split non-cli verify bits from rpmcli to separate header | Panu Matilainen | 2 | -76/+95 |
2008-02-05 | More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spotted | Panu Matilainen | 4 | -5/+7 |
2008-02-05 | Add rpm_rdev_t type for rdev entries | Panu Matilainen | 5 | -7/+8 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 7 | -20/+21 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 17 | -63/+65 |
2008-02-05 | Port some rpmds improvements from rpm5.org | Panu Matilainen | 7 | -163/+162 |
2008-02-05 | Rip the horrible (ia64) autorelocate kludgery. RIP. | Panu Matilainen | 5 | -96/+0 |
2008-02-05 | Use helper function to eliminate some copy-paste code | Panu Matilainen | 1 | -75/+42 |
2008-02-04 | Make check-programs build again, assorted type-fiddlings.. | Panu Matilainen | 3 | -3/+3 |
2008-02-04 | Add rpm_time_t type for time types (in headers), use where spotted | Panu Matilainen | 8 | -9/+10 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 20 | -38/+40 |
2008-02-03 | Make rpmtag.h standalone, include from rpmtypes.h | Panu Matilainen | 6 | -26/+17 |
2008-02-03 | Use rpmTag etc enums for rpmTagGet*() functions | Panu Matilainen | 1 | -3/+3 |
2008-02-03 | Stuff signature tags to rpmtag.h along with other tags, add enum typedef | Panu Matilainen | 2 | -19/+19 |
2008-02-01 | Move platform specific macros under RPMCONFIGDIR/platform/ | Panu Matilainen | 1 | -1/+1 |
2008-02-01 | Ditch the "system" %_topdir, default to ~/rpmbuild instead | Panu Matilainen | 1 | -1/+1 |
2008-02-01 | Don't close GPG/PGP stdin to avoid harmless warning (rhbz#197602) | Panu Matilainen | 1 | -2/+0 |
2008-01-30 | Add rpmtypes to doxygen, with todo reminders.. | Panu Matilainen | 1 | -0/+3 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 31 | -94/+81 |
2008-01-30 | Use rpmsenseFlags type for dependency flags everywhere (hopefully) | Panu Matilainen | 9 | -26/+27 |
2008-01-30 | Use headerIsSource() instead of doing it manually | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 38 | -31/+46 |
2008-01-30 | Move HGE and related prototypes to header.h | Panu Matilainen | 1 | -75/+0 |
2008-01-30 | Move rpmTagType stuff to rpmtag.h now that they can move | Panu Matilainen | 1 | -0/+51 |
2008-01-30 | Stick rpmCallbackType to rpmtypes too.. | Panu Matilainen | 2 | -4/+4 |
2008-01-30 | Add missing system includes | Panu Matilainen | 2 | -0/+4 |
2008-01-30 | Stick relocation struct to rpmfi, typedef to rpmtypes... | Panu Matilainen | 3 | -8/+9 |
2008-01-30 | Move FD_t to rpmtypes.h, used all over .. | Panu Matilainen | 1 | -0/+2 |
2008-01-30 | Move rpmRC definition to rpmtypes | Panu Matilainen | 2 | -11/+11 |
2008-01-30 | rpmgi.h doesn't need rpmte and rpmts headers, implementation does | Panu Matilainen | 2 | -2/+1 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 10 | -12/+9 |
2008-01-30 | Move header and -iterator to rpmtypes | Panu Matilainen | 1 | -0/+3 |
2008-01-30 | Move rpmalKey and rpmal to rpmtypes | Panu Matilainen | 2 | -8/+3 |
2008-01-30 | Move fnpyKey typedef to rpmtypes, its widely used... | Panu Matilainen | 2 | -2/+2 |
2008-01-30 | Move rpmts and other major data typedefs to rpmtypes from rpmlib | Panu Matilainen | 2 | -42/+11 |
2008-01-30 | Add missing c++ ifdefs to rpmtag and rpmtypes headers | Panu Matilainen | 2 | -0/+16 |
2008-01-30 | Move header tagdata types from header.h to rpmtypes.h | Panu Matilainen | 1 | -0/+9 |
2008-01-30 | Add stub rpmtypes.h header stub | Panu Matilainen | 1 | -0/+10 |
2008-01-30 | Remove fts flag API symbols from help messages | Panu Matilainen | 1 | -8/+8 |