summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-4/+4
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen9-23/+28
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-6/+7
2007-12-11Register the new SCRIPT_ERROR callback value to pythonPanu Matilainen1-0/+1
2007-12-10Add python method for for retrieving (without setting) ts vsflagsPanu Matilainen1-0/+11
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen22-32/+32
2007-12-04Eliminate debug junk from the APIPanu Matilainen2-5/+5
2007-12-01Don't include idtx.h in rpmcli.hPanu Matilainen1-0/+1
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-29Lose python ftsPanu Matilainen5-563/+0
2007-11-29Avoid building rpmdebug-pyPanu Matilainen2-5/+0
2007-11-29Lose the useless rpmrc python stuff, group macro handling to rpmmacro-pyPanu Matilainen7-439/+83
2007-11-27Drop extra include paths from python tooPanu Matilainen3-5/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-1/+1
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+1
2007-11-27Remove long since dead fields from python header objectsPanu Matilainen1-18/+0
2007-11-23Remove unnecessary paths from python includepathPanu Matilainen1-4/+2
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen2-0/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius21-27/+27
2007-11-22Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.Ralf Corsépius1-1/+1
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+0
2007-11-07Remove .splintrc's in the treePanu Matilainen1-94/+0
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-2/+2
2007-10-31Disable python available package mechanism for now at least.Panu Matilainen1-4/+17
2007-10-29Remove unnecessary includesPanu Matilainen2-5/+0
2007-10-29Remove unused variablePanu Matilainen1-1/+0
2007-10-29Avoid need for header_internal.hPanu Matilainen1-18/+7
2007-10-29Use fdGetFILE() instead of rpmio internal fdGetFp() everywherePanu Matilainen1-2/+2
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius10-10/+10
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius2-2/+2
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius3-3/+3
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmsq.h" instead of <rpmsq.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius2-11/+11
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-1/+1
2007-10-24Remove dead codePanu Matilainen1-13/+0
2007-10-24Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091)Panu Matilainen1-3/+4
2007-10-23Remove unused python header stubsPanu Matilainen2-59/+0
2007-10-23One more useless rpmio_internal include removalPanu Matilainen1-1/+0
2007-10-23Remove bunch of unnecessary rpmio_internal & related includes from pythonPanu Matilainen3-7/+1
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-4/+6
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen2-4/+4
2007-10-19Use rpmProblem access methods instead of direct access to the structPanu Matilainen1-9/+10