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-08-30
Only backup if osuffix is set
Panu Matilainen
1
-1
/
+2
2012-08-23
Backing up contents when replaced by directory needs special handling
Panu Matilainen
1
-2
/
+6
2012-08-23
Use fsm->action to decide whether we need a backup or not.
Panu Matilainen
1
-6
/
+2
2012-08-23
Backup filename needs suffix, whether its directory or not
Panu Matilainen
1
-1
/
+1
2012-08-23
Remove dead file-backup code
Panu Matilainen
1
-17
/
+0
2012-08-21
Fix %config backup on erasure regression
Panu Matilainen
1
-2
/
+15
2012-07-02
Cosmetics: remove redundant {} block, fixup indentation
Panu Matilainen
1
-14
/
+11
2012-07-02
Dont use mmap() for anything, axe the code instead
Panu Matilainen
1
-39
/
+0
2012-05-21
Restore basic debug output for fsm operations
Panu Matilainen
1
-0
/
+7
2012-05-04
Small patch to reverse hardlink ordering
Michael Schroeder
1
-3
/
+3
2012-04-24
Eliminate rpmts usage from lower levels of fsm machinery
Panu Matilainen
1
-25
/
+10
2012-04-24
Only install needs selabel handle, dont bother elsewhere
Panu Matilainen
1
-1
/
+1
2012-04-24
Dont bother with fsm-level digest statistics
Panu Matilainen
1
-4
/
+0
2012-04-24
Eliminate rpmts and rpmte kludgery from package building
Panu Matilainen
1
-4
/
+5
2012-04-24
Eliminate rpmte usage from lower levels of fsm machinery
Panu Matilainen
1
-16
/
+17
2012-04-24
Move mode-specific flag setting out of fsmNew()
Panu Matilainen
1
-11
/
+11
2012-04-24
Clean up file backup logic a bit
Panu Matilainen
1
-19
/
+17
2012-04-24
Bury build filestate setting inside fsm remains
Panu Matilainen
1
-1
/
+11
2012-04-24
Split out file state recording out of fsmMapPath()
Panu Matilainen
1
-9
/
+20
2012-04-18
Pay attention to NULL returns from rpmcpioOpen()
Panu Matilainen
1
-6
/
+6
2012-04-18
Sanitize fsm creation/initialization and destruction
Panu Matilainen
1
-25
/
+13
2012-04-18
Split out hardlink checking from fsmTeardown()
Panu Matilainen
1
-25
/
+32
2012-04-18
Eliminate unused leftover rc member from fsm struct
Panu Matilainen
1
-3
/
+2
2012-04-18
Move cpio end trailer detection to the cpio code
Panu Matilainen
1
-1
/
+3
2012-04-18
Separate payload archive close and free
Panu Matilainen
1
-12
/
+11
2012-04-17
Eliminate payload archive member from fsm struct
Panu Matilainen
1
-32
/
+36
2012-04-17
Push fsm archive size down to the only caller who cares
Panu Matilainen
1
-11
/
+7
2012-04-17
Lose unnecessary cfd member from fsm, refcount through payload instead
Panu Matilainen
1
-8
/
+0
2012-04-17
Kill couple of useless "helper" functions
Panu Matilainen
1
-16
/
+2
2012-04-17
Remove now unused psm argument to fsmSetup()
Panu Matilainen
1
-4
/
+4
2012-04-17
Move mapping index + and related loop exits out of fsmInit()
Panu Matilainen
1
-29
/
+21
2012-04-17
Move the install-only payload reading to the install-only code
Panu Matilainen
1
-18
/
+9
2012-04-17
Split fsm state reset to a separate function
Panu Matilainen
1
-4
/
+13
2012-04-17
Zeroing out the fsm is common to all modes, move it to fsmSetup()
Panu Matilainen
1
-4
/
+1
2012-04-17
Push dnl iterator init + free to the sole caller fsmMkdirs()
Panu Matilainen
1
-11
/
+7
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
[next]