summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-10-14Eliminate last remaining FD_t struct privacy violationPanu Matilainen1-2/+2
2009-10-14Remove cpio stuff from FD_tPanu Matilainen2-12/+10
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen1-0/+1
2009-10-12Fix format extension memleak on empty stringsPanu Matilainen1-1/+1
2009-10-12Add RPMTAG_VERBOSE extensionPanu Matilainen2-0/+16
2009-10-12Permit conditional query formats on not yet cached data tooPanu Matilainen1-1/+1
2009-10-02Return error code from rpmtsAddEraseElement() failurePanu Matilainen2-1/+4
2009-10-02Push the rpmtsGetKeys() stuff over to python completelyPanu Matilainen2-40/+0
2009-10-01Add API for setting preferred transaction file colorPanu Matilainen2-0/+18
2009-09-30Add alternative header iterator methodPanu Matilainen2-10/+26
2009-09-22Remove no longer necessary RPMDBI_PACKAGES special casingPanu Matilainen1-4/+0
2009-09-22Fix endless loop on RPMDBI_PACKAGES iteration when offset specifiedPanu Matilainen1-2/+4
2009-09-22Unbreak --tid and --querybynumberPanu Matilainen1-34/+10
2009-09-22DB_INCOMPLETE was removed in BDB 4.1 and we dont support older versionsPanu Matilainen1-5/+3
2009-09-22Remove ancient, unused code to filter duplicates on rpmdb rebuildPanu Matilainen2-28/+0
2009-09-21Rip out dependency cachingPanu Matilainen2-95/+0
2009-09-21Move rpmdb home creation from backends to one level higherPanu Matilainen4-12/+10
2009-09-21Add an internal API for getting rpmdb home wrt chroot state, use itPanu Matilainen3-19/+27
2009-09-21Remove pointless per-index api versionPanu Matilainen2-4/+3
2009-09-21DB config stuff not needed outside dbconfig.c, make them staticPanu Matilainen1-5/+4
2009-09-21BDB is not optional at least currently, remove useless ifdefsPanu Matilainen1-6/+0
2009-09-21Remove useless no-op "teardown" and "usecursors" config bitsPanu Matilainen1-9/+1
2009-09-21Remove BDB RPC "support"Panu Matilainen3-73/+20
2009-09-21Remove XA "support" from the backendPanu Matilainen1-3/+0
2009-09-21Remove unused db/dbenv methods "documentary" from the sourcePanu Matilainen1-38/+0
2009-09-21Use db3Free() for on sqlite backend close tooPanu Matilainen1-6/+1
2009-09-21Always populate dbi->dbi_file on db3New()Panu Matilainen3-34/+15
2009-09-21Mop up leftover root/home foobarPanu Matilainen2-32/+7
2009-09-21Per-dbi root and home dont make sense, always use rpmdb pathsPanu Matilainen4-20/+11
2009-09-18Sigh.. when not using environment, absolute paths are requiredPanu Matilainen1-1/+7
2009-09-17Always open database files relative to database homePanu Matilainen1-8/+1
2009-09-17Have BDB use our allocation routines now that we canPanu Matilainen2-5/+5
2009-09-17Eliminate unnecessary variablePanu Matilainen1-7/+4
2009-09-16Remove unused local variableFlorian Festi1-1/+0
2009-09-16Remove db environment on close on chrooted operationsPanu Matilainen2-2/+4
2009-09-16Move the default transaction lock out of BDB environment namespacePanu Matilainen1-1/+1
2009-09-16There's a function to test string equivalence...Panu Matilainen2-5/+5
2009-09-16Throw out useless db statistics structsPanu Matilainen1-47/+0
2009-09-16Throw out pile of unused "stuff" from 2002Panu Matilainen1-71/+0
2009-09-16Minor cleanup to newRpmdb()Panu Matilainen1-6/+1
2009-09-16One complicated way to write xstrdup() .. pffPanu Matilainen1-10/+3
2009-09-16Eliminate long since unused db subfile from bdb codePanu Matilainen1-24/+2
2009-09-16Remove unnecessary arguments to db init and finiPanu Matilainen1-20/+9
2009-09-16Also skip to be erased files in "netsharedpath"Florian Festi1-33/+80
2009-09-15Take non-gi errors into account too (SuseBug:527191)Panu Matilainen1-1/+1
2009-09-15Don't add dependency type into file requires and provides (RhBug:523282)Panu Matilainen1-1/+1
2009-09-14Clean up rpmalAllFileSatisfiesDepend() a bitPanu Matilainen1-40/+34
2009-09-10Rip the broken asynchronous psm machineryPanu Matilainen6-37/+1
2009-09-10Rip the broken ldconfig optimization hack (RhBug:513224)Panu Matilainen1-25/+0
2009-09-10Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen2-141/+0