Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / lib / fsm.c
2013-02-03 Elena ReshetovaAdding security msm plugin
2012-10-01 Panu MatilainenEliminate all the now unnecessary fsm->ix save-and...
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmMapPath()
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmCommit()
2012-10-01 Panu MatilainenPass file index as argument to fsm writeFile()
2012-10-01 Panu MatilainenEliminate current hardlink set from fsm struct
2012-10-01 Panu MatilainenPinpoint the one place where fsm->li is modified on...
2012-10-01 Panu MatilainenAvoid using fsm->li directly when creating pending...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when committing hardlinks
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when writing links to...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when freeing hard link...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li on hard link checking
2012-10-01 Panu MatilainenMove hardlink saving out of fsmInit()
2012-10-01 Panu MatilainenFree hardlink sets centrally in fsmFree()
2012-10-01 Panu MatilainenFilter out skipped files on hardlink checking
2012-08-30 Panu MatilainenOnly backup if osuffix is set
2012-08-23 Panu MatilainenBacking up contents when replaced by directory needs...
2012-08-23 Panu MatilainenUse fsm->action to decide whether we need a backup...
2012-08-23 Panu MatilainenBackup filename needs suffix, whether its directory...
2012-08-23 Panu MatilainenRemove dead file-backup code
2012-08-21 Panu MatilainenFix %config backup on erasure regression
2012-07-02 Panu MatilainenCosmetics: remove redundant {} block, fixup indentation
2012-07-02 Panu MatilainenDont use mmap() for anything, axe the code instead
2012-05-21 Panu MatilainenRestore basic debug output for fsm operations
2012-05-04 Michael SchroederSmall patch to reverse hardlink ordering
2012-04-24 Panu MatilainenEliminate rpmts usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenOnly install needs selabel handle, dont bother elsewhere
2012-04-24 Panu MatilainenDont bother with fsm-level digest statistics
2012-04-24 Panu MatilainenEliminate rpmts and rpmte kludgery from package building
2012-04-24 Panu MatilainenEliminate rpmte usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenMove mode-specific flag setting out of fsmNew()
2012-04-24 Panu MatilainenClean up file backup logic a bit
2012-04-24 Panu MatilainenBury build filestate setting inside fsm remains
2012-04-24 Panu MatilainenSplit out file state recording out of fsmMapPath()
2012-04-18 Panu MatilainenPay attention to NULL returns from rpmcpioOpen()
2012-04-18 Panu MatilainenSanitize fsm creation/initialization and destruction
2012-04-18 Panu MatilainenSplit out hardlink checking from fsmTeardown()
2012-04-18 Panu MatilainenEliminate unused leftover rc member from fsm struct
2012-04-18 Panu MatilainenMove cpio end trailer detection to the cpio code
2012-04-18 Panu MatilainenSeparate payload archive close and free
2012-04-17 Panu MatilainenEliminate payload archive member from fsm struct
2012-04-17 Panu MatilainenPush fsm archive size down to the only caller who cares
2012-04-17 Panu MatilainenLose unnecessary cfd member from fsm, refcount through...
2012-04-17 Panu MatilainenKill couple of useless "helper" functions
2012-04-17 Panu MatilainenRemove now unused psm argument to fsmSetup()
2012-04-17 Panu MatilainenMove mapping index + and related loop exits out of...
2012-04-17 Panu MatilainenMove the install-only payload reading to the install...
2012-04-17 Panu MatilainenSplit fsm state reset to a separate function
2012-04-17 Panu MatilainenZeroing out the fsm is common to all modes, move it...
2012-04-17 Panu MatilainenPush dnl iterator init + free to the sole caller fsmMkd...
2012-04-17 Panu MatilainenInline what little is left of fsmCreate() into fsmSetup()
2012-04-17 Panu MatilainenMove temporary install suffix creation to more logical...
2012-04-17 Panu MatilainenMove unowned directory creation to more logical place
2012-04-17 Panu MatilainenEliminate the pointless fsm NULL checking in fsmFsPath()
2012-04-17 Panu MatilainenEliminate unused subdir argument from fsmFsPath()
2012-04-17 Panu MatilainenfsmFsPath() only needs directory/something else not...
2012-04-17 Panu MatilainenRemove now unnecessary psm member from fsm struct
2012-04-17 Panu MatilainenRemove redundant progress notification from fsmCommit()
2012-04-17 Panu MatilainenClean up + improve file/directory removal error handling
2012-04-17 Panu MatilainenMinimally fix file/directory removal
2012-03-30 Florian FestiMove internal stuff from fsm.h to fsm.c
2012-03-30 Florian FestiReplace fileStageString() with the __func__ macros...
2012-03-30 Florian FestiRemove checks for FSM_SYSCALL as FSM_* is going to...
2012-03-30 Florian FestiKill FSM: Remove remains
2012-03-30 Florian FestiKill FSM: Make FSM_PKGBUILD a function
2012-03-30 Florian FestiKill FSM: Make FSM_PKGERASE a function
2012-03-30 Florian FestiKill FSM: Make FSM_PKGINSTALL a function
2012-03-30 Florian FestiPrepare for killing the fsm: Move initial call to FSM...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_UNDO; Remove...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline remaining FSM_PROCE...
2012-03-30 Florian FestiPrepare for killing the fsm: Remove superfluous check...
2012-03-30 Florian FestiPrepare for killing the fsm: Make FSM_COMMIT a function
2012-03-30 Florian FestiPrepare for killing the fsm: Move build code from PSM_P...
2012-03-30 Florian FestiPrepare for killing the fsm: Move code for erasing...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_DESTROY in...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_FINI code.
2012-03-30 Florian FestiPrepare for killing the fsm: Inline the FSM_NOTIFY...
2012-03-27 Florian FestiInline FSM_NEXT
2012-03-27 Florian FestiRemove left over debugging code
2012-03-27 Florian FestiMove fsm_s to fsm.c and remove fsmNext() from fsm.h
2012-03-27 Florian FestiUntangle lib/fsm.c and lib/cpio.c
2012-02-10 Panu MatilainenRemap inode numbers to fit into 32bit integer space...
2012-01-17 Panu MatilainenAxe unused cruft
2012-01-17 Panu MatilainenKill off yet more repackage remnants from fsm
2012-01-17 Panu MatilainenLift hard-link payload writing to helper function,...
2012-01-17 Panu MatilainenEliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stages
2012-01-17 Panu MatilainenEliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages
2012-01-17 Panu MatilainenEliminate file digest related members from fsm struct
2012-01-16 Panu MatilainenEliminate the now obviously unnecessary opath member...
2012-01-16 Panu MatilainenAvoid fsm->opath usage for symlink target
2012-01-16 Panu MatilainenAvoid fsm->opath usage in fsmMakeLinks()
2012-01-16 Panu MatilainenRemove unused FSM_MKLINKS stage
2012-01-16 Panu MatilainenAvoid fsm->opath usage in final file rename
2012-01-16 Panu MatilainenEliminate unnecessary fsm->path/opath shuffle on unlink
2012-01-16 Panu MatilainenEliminate unnecessary fsm->path/opath shuffle on backup...
2012-01-16 Panu MatilainenEliminate unnecessary st_mode save-modify-restore on...
2012-01-16 Panu MatilainenEliminate unnecessary save-modify-restore around fsmUtime()
2012-01-16 Panu MatilainenEliminate unnecessary save-modify-restore on fifo creation
2012-01-13 Panu MatilainenMove symlink() to separate helper function
2012-01-13 Panu MatilainenEliminate stupid fsm->path/opath in FSM_COMMIT now...
next