tools/librpm-tizen.git
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-09-01 Panu MatilainenOnly consider installed files when looking at removed...
2011-09-01 Panu MatilainenAdd RPMTAG_INSTFILENAMES tag extension for state-aware...
2011-09-01 Panu MatilainenAdd + use helper macro for testing for installed file...
2011-09-01 Panu MatilainenOops, missing include for rpmFreeMacros() in python...
2011-09-01 Panu MatilainenAvoid SystemError on inserting an empty list insert...
2011-09-01 Panu MatilainenAdd method to reset + reload rpm configuration to pytho...
2011-08-31 Panu MatilainenRemember ds color (if set) through rpmdsCurrent()
2011-08-31 Panu MatilainenOops, forgot to add the instfilenames pseudo index...
2011-08-29 Panu MatilainenUse RPMDBI_INSTFILENAMES on file queries as well
2011-08-29 Panu MatilainenTake advantage on RPMDBI_INSTFILENAMES in rpmdbProvides()
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-08-29 Panu MatilainenGeneralize pseudo tag handling in rpmdbInitIterator()
2011-08-29 Panu MatilainenUse correct file state for colored file replacements
2011-08-25 Panu MatilainenAdd test for ts.clear() as a side-effect of add to...
2011-08-25 Panu MatilainenExport rpmtsEmpty() to python as ts.clear()
2011-08-19 Panu MatilainenRemove support for ancient bzip2 library versions
2011-08-19 Panu MatilainenRemove unused FDFOO macros
2011-08-17 Panu MatilainenHandle query format field width centrally in formatValue()
2011-08-17 Panu MatilainenTake length of format width specifier into account...
2011-08-17 Panu MatilainenValidate query format field width specifier is sane
2011-08-02 Panu MatilainenStrip trailing slash from paths at addFile()
2011-08-02 Panu MatilainenpgpVerifySig() check of NULL hash is the wrong way...
2011-08-02 Michael SchroederRestore %defattr() behavior on special %doc
2011-08-01 Jindrich NovyFix misleading error message when gpg key is expired...
2011-07-14 Panu MatilainenSanity check signatures even if we dont have a key
2011-07-13 Panu MatilainenFix memleak on keys with more than one user id
2011-07-13 Panu MatilainenFix crash on PGP packets/armors with more than one...
2011-07-13 Panu MatilainenOops, rpmPubkeyDig() should return NULL if pgpPrtPkts...
2011-07-13 Panu MatilainenOnly increment number of query/verify sources when...
2011-07-13 Panu MatilainenFix the sanity check on number of query/verify sources...
2011-07-12 Panu MatilainenWhoops, wrong variable passed to io debugging
2011-07-11 Panu MatilainenCleanup fdRead(), fdWrite() and fdSeek() a bit
2011-07-11 Panu MatilainenCosmetics: remove empty comments and such
2011-07-11 Panu MatilainenDont bother checking for NULL fd on stats collection
2011-07-11 Panu MatilainenCentralize most of the debug goo as well
2011-07-11 Panu MatilainenJust pass fd pointers around instead of "cookies" cast...
2011-07-11 Panu MatilainenCentralize fd digests collection
2011-07-11 Panu MatilainenCentralize fd stats collection
2011-07-11 Panu MatilainenEliminate unused leftover bytesRemain member from FD_t
2011-07-11 Panu MatilainenMinor cosmetics cleanup to Fseek()
2011-07-11 Panu MatilainenReturn an error on Fread() / Fwrite() on NULL fd
2011-07-11 Panu MatilainenImplement Ftell() for zlib versions that support it
2011-07-11 Panu MatilainenAdd basic test for Ftell() in python
2011-07-11 Panu MatilainenUse a vector for Ftell() functionality too
2011-07-11 Panu MatilainenRemove pointless fdSeekNot() "not implemented" function
2011-07-08 Panu MatilainenAdd a simple test for Fflush() functionality in python
2011-07-08 Panu MatilainenFix totally broken Fflush() operation
2011-07-08 Panu MatilainenAxe the broken fpio support for good
2011-07-08 Panu Matilainenzlib is mandatory, fail at configure if missing + remov...
2011-07-08 Panu MatilainenEliminate the last two fpio uses in rpm codebase
2011-07-08 Panu MatilainenEliminate the uuugly and stupid fdGetFILE() from the API
2011-07-08 Panu MatilainenIf we need a FILE stream then get one...
2011-07-07 Panu MatilainenTake advantage of Fdescr() in rpmReadPackageFile()
2011-07-07 Panu MatilainenTeach python rpmio bindings about Fdescr()
2011-07-07 Panu MatilainenRemember path (or other description) in fd's, add getter
2011-07-07 Panu MatilainenEliminate fdNew() from the API
2011-07-07 Panu MatilainenFurther streamline & sanitize lead handling
2011-07-07 Panu MatilainenOnly bother mallocing lead for return if read actually...
2011-07-06 Panu MatilainenEliminate remaining assert()'s in rpmlead.c
2011-07-06 Panu MatilainenMake rpmLeadRead() return an allocated lead, fixup...
2011-07-06 Panu MatilainenStart beating a little bit of sense into the braindamag...
2011-07-06 Panu MatilainenAdd tests for header getattr() behavior sanity
2011-07-06 Panu MatilainenFix the broken python header __getattr__() behavior...
2011-07-06 Panu MatilainenAdd __reduce__() method to python header object
2011-07-06 Panu MatilainenRevert the ds, ts, fi and spec python object creation...
2011-07-05 Panu MatilainenBring back c++ "protection" to rpmsq, oops
2011-07-01 Panu MatilainenFix/sanitize rpm.ds python object creation a bit
2011-07-01 Panu MatilainenFix/sanitize rpm.ts python object creation a bit
2011-07-01 Panu MatilainenFix/sanitize rpm.fi python object creation a bit
2011-07-01 Panu MatilainenFix/sanitize rpm.spec python object creation
2011-07-01 Panu MatilainenAdd a simple and stupid test case for python spec parse
2011-07-01 Panu MatilainenFix/sanitize rpm.fd python object creation
2011-07-01 Panu MatilainenFix the totally broken rpm.fd() read method
2011-07-01 Panu MatilainenAdd basic test for rpmio python bindings
2011-06-28 Panu MatilainenFix explicit directory %attr() when %defattr() is activ...
2011-06-28 Panu MatilainenAdd a test-case for various %attr and %defattr combinations
2011-06-28 Panu MatilainenEnable GLOB_ONLYDIR of the bundled glob() on platforms...
2011-06-27 Panu MatilainenPay attention to dir vs file when building (RhBug:505995)
2011-06-27 Panu MatilainenHonor trailing slash in rpmGlob()
2011-06-27 Panu MatilainenRemove ugly isDir recurse prevention hack on build
2011-06-23 Panu MatilainenEliminate static BUFSIZ use in filelist parsing
2011-06-21 Panu MatilainenUse ARGV_t for filelist current locale storage
2011-06-21 Panu MatilainenEliminate redundant noGlob member from filelist
2011-06-21 Panu MatilainenEliminate redundant special docs tracking members in...
2011-06-21 Panu MatilainenEliminate unused fileCount member from FileList struct
2011-06-17 Jakub JelinekAdd DWARF-4 support to debugedit (RhBug:707677)
2011-06-17 Panu MatilainenAvoid extra newlines in parsed spec output outside...
2011-06-17 Panu MatilainenAdd --parse option to rpmspec tool to dump parsed spec...
2011-06-17 Panu MatilainenSupport retrieving the spec contents in parsed format
2011-06-16 Panu MatilainenError on unclosed macros & trailing line continuations...
2011-06-16 Panu MatilainenTry to generate fileclass in the tag ext at runtime...
2011-06-16 Panu MatilainenExport rpmteFailed() to python bindings
2011-06-13 Panu MatilainenDon't remove buildroot docdir on %doc usage (ticket...
2011-06-10 Panu MatilainenAdjust script detection rules to work with file >=...
2011-06-09 Panu MatilainenAdd bunch of further rpm-python tests for this and...
2011-06-09 Panu MatilainenEww, python ds.Instance() doesn't take any arguments
2011-06-09 Panu MatilainenAdd a bunch of db match/key iterator test-cases in...
2011-06-09 Panu MatilainenRearrange test-suite python helper macros a bit
2011-06-09 Panu MatilainenFix the non-keyed match iteration case wrt DB_NOTFOUND
next