tools/librpm-tizen.git
2010-04-01 Panu MatilainenLose "support" for truly ancient BDB versions
2010-04-01 Panu MatilainenRename dbiOpen() + dbiOpenDB() to make their layer...
2010-04-01 Panu MatilainenPass rpmdb to dbiFindByLabel() / rpmdbiFindMatch()...
2010-04-01 Panu MatilainenEliminate dbi_rpmtag member from dbiIndex struct
2010-04-01 Panu MatilainenDefine + use enum for primary/secondary index types...
2010-04-01 Panu MatilainenRename the dbi access method member dbi_type -> dbi_dbtype
2010-04-01 Panu MatilainenSplit dbiIndex out of rpmdb_internal.h into header...
2010-04-01 Panu MatilainenEliminate unnecessary argument to dbiCopen()
2010-04-01 Panu MatilainenMove dbi_no_dbsync logic to inside dbiSync()
2010-04-01 Panu MatilainenOn header iteration format queries, dump the contents...
2010-04-01 Panu MatilainenDisable header i18n lookup in headerCopyTags() (RhBug...
2010-03-31 Panu MatilainenRemove BDB recno + queue access methods from configuration
2010-03-30 Panu MatilainenDatabase metadata integer byte order is not user servic...
2010-03-30 Panu MatilainenLose dbi file configuration option
2010-03-30 Panu MatilainenMake dbiVerify() and dbiOpen() static, not needed outsi...
2010-03-30 Panu MatilainenBury dbiIndexItem and dbiIndexSet structs inside rpmdb.c
2010-03-30 Panu MatilainenMake dbiIndexSet operations static inside rpmdb.c
2010-03-30 Panu MatilainenLose the BDB access method configuration options
2010-03-30 Panu MatilainenWe really dont care about macro expanded per-db error...
2010-03-30 Panu MatilainenLose shmkey + shared BDB config options
2010-03-30 Panu MatilainenRemove "truncate" BDB config option
2010-03-30 Panu MatilainenWe dont want to use DB_HOME environment, ever
2010-03-30 Panu MatilainenWe dont have any temporary databases anymore, lose...
2010-03-30 Panu MatilainenLose pointless per-db and per-dbi errfile and errcall...
2010-03-30 Panu MatilainenShred a pile of BDB config goo that's never been actual...
2010-03-30 Panu MatilainenShed the pointless per-dbi memory allocators
2010-03-30 Panu MatilainenEliminate now unnecessary db_ndbi field, number of...
2010-03-30 Panu MatilainenMake rpmdb index list hard-wired
2010-03-30 Panu MatilainenMinor cleanup to rpmdbAdd()
2010-03-30 Panu MatilainenAdd + use a helper function for retrieving single heade...
2010-03-30 Panu MatilainenMinor cleanups to rpmdbAdd() and rpmdbRemove()
2010-03-30 Panu MatilainenMinor cleanup to rpmdbRebuild(), use rstreq() instead...
2010-03-29 Panu MatilainenHide rpmte open/close/error etc logic inside rpmteProcess()
2010-03-29 Panu MatilainenMove the little thats left of psm.h into rpmte_internal.h
2010-03-29 Piotr Drągl10n: Updates to Polish (pl) translation
2010-03-29 Panu MatilainenOops, scriptlet related error messages had dropped...
2010-03-29 Panu MatilainenUpdate translatios again to shed non-existent messages...
2010-03-29 Panu MatilainenLazy allocation of rpmds color array
2010-03-29 Panu MatilainenLose long since unused fdReadable() and fdWritable()
2010-03-29 Panu MatilainenLose long since unused url control structure and relate...
2010-03-29 Panu MatilainenRemove unused dependency set file reference count
2010-03-29 Panu MatilainenRemove unused and non-sensible depedency set build...
2010-03-29 Panu MatilainenheaderNextTag() fits the checkForDuplicates() use-case...
2010-03-29 Panu MatilainenUnbreak cpio archive path generation
2010-03-29 Panu MatilainenOops, being a bit too strict on dependency qualifiers
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenAlways fail build on unknown dependency qualifiers
2010-03-29 Panu MatilainenAlways initialize tagflags to RPMSENSE_ANY
2010-03-29 Panu MatilainenReport all enabled dependency bits in deptype format...
2010-03-29 Panu MatilainenDont bother translators with dependency lookup debug...
2010-03-29 Panu MatilainenLose unused RPMSENSE_PATCHES
2010-03-29 Panu MatilainenRemove redundant assignments
2010-03-29 Panu MatilainenGroup the tag cases a bit more logically in parseRCPOT()
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-29 Panu MatilainenFree up three bits from rpmsenseFlags
2010-03-26 Panu MatilainenAdd ds.Instance() method to python bindings
2010-03-26 Panu MatilainenTake advantage of rpmdsCurrent() in python bindings
2010-03-26 Panu MatilainenAdd public rpmdsCurrent() function for creating a singl...
2010-03-26 Panu MatilainenSplit single ds generation into helper function, clean...
2010-03-26 Panu MatilainenSimplify rpmcliTransaction() a bit
2010-03-26 Héctor Daniel... l10n: Updates to Spanish (Castilian) (es) translation
2010-03-26 Panu MatilainenOops, diskspace problem messed up from the argument...
2010-03-26 Panu MatilainenRecord originating header instance to all problems...
2010-03-26 Panu MatilainenTake advantage of rpmdsInstance() in dependency problem...
2010-03-26 Panu MatilainenRecord header instance in dependency sets + add API...
2010-03-26 Panu MatilainenMerge checkPackageSet() into checkInstDeps()
2010-03-26 Panu MatilainenAvoid unnecessary argument now that problem pkgNEVRA...
2010-03-26 Panu MatilainenChange the problem data arrangement for dependency...
2010-03-26 Panu MatilainenFilter out duplicate problems when adding to element...
2010-03-26 Panu MatilainenEliminate rpmpsAppend() from the API
2010-03-26 Panu MatilainenPush problem creation argument sanitation to the level...
2010-03-26 Panu MatilainenSanitize rpmteAddProblem() arguments
2010-03-26 Panu MatilainenUse the new problem set iterator where it makes more...
2010-03-26 Panu MatilainenUse rpmpsMerge() for collecting element problems in...
2010-03-26 Panu MatilainenAdd a simple and dumb rpmpsMerge() function to merge...
2010-03-26 Panu MatilainenAdd a saner rpmps iteration interface
2010-03-26 Panu MatilainenHandle NULL and the same literal problem pointer in...
2010-03-26 Piotr Drągl10n: Updates to Polish (pl) translation
2010-03-25 Panu MatilainenUpdate translations for the rpmps -> rpmprob split
2010-03-25 Panu MatilainenSplit rpm problem type + its "methods" to separate...
2010-03-25 Panu MatilainenAdd public function for testing problem equality
2010-03-25 Panu MatilainenLose unused ignoreProblem from rpmProblem struct
2010-03-25 Panu MatilainenMinor cleanup to rpmpsGetProblem()
2010-03-25 Panu MatilainenMinor cleanup to rpmpsAppendProblem()
2010-03-25 Panu MatilainenMinor cleanup to rpmpsFreeIterator()
2010-03-25 Panu MatilainenDont bother allocating iterator if there's no data...
2010-03-25 Panu MatilainenClean up verifyDependencies() a bit, no functional...
2010-03-25 Panu MatilainenSanitize verifyscript handling a bit
2010-03-25 Panu MatilainenRevert "Transaction element type is not a bitfield...
2010-03-24 Jindrich NovyAdd Epoch, Architecture and BugURL to rpm -qi and fix...
2010-03-24 Piotr Drągl10n: Updates to Polish (pl) translation
2010-03-24 Panu MatilainenRemove rpmteColorDS() from the API/ABI
2010-03-24 Ville SkyttäDocument deprecation of mi.count() and ds.Count().
2010-03-24 Ville SkyttäMore here-doc skipping fixes for perl.req (#128).
2010-03-24 Panu MatilainenAdd RPMBUILD_ISFOO constants to python rpmb module...
2010-03-24 Panu MatilainenAdd __bool__() / __nonzero__() method to python rpmmi...
2010-03-23 Panu MatilainenFirst take at pluggable file attribute + dependency...
2010-03-23 Panu MatilainenFix fallout from rpmgi.h moving to internal path
2010-03-22 Héctor Daniel... l10n: Updates to Spanish (Castilian) (es) translation
2010-03-22 Panu MatilainenLose leftover RPMDBI_ARGLIST rpmgi pseudo tag
next