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
2013-02-02
Adding security msm plugin
Elena Reshetova
1
-2
/
+24
2012-10-01
Eliminate all the now unnecessary fsm->ix save-and-restores
Panu Matilainen
1
-14
/
+0
2012-10-01
Pass file index as argument to fsm fsmMapPath()
Panu Matilainen
1
-10
/
+9
2012-10-01
Pass file index as argument to fsm fsmCommit()
Panu Matilainen
1
-6
/
+6
2012-10-01
Pass file index as argument to fsm writeFile()
Panu Matilainen
1
-5
/
+6
2012-10-01
Eliminate current hardlink set from fsm struct
Panu Matilainen
1
-8
/
+11
2012-10-01
Pinpoint the one place where fsm->li is modified on real purpose
Panu Matilainen
1
-26
/
+27
2012-10-01
Avoid using fsm->li directly when creating pending hard links
Panu Matilainen
1
-8
/
+9
2012-10-01
Avoid using/modifying fsm->li when committing hardlinks
Panu Matilainen
1
-6
/
+7
2012-10-01
Avoid using/modifying fsm->li when writing links to payload
Panu Matilainen
1
-13
/
+14
2012-10-01
Avoid using/modifying fsm->li when freeing hard link sets
Panu Matilainen
1
-4
/
+6
2012-10-01
Avoid using/modifying fsm->li on hard link checking
Panu Matilainen
1
-4
/
+4
2012-10-01
Move hardlink saving out of fsmInit()
Panu Matilainen
1
-5
/
+6
2012-10-01
Free hardlink sets centrally in fsmFree()
Panu Matilainen
1
-11
/
+3
2012-10-01
Filter out skipped files on hardlink checking
Panu Matilainen
1
-2
/
+4
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
[next]