summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Remove unnecessary scaremem flags, hardwired to no scaremem anywayPanu Matilainen2-7/+5
2008-10-30Save bunch of memory by not loading file classes in ts elementsPanu Matilainen1-1/+1
2008-10-30Add couple of new rpmfi flags for file classes and file dependsPanu Matilainen2-7/+13
2008-10-30Move rpmfi color union calculation out of rpmfiNew()Panu Matilainen2-7/+5
2008-10-30Remove unused package color calculations from 2003Panu Matilainen1-13/+0
2008-10-30Don't bother fetching and storing pre- and posttrans scripts in rpmfiPanu Matilainen3-21/+14
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen6-16/+11
2008-10-30Turn rpmfiNew() scareMem argument into bitfield of flagsPanu Matilainen2-8/+13
2008-10-29Add proper file capability verification supportPanu Matilainen1-7/+18
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen7-1/+63
2008-10-29Start adding POSIX 1.e draft file capability support for realPanu Matilainen2-0/+6
2008-10-29Don't try to verify capabilities of directories and non-regular filesPanu Matilainen1-5/+5
2008-10-27fix compiler warningFlorian Festi1-2/+1
2008-10-26Beginnings of acl (POSIX.1e draft 17) verification supportPanu Matilainen2-0/+15
2008-10-26Beginnings of file capability (POSIX.1e draft 15) verification supportPanu Matilainen4-6/+27
2008-10-24Use better cache sizesFlorian Festi1-2/+2
2008-10-24Improve finger print hash function to avoid degeneration of hash tablesFlorian Festi1-8/+5
2008-10-24Switch to a better hash functions for strings: Jenkins One-at-a-time hashFlorian Festi1-13/+14
2008-10-24Use only one, global fingerPrintCache to save a lot of stat callsFlorian Festi3-8/+5
2008-10-24symlinksFlorian Festi1-0/+23
2008-10-24Detect to be installed symlinks for file fingerprinting (file conflicts)Florian Festi2-0/+142
2008-10-24Fix path problem in doLookupFlorian Festi1-1/+7
2008-10-24Delete findFps foobarFlorian Festi3-134/+0
2008-10-24Change both hashes to a typed versionFlorian Festi4-45/+81
2008-10-24Make rpmhash a generic datatype using macros and includesFlorian Festi5-239/+271
2008-10-22Skip adding identical NEVR to transaction on install too (rhbz#467822)Panu Matilainen1-8/+19
2008-10-22Fix memleak in rpmtsAddInstallElement()Panu Matilainen1-3/+3
2008-10-14Fix build without LuaPanu Matilainen1-1/+1
2008-10-14Use PRIu64 for 64bit value formatting instead of castingPanu Matilainen1-3/+5
2008-10-14Avoid overflow on memcpy()Panu Matilainen1-2/+2
2008-10-14Need to mask the return type from rpmTagGetType() return valuePanu Matilainen1-2/+2
2008-10-14Error out on unknown data types in sqlite backend tooPanu Matilainen1-2/+7
2008-10-13Make sure dbiTags are loaded on db rebuild & removePanu Matilainen1-0/+4
2008-10-13Honor default nopromote setting everywhere in rpmds (rhbz#466503)Panu Matilainen1-0/+3
2008-10-10Yank out legacy.h, make the conversion functions staticPanu Matilainen4-48/+6
2008-10-10Convert in-tree users to headerConvert()Panu Matilainen1-2/+1
2008-10-10Add headerConvert() "proxy" for performing various conversions on header dataPanu Matilainen2-0/+37
2008-10-10And out goes rpmMkdirPath()Panu Matilainen2-31/+0
2008-10-10Use rpmMkdirs() instead of rpmMkdirPath() in rpmInstallSourcePackage()Panu Matilainen1-24/+6
2008-10-09Get db vectors out of exported ABIPanu Matilainen3-0/+3
2008-10-09Remove silly double definition of headerGetLangs()Panu Matilainen1-1/+0
2008-10-09Mark htonll() as internalPanu Matilainen1-0/+1
2008-10-09Mark cpio functions internalPanu Matilainen1-0/+4
2008-10-09Mark fingerprinting stuff internalPanu Matilainen1-0/+7
2008-10-09Mark hash table functions as internalPanu Matilainen1-0/+8
2008-10-09Mark rpmdb internals as internals, including the "mergesort" gemPanu Matilainen1-0/+10
2008-10-09Mark psm functions as internalPanu Matilainen1-0/+9
2008-10-09Mark various fsm* bits internalPanu Matilainen1-0/+3
2008-10-09Mark uidToUname() and friends as internalPanu Matilainen1-0/+7
2008-10-08Unknown tag is an errorPanu Matilainen1-1/+1