summaryrefslogtreecommitdiff
path: root/lib/fsm.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-11If there are no hardlinks, dont bother with s-bit and caps removalPanu Matilainen1-1/+1
2010-06-03Remove POSIX file capabilities from executables on erase/rename tooPanu Matilainen1-2/+7
2010-06-02Strip s-bits on upgrade too (RhBug:598775)Panu Matilainen1-5/+14
2010-05-31Eliminate unused no-op FSM_CHROOT stagePanu Matilainen1-4/+0
2010-03-29Unbreak cpio archive path generationPanu Matilainen1-2/+1
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-2/+2
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-2/+2
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen1-1/+1
2010-03-01Rip out more rpm 2.x era relocation leftoversPanu Matilainen1-1/+2
2010-02-25Move rpmteTypeString() back to rpmte, internal only thoughPanu Matilainen1-9/+0
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Remove libcap stuff out of system.hPanu Matilainen1-0/+3
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-0/+4
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-4/+4
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
2010-01-04Require lchown() and remove ancient broken chown kludgeryPanu Matilainen1-2/+0
2009-12-23Include <utime.h> where needed instead of system.hPanu Matilainen1-0/+1
2009-12-16Avoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkdirs()Panu Matilainen1-6/+2
2009-12-16Remove now unnecessary const-avoidance constructPanu Matilainen1-5/+2
2009-12-16Const-correctness on fsmRmdirs() and fsmMkdirs()Panu Matilainen1-12/+11
2009-12-16Remove bogus const from fsm [o]path members and use of _constfree()Panu Matilainen1-43/+38
2009-12-16Simplify fsmFsPath()Panu Matilainen1-13/+6
2009-12-15Kill of ancient unused kludgery over buggy packagesPanu Matilainen1-6/+0
2009-12-15Kill off stillborn fsm threading stuffPanu Matilainen1-10/+0
2009-12-15Kill off stillborn "not yet" code from 2001Panu Matilainen1-33/+0
2009-10-14Remove cpio stuff from FD_tPanu Matilainen1-12/+9
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in fsm & psmPanu Matilainen1-8/+8
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+0
2009-06-12Add parentheses (as kindly suggested by new gcc...)Panu Matilainen1-1/+1
2009-04-03Make sure installed files have state (rhbz#492947)Panu Matilainen1-2/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-5/+5
2009-01-08Make rpm_tid_t unsigned type to shut up remaining compiler warningsPanu Matilainen1-1/+1
2008-12-11Add public rpmfi function for retrieving digest algorithm of the setPanu Matilainen1-1/+1
2008-12-11Avoid direct access to rpmfi directory indexesPanu Matilainen1-3/+4
2008-12-11More rpmfi direct access avoidance in fsmPanu Matilainen1-4/+6
2008-12-11Avoid most of direct rpmfi accesses in dnlInitIterator()Panu Matilainen1-9/+10
2008-12-11Avoid bunch of now unnecessary direct accesses to rpmfi struct in fsmPanu Matilainen1-7/+6
2008-12-11Use indexed accessors instead of direct rpmfi struct access in fsmMapFCaps()Panu Matilainen1-3/+3
2008-12-11Avoid bunch of unnecessary direct fi-> accesses for file and dir countPanu Matilainen1-10/+13
2008-12-11Use indexed rpmfi accessors instead of fiddling with iterator indexPanu Matilainen1-11/+10
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-4/+5
2008-12-10Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi ...Florian Festi1-4/+6
2008-11-27Eliminate silly rpmfiTypeString()Panu Matilainen1-4/+13
2008-11-27Eliminate fi->te use in fsmPanu Matilainen1-11/+19
2008-11-27Pass rpmte to fsmSetup()Panu Matilainen1-3/+6
2008-11-27Remove bogus consts from fsmSetup() argsPanu Matilainen1-1/+1
2008-11-19Make fsmMapAttrs() use rpmfi methods instead of directly accessingPanu Matilainen1-16/+15
2008-11-19Use matching type for fsm->digest to avoid unnecessary castPanu Matilainen1-1/+1
2008-11-18Remove useless default flags and action fields from rpmfiPanu Matilainen1-4/+5
2008-11-17Add + use internal helper function for setting rpmfi file statesPanu Matilainen1-7/+8