summaryrefslogtreecommitdiff
path: root/lib/fsm.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-17Inline what little is left of fsmCreate() into fsmSetup()Panu Matilainen1-26/+10
2012-04-17Move temporary install suffix creation to more logical placePanu Matilainen1-4/+3
2012-04-17Move unowned directory creation to more logical placePanu Matilainen1-7/+7
2012-04-17Eliminate the pointless fsm NULL checking in fsmFsPath()Panu Matilainen1-8/+4
2012-04-17Eliminate unused subdir argument from fsmFsPath()Panu Matilainen1-13/+10
2012-04-17fsmFsPath() only needs directory/something else not entire struct statPanu Matilainen1-14/+11
2012-04-17Remove now unnecessary psm member from fsm structPanu Matilainen1-8/+5
2012-04-17Remove redundant progress notification from fsmCommit()Panu Matilainen1-6/+1
2012-04-17Clean up + improve file/directory removal error handlingPanu Matilainen1-34/+29
2012-04-17Minimally fix file/directory removalPanu Matilainen1-2/+2
2012-03-30Move internal stuff from fsm.h to fsm.cFlorian Festi1-0/+29
2012-03-30Replace fileStageString() with the __func__ macros in the debugging codeFlorian Festi1-79/+15
2012-03-30Remove checks for FSM_SYSCALL as FSM_* is going to go awayFlorian Festi1-15/+15
2012-03-30Kill FSM: Remove remainsFlorian Festi1-84/+0
2012-03-30Kill FSM: Make FSM_PKGBUILD a functionFlorian Festi1-39/+54
2012-03-30Kill FSM: Make FSM_PKGERASE a functionFlorian Festi1-65/+83
2012-03-30Kill FSM: Make FSM_PKGINSTALL a functionFlorian Festi1-116/+138
2012-03-30Prepare for killing the fsm: Move initial call to FSM from fsmSetup to rpmfsm...Florian Festi1-13/+12
2012-03-30Prepare for killing the fsm: Inline FSM_UNDO; Remove FSM_UNDO calls were fsm-...Florian Festi1-21/+19
2012-03-30Prepare for killing the fsm: Inline remaining FSM_PROCESS code in FSM_PKGINSTALLFlorian Festi1-80/+69
2012-03-30Prepare for killing the fsm: Remove superfluous check for being in FSM_PROCES...Florian Festi1-2/+1
2012-03-30Prepare for killing the fsm: Make FSM_COMMIT a functionFlorian Festi1-70/+79
2012-03-30Prepare for killing the fsm: Move build code from PSM_PROCESS to FSM_PKGBUILDFlorian Festi1-12/+8
2012-03-30Prepare for killing the fsm: Move code for erasing files from FSM_COMMIT to F...Florian Festi1-52/+44
2012-03-30Prepare for killing the fsm: Inline FSM_DESTROY in fsmTeardown()Florian Festi1-30/+28
2012-03-30Prepare for killing the fsm: Inline FSM_FINI code.Florian Festi1-20/+12
2012-03-30Prepare for killing the fsm: Inline the FSM_NOTIFY codeFlorian Festi1-15/+11
2012-03-27Inline FSM_NEXTFlorian Festi1-13/+7
2012-03-27Remove left over debugging codeFlorian Festi1-2/+0
2012-03-27Move fsm_s to fsm.c and remove fsmNext() from fsm.hFlorian Festi1-1/+40
2012-03-27Untangle lib/fsm.c and lib/cpio.cFlorian Festi1-128/+70
2012-02-10Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)Panu Matilainen1-0/+2
2012-01-17Axe unused cruftPanu Matilainen1-4/+0
2012-01-17Kill off yet more repackage remnants from fsmPanu Matilainen1-25/+3
2012-01-17Lift hard-link payload writing to helper function, fsmStage is big enoughPanu Matilainen1-29/+35
2012-01-17Eliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stagesPanu Matilainen1-42/+19
2012-01-17Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stagesPanu Matilainen1-45/+25
2012-01-17Eliminate file digest related members from fsm structPanu Matilainen1-27/+16
2012-01-16Eliminate the now obviously unnecessary opath member from fsm structPanu Matilainen1-6/+0
2012-01-16Avoid fsm->opath usage for symlink targetPanu Matilainen1-7/+4
2012-01-16Avoid fsm->opath usage in fsmMakeLinks()Panu Matilainen1-8/+6
2012-01-16Remove unused FSM_MKLINKS stagePanu Matilainen1-3/+0
2012-01-16Avoid fsm->opath usage in final file renamePanu Matilainen1-6/+6
2012-01-16Eliminate unnecessary fsm->path/opath shuffle on unlinkPanu Matilainen1-14/+10
2012-01-16Eliminate unnecessary fsm->path/opath shuffle on backup renamingPanu Matilainen1-10/+8
2012-01-16Eliminate unnecessary st_mode save-modify-restore on dir creationPanu Matilainen1-5/+4
2012-01-16Eliminate unnecessary save-modify-restore around fsmUtime()Panu Matilainen1-4/+1
2012-01-16Eliminate unnecessary save-modify-restore on fifo creationPanu Matilainen1-4/+1
2012-01-13Move symlink() to separate helper functionPanu Matilainen1-5/+15
2012-01-13Eliminate stupid fsm->path/opath in FSM_COMMIT now that we canPanu Matilainen1-12/+6