tools/librpm-tizen.git
2009-10-30 Panu MatilainenDocument our new format extensions
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-10-30 Panu MatilainenUpdate rpmtd formats comments to match reality
2009-10-29 David MalcolmConvert relative imports within rpm package to absolute...
2009-10-29 Panu MatilainenPermit any file-like object in rpm.setLogFile()
2009-10-29 Panu MatilainenUpdate module initialization to work with both Python...
2009-10-28 Panu MatilainenRemove unnecessary (cmpfunc) casts from our type objects
2009-10-28 Panu MatilainenEliminate ambiguous tp_compare and tp_richcompare from...
2009-10-28 Panu MatilainenAdd ds.Compare() as a thin wrapper over rpmdsCompare()
2009-10-28 Panu MatilainenType-check rpm.ds() comparison/search arguments everywhere
2009-10-28 Panu MatilainenRip out stillborn code
2009-10-28 Panu MatilainenEliminate the ambigious tp_compare from rpm.hdr
2009-10-28 Panu MatilainenUse PyObject_AsFileDescriptor() instead of object type...
2009-10-28 Panu MatilainenDont bother calculating hardlink counts when the value...
2009-10-27 Panu MatilainenSupport multiple python versions in brp-python-bytecomp...
2009-10-27 Panu MatilainenArgh, typo in previous commit
2009-10-27 Panu MatilainenRemove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds...
2009-10-27 Panu MatilainenMake disk space problem reporting slightly saner (RhBug...
2009-10-27 Panu MatilainenLet Python decide the "native" string type for tag...
2009-10-23 Panu MatilainenPermit unicode as ts.dbMatch() key argument
2009-10-23 Panu MatilainenAllow unicode objects as tag name everywhere
2009-10-23 Panu MatilainenAdd conversion function for handling python unicode...
2009-10-22 Panu MatilainenMake --httpproxy and friends work again (RhBug:529214)
2009-10-21 Panu MatilainenOn Python 3, use macros to alias all usage of PyInt_...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-21 Panu MatilainenEnsure RPMSENSE_RPMLIB bit is always set on rpmlib...
2009-10-21 Panu MatilainenEnsure rpmlib() dependency sanity on build
2009-10-21 Panu MatilainenFix memory leaks on error exit from parseRCPOT()
2009-10-19 Panu MatilainenRemove leftovers from python header files
2009-10-19 David MalcolmConvert all usage of two-expression exception raising...
2009-10-19 Panu MatilainenPyVarObject_HEAD_INIT() compatibility macro for Python...
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 Panu MatilainenPy_TYPE() compatibility macro for Python < 2.6
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-19 Panu MatilainenAvoid using python's print for Python 3.x compatibility
2009-10-17 Panu MatilainenUnbreak lzdio/xzdio
2009-10-17 Panu MatilainenSkip posttrans scripts of failed transaction elements
2009-10-16 Panu MatilainenSince we really want a FILE* then get one in the first...
2009-10-16 Panu MatilainenUse a helper function for finding fileno of specific...
2009-10-16 Panu MatilainenLose unnecessary url type checking from fdSize()
2009-10-16 Panu MatilainenLose unused leftover definitions
2009-10-16 Panu MatilainenEliminate ufdio-specific read, write, seek and close
2009-10-15 Panu MatilainenUse fd.tell() instead of going around through os.lseek...
2009-10-15 Panu MatilainenAdd tell() method to rpm.fd class
2009-10-15 Panu MatilainenAdd ftell() clone to FD_t
2009-10-15 Panu MatilainenAvoid unnecessary dup'ing of file descriptors on header...
2009-10-15 Panu MatilainenAccept rpm.fd() types file objects everywhere in python...
2009-10-14 Panu MatilainenMake fdUpdateDigests() static now that its possible
2009-10-14 Panu MatilainenMake FD_t struct opaque, finally
2009-10-14 Panu MatilainenEliminate last remaining FD_t struct privacy violation
2009-10-14 Panu MatilainenRemove cpio stuff from FD_t
2009-10-14 Panu MatilainenMove debug goo defs to rpmio.c
2009-10-14 Panu MatilainenMove pile of helpers from rpmio_internal.h to rpmio...
2009-10-14 Panu MatilainenMove fd statistics foo inside rpmio.c now that it can
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-10-14 Panu MatilainenRemove pointless inlining of stuff in rpmio
2009-10-14 Panu MatilainenUse common "not implemented" implementation of Fseek()
2009-10-14 Panu MatilainenAdd first rough-cut python bindings for rpmio fd
2009-10-12 Panu MatilainenRaise exception in the converter, not caller
2009-10-12 Panu MatilainenPermit changing rpm.td tag from python
2009-10-12 Panu MatilainenAdd limited support for modifying headers to python
2009-10-12 Panu MatilainenFix format extension memleak on empty strings
2009-10-12 Panu MatilainenOutput dependency type on --requires etc queries if...
2009-10-12 Panu MatilainenAdd RPMTAG_VERBOSE extension
2009-10-12 Panu MatilainenPermit conditional query formats on not yet cached...
2009-10-10 Panu MatilainenOops, configuring wrong ts in rpm.ts() initialization
2009-10-09 Panu MatilainenMove further initialization from python ts tp_new to...
2009-10-09 Panu MatilainenRevert explicit PyErr_NoMemory() returns to just return...
2009-10-09 Panu MatilainenHandle NULL in ts get/setKeyring as python None
2009-10-09 Panu MatilainenKill off _rpmb.error exception type
2009-10-09 Panu MatilainenPermit setting and getting ts keyring from python
2009-10-09 Panu MatilainenAdd bindings for rpm keyring and pubkey types
2009-10-09 Panu MatilainenAdd an interface to parse armored OpenPGP from memory
2009-10-07 Panu MatilainenSupport passing extra options to dep generator scripts
2009-10-06 Panu MatilainenLose unused python/perl/java stringbuffers from rpmfc
2009-10-06 Panu MatilainenBah, get the new ocaml-scripts into tarballs too
2009-10-06 Panu MatilainenPython namespace import fiddling
2009-10-06 Panu MatilainenTeach the internal dep generator about OCaml
2009-10-06 Panu MatilainenAdd OCaml dependency generator scripts (Richard W.M...
2009-10-06 Ville SkyttäDeprecate %__lzma, use %__xz in it.
2009-10-06 Ville SkyttäDecompress lzma files with xz.
2009-10-06 Ville SkyttäImprove perl.req here-doc skipping.
2009-10-05 Panu MatilainenDelete ancient and defunc python test programs
2009-10-05 Panu MatilainenDont leak memory from rpm.fi() methods
2009-10-05 Panu MatilainenHandle all rpmds variants in its constructor
2009-10-05 Panu Matilainenrpmdb open failing is certainly an rpm error, not TypeError
2009-10-05 Panu MatilainenDead code removal
2009-10-05 Panu MatilainenPermit threads during rpmReadPackageFile()
2009-10-05 Panu MatilainenType mismatch is TypeError, not rpm.error
2009-10-05 Panu MatilainenPush hdrFromFdno() error code handling over to python...
2009-10-05 Panu MatilainenPush hdrCheck() error code handling over to python...
2009-10-05 Panu MatilainenTeach python about the lowlevel RPMRC codes
2009-10-05 Panu MatilainenPush ts.check() return tuple-o-doom generation over...
2009-10-05 Panu MatilainenTeach python about RPMSENSE_ANY
2009-10-05 Panu MatilainenEnable retrieving problem key from python too
2009-10-05 Panu MatilainenPush transaction problem filter to python side
2009-10-05 Panu MatilainenPush the interpretation of ts.run() result code to...
2009-10-05 Panu MatilainenAdd minimal python wrapping for rpmProblem objects
2009-10-05 Panu MatilainenUgh, forgot to add the new _rpmb module to git
next