summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Accept rpm.fd() types file objects everywhere in python bindingsPanu Matilainen4-39/+57
2009-10-14Make fdUpdateDigests() static now that its possiblePanu Matilainen2-6/+8
2009-10-14Make FD_t struct opaque, finallyPanu Matilainen2-47/+42
2009-10-14Eliminate last remaining FD_t struct privacy violationPanu Matilainen3-8/+16
2009-10-14Remove cpio stuff from FD_tPanu Matilainen4-35/+10
2009-10-14Move debug goo defs to rpmio.cPanu Matilainen2-9/+7
2009-10-14Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuffPanu Matilainen2-122/+58
2009-10-14Move fd statistics foo inside rpmio.c now that it canPanu Matilainen2-63/+55
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen4-31/+31
2009-10-14Remove pointless inlining of stuff in rpmioPanu Matilainen1-9/+8
2009-10-14Use common "not implemented" implementation of Fseek()Panu Matilainen1-22/+4
2009-10-14Add first rough-cut python bindings for rpmio fdPanu Matilainen3-3/+295
2009-10-12Raise exception in the converter, not callerPanu Matilainen2-1/+1
2009-10-12Permit changing rpm.td tag from pythonPanu Matilainen1-2/+23
2009-10-12Add limited support for modifying headers to pythonPanu Matilainen3-1/+34
2009-10-12Fix format extension memleak on empty stringsPanu Matilainen1-1/+1
2009-10-12Output dependency type on --requires etc queries if verbose (RhBug:528342)Panu Matilainen1-4/+4
2009-10-12Add RPMTAG_VERBOSE extensionPanu Matilainen3-0/+17
2009-10-12Permit conditional query formats on not yet cached data tooPanu Matilainen1-1/+1
2009-10-10Oops, configuring wrong ts in rpm.ts() initializationPanu Matilainen1-3/+2
2009-10-09Move further initialization from python ts tp_new to tp_initPanu Matilainen2-17/+14
2009-10-09Revert explicit PyErr_NoMemory() returns to just returning NULLPanu Matilainen10-12/+12
2009-10-09Handle NULL in ts get/setKeyring as python NonePanu Matilainen1-4/+10
2009-10-09Kill off _rpmb.error exception typePanu Matilainen3-10/+1
2009-10-09Permit setting and getting ts keyring from pythonPanu Matilainen1-0/+28
2009-10-09Add bindings for rpm keyring and pubkey typesPanu Matilainen4-0/+230
2009-10-09Add an interface to parse armored OpenPGP from memoryPanu Matilainen2-19/+37
2009-10-07Support passing extra options to dep generator scriptsPanu Matilainen2-3/+9
2009-10-06Lose unused python/perl/java stringbuffers from rpmfcPanu Matilainen1-10/+0
2009-10-06Bah, get the new ocaml-scripts into tarballs tooPanu Matilainen1-0/+1
2009-10-06Python namespace import fiddlingPanu Matilainen1-35/+36
2009-10-06Teach the internal dep generator about OCamlPanu Matilainen4-3/+13
2009-10-06Add OCaml dependency generator scripts (Richard W.M. Jones)Panu Matilainen3-0/+135
2009-10-06Deprecate %__lzma, use %__xz in it.Ville Skyttä2-2/+2
2009-10-06Decompress lzma files with xz.Ville Skyttä2-4/+0
2009-10-06Improve perl.req here-doc skipping.Ville Skyttä1-3/+5
2009-10-05Delete ancient and defunc python test programsPanu Matilainen7-215/+0
2009-10-05Dont leak memory from rpm.fi() methodsPanu Matilainen1-8/+8
2009-10-05Handle all rpmds variants in its constructorPanu Matilainen5-47/+39
2009-10-05rpmdb open failing is certainly an rpm error, not TypeErrorPanu Matilainen1-1/+1
2009-10-05Dead code removalPanu Matilainen1-5/+0
2009-10-05Permit threads during rpmReadPackageFile()Panu Matilainen1-0/+2
2009-10-05Type mismatch is TypeError, not rpm.errorPanu Matilainen1-1/+1
2009-10-05Push hdrFromFdno() error code handling over to python sidePanu Matilainen2-28/+22
2009-10-05Push hdrCheck() error code handling over to python sidePanu Matilainen2-27/+16
2009-10-05Teach python about the lowlevel RPMRC codesPanu Matilainen1-0/+6
2009-10-05Push ts.check() return tuple-o-doom generation over to python sidePanu Matilainen2-67/+42
2009-10-05Teach python about RPMSENSE_ANYPanu Matilainen1-0/+1
2009-10-05Enable retrieving problem key from python tooPanu Matilainen1-0/+11
2009-10-05Push transaction problem filter to python sidePanu Matilainen2-12/+8