summaryrefslogtreecommitdiff
path: root/lib/fsm.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Add fsm and rpmfi machinery for file capabilitiesPanu Matilainen1-0/+35
2008-09-10Don't generate broken cpio in case of hardlink pointing on softlinkJindrich Novy1-4/+4
2008-07-04Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]Panu Matilainen1-1/+1
2008-07-03Plug leaks in selinux context handling in fsmPanu Matilainen1-2/+6
2008-06-30size_t for "left" is wrong, use rpm_loff_t insteadPanu Matilainen1-2/+2
2008-06-10Use nlink_t for hardlink count typesPanu Matilainen1-7/+7
2008-06-09Use 64bit type internally for package archive size & offsetPanu Matilainen1-4/+4
2008-06-03Unexport file state machine internalsPanu Matilainen1-7/+49
2008-06-02Lose unused fdigests array from rpmfi structPanu Matilainen1-6/+3
2008-06-02Teach fsm internals to honor rpmfi digest typePanu Matilainen1-5/+8
2008-06-02Rename rpmfi and fsm checksum md5-sum fields to refer to digestPanu Matilainen1-14/+14
2008-04-29Calm down compiler warnings due to fsm->patch being constJindrich Novy1-5/+6
2008-04-29Avoid general ETXBSY and allow it for HP-UX exclusivelyJindrich Novy1-6/+6
2008-04-29Remove useless alloca_strdup()Jindrich Novy1-11/+7
2008-03-07Log message adjustmentsPanu Matilainen1-4/+4
2008-02-26Another unnecessarily exported internal variable..Panu Matilainen1-1/+1
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-4/+4
2008-01-30Include spring-cleaningPanu Matilainen1-9/+5
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2008-01-07Don't unlink non-temporary file in FSM_UNDO (rhbz#223931)Panu Matilainen1-3/+5
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-4/+5
2007-12-18Make fsm failedFile non-const like it really isPanu Matilainen1-3/+9
2007-12-18Use constfree for fsm path, opath for nowPanu Matilainen1-19/+19
2007-12-17Drop bogus const from dnlFreeIterator() paramPanu Matilainen1-1/+1
2007-12-17Drop bogus const from fsmFsPath() return typePanu Matilainen1-6/+5
2007-12-17Hide fsmIterator_s struct details, not needed outside fsm.cPanu Matilainen1-0/+11
2007-12-17Stuff hardLink_s inside fsm.c, add pointer typedef to fsm.hPanu Matilainen1-2/+16
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-04Match filestage strings with the fact that we dont use "rpc" anymorePanu Matilainen1-7/+7
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-5/+5
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-2/+1
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-11/+11
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-4/+4
2007-11-23Export FD statistics enums + fdOp() methodPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-3/+3
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
2007-11-07Silence bogus gcc warningPanu Matilainen1-1/+2
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmio_internal.h" instead of <rpmio_internal.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-31/+31
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-37/+37
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-3/+3
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-291/+73