summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-11-05Stop messing with fi->fstates allocations in psmPanu Matilainen2-9/+6
2008-11-05Kill off per-file cpio map flagsPanu Matilainen4-5/+1
2008-11-05Remove unused variablePanu Matilainen1-1/+0
2008-11-05Remove useless rpmfi->gid and uid "defaults"Panu Matilainen3-6/+2
2008-11-05fi->actions is already initialized earlier in rpmfiNew()Panu Matilainen1-3/+0
2008-11-05fi->actions cannot be non-NULL in rpmfiNew()Panu Matilainen1-2/+1
2008-11-05Dead code removalPanu Matilainen1-8/+0
2008-11-04Stop messing around with rpmfi user+group names from psmPanu Matilainen1-13/+0
2008-11-04Fix segfault on relocation (rhbz#468319)Panu Matilainen1-1/+0
2008-11-04Return proper exit code when exec*() functions failJindrich Novy1-1/+1
2008-11-04Use more portable file access mode tests (ticket #5)Panu Matilainen3-7/+7
2008-11-03Ensure PATH_MAX is defined (ticket #3) Adam TkacPanu Matilainen1-4/+0
2008-10-30Kill of scareMem / keep header flag from rpmdsPanu Matilainen2-20/+6
2008-10-30Change all in-tree rpmdsNew() uses to non-scarememPanu Matilainen3-6/+4
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