summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2008-06-27Adjust python callback for amount+total type changePanu Matilainen1-1/+1
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-1/+1
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-3/+3
2008-06-11Make rpmps generic number field 64bit, rename getter methodPanu Matilainen1-1/+1
2008-06-10Eliminate rpmfiBuildFNames() use in pythonPanu Matilainen1-12/+7
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-1/+1
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-2/+2
2008-06-03Use rpmsqIsCaught() instead of directly accessing rpmsqCaught sigsetPanu Matilainen1-1/+1
2008-06-03Don't leak memory on python fi.Digest() callsPanu Matilainen1-4/+4
2008-06-02Change rpmTagGetNames() interface to more like that of headerGet()Panu Matilainen1-1/+4
2008-06-02rpmfiFDigestHex() instead of manual hex conversionPanu Matilainen1-4/+2
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-2/+2
2008-06-02Add fi.Digest() method to python bindingsPanu Matilainen1-25/+16
2008-05-26Remove legacy RPMSENSE_SERIAL.Jindrich Novy1-1/+0
2008-05-26Convert python rpmMergeHeaders to new interfacesPanu Matilainen1-19/+22
2008-05-26Convert python hdrKeyList() to new header iterator interfacePanu Matilainen1-4/+6
2008-05-22Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefixPanu Matilainen1-3/+4
2008-05-21Don't muck with rpmTagTable internals in python initializationPanu Matilainen1-12/+13
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2-2/+2
2008-05-15Let rpmtdFreeData() do it's job...Panu Matilainen1-9/+1
2008-05-15Don't look into extensions when adding tags to pythonPanu Matilainen1-14/+0
2008-05-15Minimal conversion of in-rpm python bindings to new headerGet()Panu Matilainen1-102/+23
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-2/+2
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+0
2008-04-28Get rid of string hackery in rpmdb-py.cJindrich Novy1-3/+2
2008-04-10Just call legacyRetrofit() instead of combined compress + provide retrofitsPanu Matilainen1-5/+3
2008-04-09Yet more url ripping - buildroot is never an urlPanu Matilainen1-2/+2
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen1-14/+7
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen2-2/+2
2008-03-17Remove rollback supportPanu Matilainen1-128/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen8-20/+20
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-4/+9
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-05Couple of int -> rpmVSFlags type correctionsPanu Matilainen1-1/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-1/+1
2008-02-05Port some rpmds improvements from rpm5.orgPanu Matilainen1-0/+33
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-4/+0
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen7-7/+6
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen2-6/+6
2008-01-30rpmlib.h mass evictionPanu Matilainen11-12/+11
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-16Lone module-private const .. removePanu Matilainen1-1/+1
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen2-3/+9
2007-12-14Bogus const removal continued...Panu Matilainen2-2/+2
2007-12-14Bunch of const char* correctionsPanu Matilainen1-2/+3