Make FSM_LSETFCON a function
[platform/upstream/rpm.git] / lib / fsm.c
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
2009-12-16 Panu MatilainenAvoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkd...
2009-12-16 Panu MatilainenRemove now unnecessary const-avoidance construct
2009-12-16 Panu MatilainenConst-correctness on fsmRmdirs() and fsmMkdirs()
2009-12-16 Panu MatilainenRemove bogus const from fsm [o]path members and use...
2009-12-16 Panu MatilainenSimplify fsmFsPath()
2009-12-15 Panu MatilainenKill of ancient unused kludgery over buggy packages
2009-12-15 Panu MatilainenKill off stillborn fsm threading stuff
2009-12-15 Panu MatilainenKill off stillborn "not yet" code from 2001
2009-10-14 Panu MatilainenRemove cpio stuff from FD_t
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-12 Panu MatilainenAdd parentheses (as kindly suggested by new gcc...)
2009-04-03 Panu MatilainenMake sure installed files have state (rhbz#492947)
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-01-08 Panu MatilainenMake rpm_tid_t unsigned type to shut up remaining compi...
2008-12-11 Panu MatilainenAdd public rpmfi function for retrieving digest algorit...
2008-12-11 Panu MatilainenAvoid direct access to rpmfi directory indexes
2008-12-11 Panu MatilainenMore rpmfi direct access avoidance in fsm
2008-12-11 Panu MatilainenAvoid most of direct rpmfi accesses in dnlInitIterator()
2008-12-11 Panu MatilainenAvoid bunch of now unnecessary direct accesses to rpmfi...
2008-12-11 Panu MatilainenUse indexed accessors instead of direct rpmfi struct...
2008-12-11 Panu MatilainenAvoid bunch of unnecessary direct fi-> accesses for...
2008-12-11 Panu MatilainenUse indexed rpmfi accessors instead of fiddling with...
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-12-10 Florian FestiMove the run time part of fstates from rpmfi to rpmfs...
2008-11-27 Panu MatilainenEliminate silly rpmfiTypeString()
2008-11-27 Panu MatilainenEliminate fi->te use in fsm
2008-11-27 Panu MatilainenPass rpmte to fsmSetup()
2008-11-27 Panu MatilainenRemove bogus consts from fsmSetup() args
2008-11-19 Panu MatilainenMake fsmMapAttrs() use rpmfi methods instead of directl...
2008-11-19 Panu MatilainenUse matching type for fsm->digest to avoid unnecessary...
2008-11-18 Panu MatilainenRemove useless default flags and action fields from...
2008-11-17 Panu MatilainenAdd + use internal helper function for setting rpmfi...
2008-11-15 Panu MatilainenEliminate bogus const from fi->apath
2008-11-15 Panu MatilainenLose useless fsm/rpmfi astriplen field
2008-11-11 Panu MatilainenCpio flags are only relevant for fsm, get them out...
2008-11-11 Panu MatilainenPush archivePos from rpmfi to fsm
2008-11-05 Panu MatilainenRemove fperms and dperms from rpmfi struct
2008-11-05 Panu MatilainenKill off per-file cpio map flags
2008-11-05 Panu MatilainenRemove useless rpmfi->gid and uid "defaults"
2008-10-29 Panu MatilainenAdd fsm and rpmfi machinery for file capabilities
2008-09-10 Jindrich NovyDon't generate broken cpio in case of hardlink pointing...
2008-07-04 Panu MatilainenStuff rpmio/ugid.[ch] contents to lib/misc.[ch]
2008-07-03 Panu MatilainenPlug leaks in selinux context handling in fsm
2008-06-30 Panu Matilainensize_t for "left" is wrong, use rpm_loff_t instead
2008-06-10 Panu MatilainenUse nlink_t for hardlink count types
2008-06-09 Panu MatilainenUse 64bit type internally for package archive size...
2008-06-03 Panu MatilainenUnexport file state machine internals
2008-06-02 Panu MatilainenLose unused fdigests array from rpmfi struct
2008-06-02 Panu MatilainenTeach fsm internals to honor rpmfi digest type
2008-06-02 Panu MatilainenRename rpmfi and fsm checksum md5-sum fields to refer...
2008-04-29 Jindrich NovyCalm down compiler warnings due to fsm->patch being...
2008-04-29 Jindrich NovyMerge branch 'master' of ssh://login.linux.duke.edu...
2008-04-29 Jindrich NovyAvoid general ETXBSY and allow it for HP-UX exclusively
2008-04-29 Jindrich NovyRemove useless alloca_strdup()
2008-03-07 Panu MatilainenLog message adjustments
2008-02-26 Panu MatilainenAnother unnecessarily exported internal variable..
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-07 Panu MatilainenDon't unlink non-temporary file in FSM_UNDO (rhbz#223931)
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-18 Panu MatilainenMake fsm failedFile non-const like it really is
2007-12-18 Panu MatilainenUse constfree for fsm path, opath for now
2007-12-17 Panu MatilainenDrop bogus const from dnlFreeIterator() param
2007-12-17 Panu MatilainenDrop bogus const from fsmFsPath() return type
2007-12-17 Panu MatilainenHide fsmIterator_s struct details, not needed outside...
2007-12-17 Panu MatilainenStuff hardLink_s inside fsm.c, add pointer typedef...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenMatch filestage strings with the fact that we dont...
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenSplit rpmfi internals to separate header
next