summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-04Remove nicely misleading #ifndef NOTYET case from skipInstallFiles()Panu Matilainen1-8/+1
2010-11-03Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi2-36/+24
2010-11-03Make ints in IndexIterator API unsigned as the interal types areFlorian Festi2-11/+11
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi3-80/+80
2010-11-03Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi2-2/+52
2010-10-29Lose ancient lclint remnants from the repositoryPanu Matilainen1-28/+0
2010-10-26Bury stripTrailingChar() inside the only remaining userPanu Matilainen1-0/+8
2010-10-26Eliminate the sole StringBuf user in librpm sidePanu Matilainen1-7/+6
2010-10-26Separate match iterator allocation vs initializationPanu Matilainen3-23/+48
2010-10-25Create less draconian loops for grouped collectionsPanu Matilainen1-5/+28
2010-10-25Only specific cases of collections need extra orderingPanu Matilainen1-7/+11
2010-10-22Move librpmsign to its own subdirectory in the sourcesPanu Matilainen3-694/+1
2010-10-22Replace remaing rpmSigTag uses with rpmTagValPanu Matilainen3-11/+11
2010-10-22Eliminate pgpHashAlgo uses in librpm sidePanu Matilainen5-16/+16
2010-10-22Fix (ie eliminate) rpmSigTag uses in rpmchecksigPanu Matilainen1-5/+5
2010-10-22Meh, one missed rpmTag -> rpmTagVal change in queryPanu Matilainen1-1/+1