index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fsm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-17
Inline what little is left of fsmCreate() into fsmSetup()
Panu Matilainen
1
-26
/
+10
2012-04-17
Move temporary install suffix creation to more logical place
Panu Matilainen
1
-4
/
+3
2012-04-17
Move unowned directory creation to more logical place
Panu Matilainen
1
-7
/
+7
2012-04-17
Eliminate the pointless fsm NULL checking in fsmFsPath()
Panu Matilainen
1
-8
/
+4
2012-04-17
Eliminate unused subdir argument from fsmFsPath()
Panu Matilainen
1
-13
/
+10
2012-04-17
fsmFsPath() only needs directory/something else not entire struct stat
Panu Matilainen
1
-14
/
+11
2012-04-17
Remove now unnecessary psm member from fsm struct
Panu Matilainen
1
-8
/
+5
2012-04-17
Remove redundant progress notification from fsmCommit()
Panu Matilainen
1
-6
/
+1
2012-04-17
Clean up + improve file/directory removal error handling
Panu Matilainen
1
-34
/
+29
2012-04-17
Minimally fix file/directory removal
Panu Matilainen
1
-2
/
+2
2012-03-30
Move internal stuff from fsm.h to fsm.c
Florian Festi
1
-0
/
+29
2012-03-30
Replace fileStageString() with the __func__ macros in the debugging code
Florian Festi
1
-79
/
+15
2012-03-30
Remove checks for FSM_SYSCALL as FSM_* is going to go away
Florian Festi
1
-15
/
+15
2012-03-30
Kill FSM: Remove remains
Florian Festi
1
-84
/
+0
2012-03-30
Kill FSM: Make FSM_PKGBUILD a function
Florian Festi
1
-39
/
+54
2012-03-30
Kill FSM: Make FSM_PKGERASE a function
Florian Festi
1
-65
/
+83
2012-03-30
Kill FSM: Make FSM_PKGINSTALL a function
Florian Festi
1
-116
/
+138
2012-03-30
Prepare for killing the fsm: Move initial call to FSM from fsmSetup to rpmfsm...
Florian Festi
1
-13
/
+12
2012-03-30
Prepare for killing the fsm: Inline FSM_UNDO; Remove FSM_UNDO calls were fsm-...
Florian Festi
1
-21
/
+19
2012-03-30
Prepare for killing the fsm: Inline remaining FSM_PROCESS code in FSM_PKGINSTALL
Florian Festi
1
-80
/
+69
2012-03-30
Prepare for killing the fsm: Remove superfluous check for being in FSM_PROCES...
Florian Festi
1
-2
/
+1
2012-03-30
Prepare for killing the fsm: Make FSM_COMMIT a function
Florian Festi
1
-70
/
+79
2012-03-30
Prepare for killing the fsm: Move build code from PSM_PROCESS to FSM_PKGBUILD
Florian Festi
1
-12
/
+8
2012-03-30
Prepare for killing the fsm: Move code for erasing files from FSM_COMMIT to F...
Florian Festi
1
-52
/
+44
2012-03-30
Prepare for killing the fsm: Inline FSM_DESTROY in fsmTeardown()
Florian Festi
1
-30
/
+28
2012-03-30
Prepare for killing the fsm: Inline FSM_FINI code.
Florian Festi
1
-20
/
+12
2012-03-30
Prepare for killing the fsm: Inline the FSM_NOTIFY code
Florian Festi
1
-15
/
+11
2012-03-27
Inline FSM_NEXT
Florian Festi
1
-13
/
+7
2012-03-27
Remove left over debugging code
Florian Festi
1
-2
/
+0
2012-03-27
Move fsm_s to fsm.c and remove fsmNext() from fsm.h
Florian Festi
1
-1
/
+40
2012-03-27
Untangle lib/fsm.c and lib/cpio.c
Florian Festi
1
-128
/
+70
2012-02-10
Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)
Panu Matilainen
1
-0
/
+2
2012-01-17
Axe unused cruft
Panu Matilainen
1
-4
/
+0
2012-01-17
Kill off yet more repackage remnants from fsm
Panu Matilainen
1
-25
/
+3
2012-01-17
Lift hard-link payload writing to helper function, fsmStage is big enough
Panu Matilainen
1
-29
/
+35
2012-01-17
Eliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stages
Panu Matilainen
1
-42
/
+19
2012-01-17
Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages
Panu Matilainen
1
-45
/
+25
2012-01-17
Eliminate file digest related members from fsm struct
Panu Matilainen
1
-27
/
+16
2012-01-16
Eliminate the now obviously unnecessary opath member from fsm struct
Panu Matilainen
1
-6
/
+0
2012-01-16
Avoid fsm->opath usage for symlink target
Panu Matilainen
1
-7
/
+4
2012-01-16
Avoid fsm->opath usage in fsmMakeLinks()
Panu Matilainen
1
-8
/
+6
2012-01-16
Remove unused FSM_MKLINKS stage
Panu Matilainen
1
-3
/
+0
2012-01-16
Avoid fsm->opath usage in final file rename
Panu Matilainen
1
-6
/
+6
2012-01-16
Eliminate unnecessary fsm->path/opath shuffle on unlink
Panu Matilainen
1
-14
/
+10
2012-01-16
Eliminate unnecessary fsm->path/opath shuffle on backup renaming
Panu Matilainen
1
-10
/
+8
2012-01-16
Eliminate unnecessary st_mode save-modify-restore on dir creation
Panu Matilainen
1
-5
/
+4
2012-01-16
Eliminate unnecessary save-modify-restore around fsmUtime()
Panu Matilainen
1
-4
/
+1
2012-01-16
Eliminate unnecessary save-modify-restore on fifo creation
Panu Matilainen
1
-4
/
+1
2012-01-13
Move symlink() to separate helper function
Panu Matilainen
1
-5
/
+15
2012-01-13
Eliminate stupid fsm->path/opath in FSM_COMMIT now that we can
Panu Matilainen
1
-12
/
+6
[prev]
[next]