tools/librpm-tizen.git
2010-04-21 Panu MatilainenOnly check the type of dependency requested in checkIns...
2010-04-21 Panu MatilainenAdd a basic reinstall test to test-suite
2010-04-14 Panu Matilainen...but make sure the pre-requisite isn't also an erasur...
2010-04-14 Panu MatilainenPre-requisites of installed packages dont need to be...
2010-04-13 Panu MatilainenUpdate a few tag descriptions + visibility
2010-04-13 Panu MatilainenUse correct tag for NOPATCH
2010-04-13 Panu MatilainenRPMTAG_NOSOURCE and NOPATCH aren't internal, they end...
2010-04-12 Michael SchroederGnu tar sometimes prints a "tar: Record size = 16"...
2010-04-12 Michael SchroederAdapt the Makefile as rpmdb_svc can no longer be built.
2010-04-12 Michael SchroederNew gcc versions comlpain about undefined behaviour...
2010-04-12 Michael SchroederreadLineFromOFI may modify the fileStack, thus we have...
2010-04-12 Michael SchroederDo not load keyring if signature checking is disabled.
2010-04-12 Michael SchroederSeems like a change was made to make %attr(-) go back...
2010-04-09 Panu MatilainenClean up dbiOpen() a bit
2010-04-09 Panu MatilainenMove environment open "refcounting" to db_init() /...
2010-04-09 Panu MatilainenAnd now lose db_use_env from rpmdb struct
2010-04-09 Panu MatilainenSimplify the dbenv->open() flags shuffle
2010-04-09 Panu MatilainenMove dbi_use_dbenv from dbi to rpmdb, this is a per...
2010-04-09 Panu MatilainenMove dbhome directory create/verify to openDatabase()
2010-04-08 Panu MatilainenEliminate DB_JOINENV usage and config option
2010-04-08 Panu MatilainenEliminate "thread" BDB option
2010-04-08 Panu MatilainenLose redundant dbi_use_env check
2010-04-08 Panu MatilainenA little bit of sanity to dbiNew()
2010-04-08 Panu MatilainenEliminate exclusive and rdonly BDB configuration options
2010-04-08 Panu MatilainenMop up ancient BDB leftovers
2010-04-08 Panu MatilainenEliminate BDB transaction tuning knobs from configuration
2010-04-08 Panu Matilainendb_env_create() doesn't take any flags currently
2010-04-08 Panu MatilainenRemove per-dbi perms and configuration
2010-04-08 Panu MatilainenRemove per-dbi mode and configuration
2010-04-08 Panu MatilainenRequire BDB >= 4.5 for sanity's sake
2010-04-08 Panu MatilainenRemove unused dbi_txnid member from dbiIndex
2010-04-08 Panu Matilainendb_create() doesn't take any flags currently
2010-04-08 Panu MatilainenEliminate dbiIndexNewItem()
2010-04-07 Panu MatilainenChange nextInstance() to permit retrieval too, use...
2010-04-07 Panu MatilainenMake rpmdbAdd() and rpmdbRemove() internal-only
2010-04-07 Panu MatilainenStash rpmdb struct definition out of sight into dbi.h
2010-04-07 Panu MatilainenUnify rpmdbAdd/Remove() interfaces
2010-04-07 Panu MatilainenEliminate the headerCheck() foo from rpmdbAdd/Remove()
2010-04-07 Panu MatilainenLift RPMDBI_PACKAGES handling from db add/remove to...
2010-04-07 Panu MatilainenLift header instance number figuring out of rpmdbAdd...
2010-04-07 Panu MatilainenVerify header sanity as the first thing in rpmdbAdd()
2010-04-07 Panu MatilainenMove header INSTALLTID manipulation out of rpmdbAdd()
2010-04-07 Panu MatilainenRemove unused require- and provideversion indexes
2010-04-07 Panu MatilainenEliminate redundant/bogus temporary variable shuffling
2010-04-06 Panu MatilainenRemove unused _DBI defines
2010-04-06 Panu MatilainenLose unused fluff from openDatabase()
2010-04-06 Panu MatilainenEliminate static _rebuildinprogress hack, use per-db...
2010-04-06 Panu MatilainenBury rpmdb flags inside rpmdb.c, not used by anything...
2010-04-06 Panu MatilainenUnbreak --rebuilddb
2010-04-05 Yuri Chornoivanl10n: Updates to Ukrainian (uk) translation
2010-04-02 Misha Shnurapetl10n: Updates to Russian (ru) translation
2010-04-01 Panu MatilainenNuke bogus comments + related NULL-checks
2010-04-01 Panu MatilainenClean up rpmdb struct initialization
2010-04-01 Panu MatilainenLose unused static initialization foo
2010-04-01 Panu MatilainenClean up formatting in rpmdbCountPackages() (just cosme...
2010-04-01 Panu MatilainenRemove unused rpmdbCloseDBI()
2010-04-01 Panu MatilainenGenerate package database statistics on close & make...
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...
next