platform/upstream/rpm.git
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-05-21 Jindrich NovyDo not evaluate macros in spec comments (RhBug:594672)
2010-05-20 Till MaasSearch all locale dirs in find-lang.sh, not just those...
2010-05-19 Panu MatilainenUse pgpValString() for :pgpsig header formatting (RhBug...
2010-05-19 Panu MatilainenAdd public pgpValString() function + enum for the vario...
2010-05-19 Panu MatilainenBury struct pgpValTbl_s definition inside rpmpgp.c
2010-05-19 Panu MatilainenHandle non-existent dependency sets in python (RhBug...
2010-05-18 Panu MatilainenFix return from chroot() on verify (RhBug:590588)
2010-05-11 Roland McGrathMake debugedit -i recompute build ID only when any...
2010-05-11 Roland McGrathWhitespace fixups for tools/debugedit.c
2010-05-07 Panu MatilainenPlug dumb memleak in rpmpsMerge()
2010-05-07 Panu MatilainenFix breakage from removedPackages changing to hash
2010-05-07 Panu MatilainenRevert back to rpmdbRemove() taking instance number...
2010-05-07 Panu MatilainenConvert rpmte internals to use the transaction pointer...
2010-05-07 Panu MatilainenStore pointer to transaction set in transaction elements
2010-05-07 Florian FestiFix compiler warning in rpmhash Resize()
2010-05-06 Florian FestiRemove no longer needed function intcmp()
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-05-06 Florian Festirpmhash: new Empty() function to remove all entries
2010-05-06 Florian Festirpmhash: Accessor functions for the size and usage
2010-05-06 Florian Festirpmhash: Grow when hash table gets too full
2010-05-06 Panu MatilainenMove header filecount retrieve from addTE() to rpmfsNew()
2010-05-06 Panu MatilainenTolerate NULL in rpmfsFree() and rpmfsFC()
2010-05-06 Panu MatilainenMinor cleanup to rpmfsNew()
2010-05-06 Panu MatilainenMove delTE() inline to rpmteFree()
2010-05-06 Panu MatilainenUnexport rpmteNew() and rpmteFree()
2010-05-06 Panu MatilainenMinor cleanup to rpmReSign()
2010-05-06 Panu MatilainenFix minor header iterator leak in rpmReSign()
2010-05-06 Panu MatilainenClean up rpmcliImportPubkeys() a bit, no functional...
2010-05-04 Pavol RusnakDon't process desktop files without Type=Application...
2010-05-04 Panu MatilainenRename python module version symbol to __version__...
2010-04-29 Panu MatilainenDoh, dont shadow the rpmtsVerifyDB() return value
2010-04-29 Giulio EulisseFixes missing __fxstat64 symbol on mac.
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-04-27 Taylon Silmerl10n: Updates to Portuguese (Brazilian) (pt_BR) translation
2010-04-22 Panu MatilainenProtect rpmtsVerifyDB() with transaction lock
2010-04-22 Panu MatilainenDitch "fcntl_locking" bdb config option
2010-04-22 Panu MatilainenMake transaction lock path per-transaction
2010-04-22 Panu MatilainenFurther generalize the rpmlock interface
2010-04-22 Panu MatilainenGeneralize rpmlock_new() by moving transaction lock...
2010-04-22 Panu MatilainenMake rpmlock type visible inside rpm, use instead of...
2010-04-21 Panu MatilainenLose the useless header refcounting debug junk
2010-04-21 Rakesh PanditEliminate unused "known problems" based filtering from...
2010-04-21 Alexey Tourbinrpmdb.c (dbiOpen): fix dbix condition
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()
next