summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-04-29Doh, dont shadow the rpmtsVerifyDB() return valuePanu Matilainen1-1/+1
2010-04-29Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen1-1/+1
2010-04-22Protect rpmtsVerifyDB() with transaction lockPanu Matilainen1-1/+7
2010-04-22Ditch "fcntl_locking" bdb config optionPanu Matilainen1-2/+0
2010-04-22Make transaction lock path per-transactionPanu Matilainen2-12/+17
2010-04-22Further generalize the rpmlock interfacePanu Matilainen5-38/+46
2010-04-22Generalize rpmlock_new() by moving transaction lock path calculation outPanu Matilainen1-17/+17
2010-04-22Make rpmlock type visible inside rpm, use instead of void*Panu Matilainen4-11/+13
2010-04-21Lose the useless header refcounting debug junkPanu Matilainen2-16/+4
2010-04-21Eliminate unused "known problems" based filtering from rpmtsRun()Rakesh Pandit4-60/+3
2010-04-21rpmdb.c (dbiOpen): fix dbix conditionAlexey Tourbin1-2/+2
2010-04-21Only check the type of dependency requested in checkInstDeps()Panu Matilainen1-9/+3
2010-04-14...but make sure the pre-requisite isn't also an erasure-dependencyPanu Matilainen1-1/+1
2010-04-14Pre-requisites of installed packages dont need to be verified (RhBug:223642)Panu Matilainen1-0/+4
2010-04-13Update a few tag descriptions + visibilityPanu Matilainen1-8/+8
2010-04-13RPMTAG_NOSOURCE and NOPATCH aren't internal, they end up in nosrc headersPanu Matilainen1-2/+2
2010-04-12Adapt the Makefile as rpmdb_svc can no longer be built.Michael Schroeder1-10/+0
2010-04-12Do not load keyring if signature checking is disabled.Michael Schroeder1-2/+6
2010-04-09Clean up dbiOpen() a bitPanu Matilainen1-19/+15
2010-04-09Move environment open "refcounting" to db_init() / db_fini()Panu Matilainen1-23/+16
2010-04-09And now lose db_use_env from rpmdb structPanu Matilainen3-41/+12
2010-04-09Simplify the dbenv->open() flags shufflePanu Matilainen3-61/+25
2010-04-09Move dbi_use_dbenv from dbi to rpmdb, this is a per-rpmdb settingPanu Matilainen4-10/+10
2010-04-09Move dbhome directory create/verify to openDatabase()Panu Matilainen2-16/+12
2010-04-08Eliminate DB_JOINENV usage and config optionPanu Matilainen2-9/+3
2010-04-08Eliminate "thread" BDB optionPanu Matilainen2-4/+0
2010-04-08Lose redundant dbi_use_env checkPanu Matilainen1-31/+28
2010-04-08A little bit of sanity to dbiNew()Panu Matilainen1-11/+8
2010-04-08Eliminate exclusive and rdonly BDB configuration optionsPanu Matilainen1-4/+0
2010-04-08Mop up ancient BDB leftoversPanu Matilainen1-4/+0
2010-04-08Eliminate BDB transaction tuning knobs from configurationPanu Matilainen2-8/+0
2010-04-08db_env_create() doesn't take any flags currentlyPanu Matilainen2-2/+1
2010-04-08Remove per-dbi perms and configurationPanu Matilainen3-9/+3
2010-04-08Remove per-dbi mode and configurationPanu Matilainen3-13/+5
2010-04-08Require BDB >= 4.5 for sanity's sakePanu Matilainen1-6/+0
2010-04-08Remove unused dbi_txnid member from dbiIndexPanu Matilainen2-9/+5
2010-04-08db_create() doesn't take any flags currentlyPanu Matilainen2-2/+1
2010-04-08Eliminate dbiIndexNewItem()Panu Matilainen1-38/+16
2010-04-07Change nextInstance() to permit retrieval too, use it for bitmap allocPanu Matilainen3-66/+32
2010-04-07Make rpmdbAdd() and rpmdbRemove() internal-onlyPanu Matilainen3-16/+19
2010-04-07Stash rpmdb struct definition out of sight into dbi.hPanu Matilainen2-30/+29
2010-04-07Unify rpmdbAdd/Remove() interfacesPanu Matilainen3-22/+16
2010-04-07Eliminate the headerCheck() foo from rpmdbAdd/Remove()Panu Matilainen4-40/+8
2010-04-07Lift RPMDBI_PACKAGES handling from db add/remove to separate helperPanu Matilainen1-76/+78
2010-04-07Lift header instance number figuring out of rpmdbAdd() to helper functionPanu Matilainen1-41/+56
2010-04-07Verify header sanity as the first thing in rpmdbAdd()Panu Matilainen1-24/+29
2010-04-07Move header INSTALLTID manipulation out of rpmdbAdd()Panu Matilainen4-16/+14
2010-04-07Remove unused require- and provideversion indexesPanu Matilainen1-2/+0
2010-04-07Eliminate redundant/bogus temporary variable shufflingPanu Matilainen1-23/+8
2010-04-06Remove unused _DBI definesPanu Matilainen1-4/+0