Age | Commit message (Expand) | Author | Files | Lines |
2008-06-12 | Make rpmfiFSize() return rpm_loff_t type, fixup callers | Panu Matilainen | 1 | -3/+3 |
2008-06-11 | Make rpmps generic number field 64bit, rename getter method | Panu Matilainen | 1 | -1/+1 |
2008-06-10 | Eliminate rpmfiBuildFNames() use in python | Panu Matilainen | 1 | -12/+7 |
2008-06-09 | Use 64bit type for rpmte package size reporting | Panu Matilainen | 1 | -1/+1 |
2008-06-09 | Use rpm_loff_t for transaction callback amount+total arguments | Panu Matilainen | 1 | -2/+2 |
2008-06-03 | Use rpmsqIsCaught() instead of directly accessing rpmsqCaught sigset | Panu Matilainen | 1 | -1/+1 |
2008-06-03 | Don't leak memory on python fi.Digest() calls | Panu Matilainen | 1 | -4/+4 |
2008-06-02 | Change rpmTagGetNames() interface to more like that of headerGet() | Panu Matilainen | 1 | -1/+4 |
2008-06-02 | rpmfiFDigestHex() instead of manual hex conversion | Panu Matilainen | 1 | -4/+2 |
2008-06-02 | On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency | Panu Matilainen | 1 | -2/+2 |
2008-06-02 | Add fi.Digest() method to python bindings | Panu Matilainen | 1 | -25/+16 |
2008-05-26 | Remove legacy RPMSENSE_SERIAL. | Jindrich Novy | 1 | -1/+0 |
2008-05-26 | Convert python rpmMergeHeaders to new interfaces | Panu Matilainen | 1 | -19/+22 |
2008-05-26 | Convert python hdrKeyList() to new header iterator interface | Panu Matilainen | 1 | -4/+6 |
2008-05-22 | Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefix | Panu Matilainen | 1 | -3/+4 |
2008-05-21 | Don't muck with rpmTagTable internals in python initialization | Panu Matilainen | 1 | -12/+13 |
2008-05-21 | Include rpmtypes.h first instead of rpmtag.h everywhere | Panu Matilainen | 2 | -2/+2 |
2008-05-15 | Let rpmtdFreeData() do it's job... | Panu Matilainen | 1 | -9/+1 |
2008-05-15 | Don't look into extensions when adding tags to python | Panu Matilainen | 1 | -14/+0 |
2008-05-15 | Minimal conversion of in-rpm python bindings to new headerGet() | Panu Matilainen | 1 | -102/+23 |
2008-05-12 | Convert internal uses of headerSprintf() to headerFormat() | Panu Matilainen | 1 | -2/+2 |
2008-05-12 | Fixup paths and Makefiles for rpmdb/ elimination | Panu Matilainen | 1 | -1/+0 |
2008-04-28 | Get rid of string hackery in rpmdb-py.c | Jindrich Novy | 1 | -3/+2 |
2008-04-10 | Just call legacyRetrofit() instead of combined compress + provide retrofits | Panu Matilainen | 1 | -5/+3 |
2008-04-09 | Yet more url ripping - buildroot is never an url | Panu Matilainen | 1 | -2/+2 |
2008-04-07 | Eliminate several copy-paste hex converters, use pgpHexStr() instead | Panu Matilainen | 1 | -14/+7 |
2008-04-03 | Shut up a few silly compiler warnings that have crept in | Panu Matilainen | 1 | -1/+1 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 2 | -2/+2 |
2008-03-17 | Remove rollback support | Panu Matilainen | 1 | -128/+0 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 8 | -20/+20 |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 1 | -4/+9 |
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Couple of int -> rpmVSFlags type corrections | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Port some rpmds improvements from rpm5.org | Panu Matilainen | 1 | -0/+33 |
2008-02-05 | Rip the horrible (ia64) autorelocate kludgery. RIP. | Panu Matilainen | 1 | -4/+0 |
2008-02-04 | Make check-programs build again, assorted type-fiddlings.. | Panu Matilainen | 1 | -1/+1 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-03 | Make rpmtag.h standalone, include from rpmtypes.h | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 7 | -7/+6 |
2008-01-30 | Use rpmsenseFlags type for dependency flags everywhere (hopefully) | Panu Matilainen | 2 | -6/+6 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 11 | -12/+11 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 1 | -2/+2 |
2007-12-16 | Lone module-private const .. remove | Panu Matilainen | 1 | -1/+1 |
2007-12-16 | Remove const from bunch of error message return types | Panu Matilainen | 1 | -1/+1 |
2007-12-15 | Remove bogus const from rpmProblemString() return type | Panu Matilainen | 2 | -3/+9 |
2007-12-14 | Bogus const removal continued... | Panu Matilainen | 2 | -2/+2 |
2007-12-14 | Bunch of const char* corrections | Panu Matilainen | 1 | -2/+3 |
2007-12-13 | Use rpm_tagtype_t everywhere for rpm (header) tagtype type | Panu Matilainen | 1 | -4/+4 |
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 9 | -23/+28 |