Age | Commit message (Expand) | Author | Files | Lines |
2008-03-18 | Use rasprintf() in rpmps to properly fix mdvbz#31680 | Panu Matilainen | 1 | -18/+14 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 6 | -31/+31 |
2008-03-17 | Refactor running of pre/post scriptlets out of rpmtsRun() | Panu Matilainen | 1 | -108/+96 |
2008-03-17 | Nuke leftover rollback test program, update translations | Panu Matilainen | 1 | -4/+0 |
2008-03-17 | Remove repackage support to finish off with rollback | Panu Matilainen | 8 | -274/+11 |
2008-03-17 | Remove rollback support | Panu Matilainen | 9 | -1640/+2 |
2008-03-17 | Remove support for automatic rollback on failure | Panu Matilainen | 8 | -1034/+2 |
2008-03-14 | Revert RPMTAG_FILEDIGESTS -> FILEMD5's for now | Panu Matilainen | 1 | -2/+1 |
2008-03-14 | Type missing for RPMTAG_HEADERI18NTABLE | Panu Matilainen | 1 | -1/+1 |
2008-03-07 | Remove support for automatically importing pubkeys from keyservers | Panu Matilainen | 1 | -37/+0 |
2008-03-07 | Stop insecurely covering up for lack of snprintf and vsnprintf | Panu Matilainen | 1 | -19/+0 |
2008-03-07 | Log message adjustments | Panu Matilainen | 13 | -84/+84 |
2008-03-07 | Further constants made readonly... | Panu Matilainen | 4 | -9/+9 |
2008-03-07 | Make _cacheDependsRC static, not needed outside depends.c | Panu Matilainen | 2 | -3/+1 |
2008-03-07 | Another pile of read-only constants marked as such.. | Panu Matilainen | 9 | -23/+23 |
2008-03-07 | Mark another pile of header_magic duplicates as read-only | Panu Matilainen | 4 | -5/+7 |
2008-03-04 | PreReq -> Requires in ordering debug output (Pascal Rigaux) | Panu Matilainen | 1 | -2/+0 |
2008-02-28 | Add missing leading underscores to names passed to rpmMkdirPath() | Panu Matilainen | 1 | -2/+2 |
2008-02-26 | Another unnecessarily exported internal variable.. | Panu Matilainen | 1 | -1/+1 |
2008-02-26 | Remove hidden --nolibio cli switch, avoid exporting noLibio | Panu Matilainen | 1 | -13/+0 |
2008-02-26 | Un-inline fd*Digest() | Panu Matilainen | 1 | -1/+1 |
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 |