summaryrefslogtreecommitdiff
path: root/rpmdb/rpmdb.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-3525/+0
2008-05-08Oops, matchpathcon() wants st_mode, not the entire struct statPanu Matilainen1-1/+1
2008-05-08Block signals while moving the rpmdb to final location after rebuildPanu Matilainen1-0/+4
2008-05-08Lose the silly db argument from block/unblockSignals()Panu Matilainen1-8/+8
2008-05-08Restore rpmdb selinux contexts to default after rebuild (rhbz#442149)Panu Matilainen1-2/+15
2008-04-28Oops, simplified it a little bit much, fixingJindrich Novy1-3/+4
2008-04-28Remove remaining alloca() from rpmdb.cJindrich Novy1-5/+14
2008-04-28Simplify dirName handling in rpmdbFindByFile()Jindrich Novy1-7/+3
2008-04-28Eliminate pointless alloca() of local DBT structs.Panu Matilainen1-100/+100
2008-04-28Revert bunch of alloca() -> xcalloc() changes in rpmdb routinesPanu Matilainen1-28/+16
2008-04-24Remove outdated comment, add a todo reminderPanu Matilainen1-0/+1
2008-04-22Simplify rebuild path generationPanu Matilainen1-6/+1
2008-04-22More path manipulation craziness eliminated in rpmdbRemoveDatabase()Panu Matilainen1-20/+8
2008-04-22Eliminate wtf dbpath shuffling in rpmdbMoveDatabase()Panu Matilainen1-38/+19
2008-04-22Don't use alloca for struct stat, there's no need to.Panu Matilainen1-7/+7
2008-04-22Add rpmdb internal helper for cleaning up db4 environment, use itPanu Matilainen1-17/+27
2008-04-09Replace alloca+memset with xcalloc() in rpmdbRemove()Panu Matilainen1-6/+12
2008-04-09Replace alloca+memset with xcalloc() in rpmdbAdd()Panu Matilainen1-4/+6
2008-04-09Replace alloca+memset with xcalloc() in rpmdbCountPackages()Panu Matilainen1-6/+10
2008-04-09Tonne of indentation + other formatting corrections to rpmdb.cPanu Matilainen1-70/+85
2008-04-09Remove dead codePanu Matilainen1-25/+0
2008-04-09Report full nevra in rpmdb remove debug messagePanu Matilainen1-3/+4
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-18/+2
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen1-1/+1
2008-04-03We don't support url's in db paths, rip.Panu Matilainen1-17/+2
2008-04-03Replace silly static rpmioFileExists() in rpmdb.c with plain old access()Panu Matilainen1-41/+5
2008-04-03Remove ancient db1->db3 conversion cruftPanu Matilainen1-9/+0
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen1-5/+5
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-2/+2
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-14/+0
2008-03-12Refcount dbiTags on db open+close, automatically freePanu Matilainen1-40/+58
2008-03-07Log message adjustmentsPanu Matilainen1-15/+15
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen1-2/+2
2008-02-25Eliminate rpmdb refcount debug junk from the APIPanu Matilainen1-8/+8
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-10/+10
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-17/+17
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-6/+6
2008-02-05Couple of missed type abstractionsPanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-2/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-12/+12
2007-12-18Avoid exiting too early due to nested rpmdbCheckSignals()Panu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmdb match iterator contentsPanu Matilainen1-4/+4
2007-12-18Use constfree for rpmdb_s contents for nowPanu Matilainen1-5/+5
2007-12-16Stupid reversed-logic thinko..Panu Matilainen1-1/+1
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-9/+9
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-5/+5
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-6/+6