summaryrefslogtreecommitdiff
path: root/lib/psm.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-12/+12
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
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-30Split transaction score stuff to separate private headerPanu Matilainen1-1/+1
2007-10-30No callback, no repackaging info - tough...Panu Matilainen1-7/+0
2007-10-30Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psmPanu Matilainen1-19/+5
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-28Include "rpmlua.h" instead of <rpmlua.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-11/+11
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFOPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-8/+8
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-9/+9
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-12/+12
2007-09-26Eliminate some unnecessary rpmte-internal accesses in psmPanu Matilainen1-8/+6
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen1-2/+2
2007-09-11Remove splint tags.Ralf Corsépius1-163/+23
2007-09-11Fake callbacks on erasure for packages without files (rhbz#259961)Panu Matilainen1-1/+8
2007-07-23Update scriptlet names to match current reality (rhbz#248128)Panu Matilainen1-5/+11
2007-07-12Cast argv to rpm_execcon expected typePanu Matilainen1-1/+1
2007-07-11Use correct formatting for scoreboard pointersPanu Matilainen1-4/+4
2007-07-11More ptr target signedness fixes...Panu Matilainen1-1/+1
2007-07-11Make offsets match what rpmdbAppendIterator() expectsPanu Matilainen1-1/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-2/+2
2007-07-09Avoid closing scriptlet stdout by mistake.Panu Matilainen1-6/+1
2007-06-26Remove hardcoded libtermcap vs bash kludge.Panu Matilainen1-4/+0
2007-06-11Treat null epoch equal to zero epoch in freshen (rhbz#143301). Patch from JBJ.Panu Matilainen1-8/+3
2007-05-24Check for supported payload format on package install. (rhbz#140052)Panu Matilainen1-1/+4
2007-05-16Fix building without Lua support.Panu Matilainen1-0/+6
2007-04-16When deleting files, drop any s-bit first, so that a maliciousPaul Nasrat1-1/+1
2007-04-16Fork failure patch from OpenSuSEPaul Nasrat1-0/+7
2005-07-13- fix: initialize variables used in debug msg (#160458).jbj1-4/+4
2005-05-11scriptlet signal failure messagepauln1-0/+6
2005-01-04Splint fiddles.jbj1-0/+2
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj1-0/+2
2004-11-11- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).jbj1-81/+2
2004-11-11Avoid unnecessary chroot("/") calls for certain Mac OSX kernels.jbj1-12/+16
2004-11-04Stub in URL_IS_HTTPS everywhere.jbj1-0/+3
2004-10-09Doxygen and cpp nit picks.jbj1-1/+0
2004-10-09Flush changes from rpm-4_3 branch.jbj1-19/+16
2004-10-09Splint fiddles.jbj1-1/+1
2004-08-31- ia64: auto-relocate entire, not partial, directory contents (#126905).jbj1-9/+21
2004-07-05- ia64: auto-relocate glibc.ix86 interpreter path (#100563).jbj1-0/+32
2004-05-04%postun failures are now propagated back to transaction state machine.joden1-1/+1