summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Tweak up BDB flags to avoid breakage from --verifydbPanu Matilainen1-0/+5
2011-01-03Bump up default BDB cache- and allowed mmap size considerablyPanu Matilainen1-1/+1
2010-12-22Make rpmplugins.h private for nowPanu Matilainen3-3/+3
2010-12-21Move rpmtsSELabelFoo() functions to an internal-only headerPanu Matilainen3-21/+22
2010-12-20Free up a bunch of bits from rpmtransFlags_ePanu Matilainen1-15/+18
2010-12-20Mark two more unused rpmts flags as suchPanu Matilainen1-2/+2
2010-12-20Rip the remains of --aid and --nosuggest, except for the callbackPanu Matilainen4-15/+3
2010-12-20Rip the stillborn, broken apply/commit transaction gooPanu Matilainen5-51/+10
2010-12-16Add a "unique string cache" to rpmugPanu Matilainen2-0/+30
2010-12-16Support GetEntry() for hashes without datatype tooPanu Matilainen2-9/+8
2010-12-15Eliminate ancient dependency loop whiteout mechanismPanu Matilainen1-87/+1
2010-12-15Split user+group caching to separate source (again), renamePanu Matilainen7-188/+198
2010-12-14Remove hardcoded lock and mail group id'sPanu Matilainen1-9/+0
2010-12-13Cut down the initial db checked hash allocation somewhatPanu Matilainen1-2/+2
2010-12-13Replace verified header tracking bitfield with a hash tablePanu Matilainen3-66/+28
2010-12-13Implement transaction ordering hintingPanu Matilainen4-0/+17
2010-12-03Kick out some long since invalid commentsPanu Matilainen1-3/+0
2010-12-03A bit of sanity checking in rpmtsRebuildDB()Panu Matilainen1-8/+15
2010-12-03Bump library sonamesPanu Matilainen1-1/+1
2010-12-03Internalize most direct rpmdb manipulation functionsPanu Matilainen2-60/+62
2010-11-29Fix long-standing segfault on unknown tags on header iteration queriesPanu Matilainen1-31/+26
2010-11-29Eliminate dead RPMTAG_INSTALLPREFIX tag extensionPanu Matilainen1-26/+0
2010-11-23Axe the rpmsq debug code which was never getting built anywayPanu Matilainen1-4/+0
2010-11-18Only force default umask during transaction (RhBug:494440)Panu Matilainen3-5/+8
2010-11-17Always exit rpmtsRun() via rpmtsFinish()Panu Matilainen1-2/+1
2010-11-17Yet another round of enum-as-function-argument eliminationPanu Matilainen2-6/+6
2010-11-17Avoid enum as function argument for headerConvert()Panu Matilainen2-3/+3
2010-11-15Remove RPMTAG_FILESTATUS tag extensionPanu Matilainen2-24/+0
2010-11-15Make our popt exec path more useful, permit environment overridePanu Matilainen2-2/+6
2010-11-15Hide obsolete --nomd5 switches from help outputPanu Matilainen2-2/+2
2010-11-11Remove superfluous dbiSync() call (refactoring thinko or such)Panu Matilainen1-1/+0
2010-11-11Switch fsync off while building indexesFlorian Festi1-1/+4
2010-11-11Fix index auto creationFlorian Festi1-20/+8
2010-11-10Don't restore db file atime/mtime after rebuildPanu Matilainen1-6/+1
2010-11-09Eliminate silly "I am about to create a directory now" debug loggingPanu Matilainen1-4/+0
2010-11-09Simplify the dbpath shuffle in db rebuilds a bitPanu Matilainen1-15/+10
2010-11-09Dont bother NULL'ing local variables on exitPanu Matilainen1-2/+2
2010-11-09Eliminate pointless (and racy) test for rebuilddb directory existencePanu Matilainen1-7/+0
2010-11-09Remove unused local variableFlorian Festi1-1/+0
2010-11-09Hide --aid and --nosuggest switches for nowPanu Matilainen1-3/+4
2010-11-09Lose useless --fileconflicts cli-switchPanu Matilainen1-3/+0
2010-11-09Move --dbpath into common rpm popt options tablePanu Matilainen1-0/+8
2010-11-09Eliminate stillborn codePanu Matilainen1-13/+0
2010-11-05Fix IndexIterator to not open an private dbi that never gets closedFlorian Festi1-2/+2
2010-11-05Const-correctness: rpmdsRpmlib() doesn't (and must not) modify tblpPanu Matilainen2-2/+2
2010-11-04Lose the remaining dbapi references in code + configurationPanu Matilainen3-33/+6
2010-11-04Eliminate useless dbapi version to internal openDatabase()Panu Matilainen1-19/+6
2010-11-04Eliminate useless dbapi argument to rpmdbRemoveDatabase()Panu Matilainen1-19/+9
2010-11-04Start eliminating dbapi leftoversPanu Matilainen1-49/+39
2010-11-04Eliminate unused strlen() calls 'n stuff from skipInstallFiles()Panu Matilainen1-9/+3