Untangle lib/fsm.c and lib/cpio.c
[platform/upstream/rpm.git] / lib / fsm.c
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...
2012-01-13 Panu MatilainenBlarg, stupid stupid mistake breaking symlink handling
2012-01-13 Panu MatilainenOnly pass what little is actually needed in fsmMkdirs()
2012-01-13 Panu MatilainenEliminate stupid fsm->sb.st_mode abuse from fsmMkdirs()
2012-01-13 Panu MatilainenMove mknod() to separate helper function
2012-01-13 Panu MatilainenMove mkfifo() to separate helper function
2012-01-13 Panu MatilainenChange fsmReadLink() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmUtime() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmChown(), fsmLChown() and fsmChmod() to take...
2012-01-13 Panu MatilainenChange fsmMkdir() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmStat() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmRename() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmUnlink() and fsmRmdir() to take "normal"...
2012-01-13 Panu MatilainenSanitize file capability setting in fsm
2012-01-13 Panu MatilainenSanitize selinux labeling in fsm
2012-01-13 Panu MatilainenEliminate unused subdir member from fsm struct
2012-01-13 Panu MatilainenEliminate silly sufbuf from fsm struct
2012-01-13 Panu MatilainenEnsure installs always use a temp suffix on files
2012-01-13 Panu MatilainenRemove unused "orphan" directory creation tracking...
2012-01-13 Panu MatilainenMove directory tracking variables out of fsm struct...
2012-01-11 Panu MatilainenTurn FSM into a blackbox, much like PSM is
2012-01-05 Panu MatilainenIssue actual erasure progress callbacks too
2012-01-05 Panu MatilainenClean up progress callbacks in fsm/psm machinery
2012-01-05 Panu MatilainenPass and remember the controlling psm (if any) in fsm
2012-01-05 Panu MatilainenEliminate repackage notification remnants from fsm
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-17 Michael SchroederDo not abort if chown/chmod fails but the file is alrea...
2011-03-28 Jindrich NovySimplify fsmMapFContext()
2011-03-04 Panu MatilainenEliminate unused variable
2011-03-02 Tero AhoFix uninitialized variable in fsm
2010-12-21 Panu MatilainenMove rpmtsSELabelFoo() functions to an internal-only...
2010-12-20 Panu MatilainenRip the stillborn, broken apply/commit transaction goo
2010-12-15 Panu MatilainenSplit user+group caching to separate source (again...
2010-09-21 Panu MatilainenReturn explicit NULL from various fooFree() functions...
2010-09-21 Panu MatilainenReturn typed pointer from freeHardLink()
2010-09-21 Panu MatilainenUse typed instead of void pointer for fsm dnl iterator
2010-09-21 Panu MatilainenUse typed instead of void pointer for fsm map iterator
2010-09-13 Panu MatilainenFix some broken fooUnlink() usages
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-07-08 Florian FestiRemove never used fsmRmdirs() function
2010-07-08 Florian FestiTidy up fsmMapPath a bit
2010-07-07 Florian FestiMake FSM_VERIFY a function
2010-07-07 Florian FestiMake FSM_CREATE a function
2010-07-07 Florian FestiMake FSM_READLINK a function
2010-07-07 Florian FestiMake FSM_LSTAT and FSM_STAT one function
2010-07-07 Florian FestiMove FSM_HREAD in place
2010-07-07 Florian FestiMove FSM_HWRITE in place
2010-07-07 Florian FestiMove FSM_TRAILER in place
2010-07-07 Florian FestiMove FSM_MKNOD in place
2010-07-07 Florian FestiMove FSM_MKFIFO in place
2010-07-07 Florian FestiMove FSM_LINK in place
2010-07-07 Florian FestiMove FSM_SYMLINK in place
2010-07-07 Florian FestiMake FSM_CHOWN, FSM_LCHOWN, FSM_CHMOD, FSM_UTIME and...
2010-07-07 Florian FestiMake FSM_LSETFCON a function
2010-07-07 Florian FestiMake FSM_RMDIR a function
2010-07-07 Florian FestiMake FSM_RENAME a function
2010-07-07 Florian FestiMake FSM_UNLINK a function
2010-07-07 Florian Festi remove no longer needed FSM states
2010-07-07 Florian FestiMake FSM_MKDIR a function
2010-07-07 Florian FestiUse fsmRmdirs and fsmMkdirs directly
2010-07-07 Florian FestiUse fsmMapPath directly instead of FSM_MAP
2010-07-07 Florian FestiMake FSM_INIT a function
2010-06-23 Michal SchmidtRevert "If there are no hardlinks, dont bother with...
2010-06-11 Panu MatilainenIf there are no hardlinks, dont bother with s-bit and...
2010-06-03 Panu MatilainenRemove POSIX file capabilities from executables on...
2010-06-02 Panu MatilainenStrip s-bits on upgrade too (RhBug:598775)
2010-05-31 Panu MatilainenEliminate unused no-op FSM_CHROOT stage
2010-03-29 Panu MatilainenUnbreak cpio archive path generation
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-22 Panu MatilainenLose the useless rpmts refcounting debug messages ...
2010-03-01 Panu MatilainenRip out more rpm 2.x era relocation leftovers
2010-02-25 Panu MatilainenMove rpmteTypeString() back to rpmte, internal only...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove libcap stuff out of system.h
2010-01-05 Panu MatilainenMove sys/mman.h include out of system.h to the places...
2010-01-04 Panu MatilainenUse MAP_FAILED instead of hardwired (void *)-1
2010-01-04 Panu MatilainenRe-enable mmap test in configure & fix the code build...
2010-01-04 Panu MatilainenRequire lchown() and remove ancient broken chown kludgery
2009-12-23 Panu MatilainenInclude <utime.h> where needed instead of system.h
next