summaryrefslogtreecommitdiff
path: root/lib/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-7/+7
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen1-1/+1
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen1-1/+1
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen1-1/+1
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen1-2/+1
2007-10-30Use rpmteKey() instead of te internalsPanu Matilainen1-3/+5
2007-10-30Remove unnecessary rpmShowProgress duplicate prototypePanu Matilainen1-13/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-20/+20
2007-10-24Use NEVRA, not NEVR everywhere for rpmProblemsPanu Matilainen1-9/+9
2007-10-09Replace all uses of RPMMESS_FATALERROR with RPMLOG_CRITPanu Matilainen1-5/+5
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-4/+4
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-6/+6
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-28/+28
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-43/+43
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius1-3/+4
2007-09-26Avoid unnecessary rpmps internals accessPanu Matilainen1-2/+2
2007-09-26Rename whatis() to rpmfiWhatis() for namespacingPanu Matilainen1-1/+1
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen1-3/+3
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen1-2/+2
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-0/+1
2007-09-11Remove splint tags.Ralf Corsépius1-216/+88
2007-09-03Use direct selinux calls for context initialization and matching.Panu Matilainen1-10/+5
2007-09-03Sanitize SELinux file context initialization.Panu Matilainen1-0/+18
2007-08-30Move rollback IDTX out of cli-stuff, its needed by core ts handling too.Panu Matilainen1-6/+1
2007-08-27Don't check for termination signals in middle of transaction (!)Panu Matilainen1-4/+0
2007-08-09Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622)Panu Matilainen1-3/+3
2007-07-11getRepackageHeaderFromTE() expects const char * as 4th argumentPanu Matilainen1-1/+1
2007-07-11domd5() buffer signedness fixes.Panu Matilainen1-1/+1
2007-07-10Remove meaningles statement to avoid compiler warning.Panu Matilainen1-1/+1
2007-07-10Cast tid to time_t for ctime() to avoid compiler warning.Panu Matilainen1-1/+1
2007-06-25Nuke ugly /var/log/lastlog kludgery.Panu Matilainen1-2/+0
2007-06-21Initialise replacedPaul Nasrat1-0/+1
2007-06-21Fix thinkoPaul Nasrat1-1/+1
2007-06-19Fix variable double definition.Panu Matilainen1-1/+0
2007-06-19Open non-temporary db's before chroot (rhbz#103952, 173285)Panu Matilainen1-1/+4
2007-06-18Ensure the status of the file which be replaced by another rpm package isPaul Nasrat1-0/+17
2007-05-16Do not run pre/posttrans scripts in test mode.Panu Matilainen1-49/+51
2007-05-01Enable configurable preferable elf colour policy (#235757)Paul Nasrat1-7/+9
2007-04-16When deleting files, drop any s-bit first, so that a maliciousPaul Nasrat1-0/+24
2007-02-22Fix netshared path comparison (rh#52725) fix by jbj.Paul Nasrat1-0/+3
2005-07-02Correct typo.jbj1-1/+1
2005-02-10- perform callbacks as always (#147537).jbj1-5/+22
2004-12-07avoid md5 on sparse /var/log/lastlog filejbj1-0/+2
2004-11-11Avoid unnecessary chroot("/") calls for certain Mac OSX kernels.jbj1-2/+4
2004-10-25Add options to populate transaction set while iterating.jbj1-0/+1
2004-10-20Doxygen fiddles.jbj1-8/+8
2004-10-09Flush changes from rpm-4_3 branch.jbj1-5/+10
2004-07-05- bump rpm and popt versions to insure "newer".jbj1-10/+13