summaryrefslogtreecommitdiff
path: root/lib/psm.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-01Create _topdir if it doesn't exist when installing SRPMJindrich Novy1-0/+8
2008-06-24Force FD_CLOEXEC on all potentially open descriptorsPanu Matilainen1-2/+7
2008-06-19Use type-specific headerPut() in rpmpsmStage()Panu Matilainen1-7/+3
2008-06-18Convert rpmpsmStage() to use headerPut()Panu Matilainen1-8/+9
2008-06-13hfd with FORCEFREE is just _free()Panu Matilainen1-3/+1
2008-06-13Convert rpmpsmStage() to new headerGet()Panu Matilainen1-14/+22
2008-06-13Convert runImmedTriggers() to use new headerGet()Panu Matilainen1-17/+12
2008-06-13Minimally convert handleOneTrigger() to use new headerGet()Panu Matilainen1-23/+18
2008-06-10Eliminate rpmfiBuildFNames() use in psmPanu Matilainen1-5/+11
2008-06-10Use rpmFileHasSuffix() instead of doing it manuallyPanu Matilainen1-3/+2
2008-06-10Convert psm rpmInstallSourcePackage() to new headerGet()Panu Matilainen1-4/+5
2008-06-10Convert psm markReplacedFiles() to new headerGet() interfacePanu Matilainen1-8/+9
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-2/+2
2008-06-03Use setenv() for preparing scriptlet environPanu Matilainen1-11/+8
2008-06-02Lose unused fdigests array from rpmfi structPanu Matilainen1-3/+0
2008-06-02Rename rpmfi and fsm checksum md5-sum fields to refer to digestPanu Matilainen1-1/+1
2008-05-31More generic iterators replaced with safer string iteratorsPanu Matilainen1-9/+12
2008-05-26Similar payload compressor headerGet() conversion for rpmpsmStage()Panu Matilainen1-2/+5
2008-05-26Convert rpmVersionComprare() to new headerGet()Panu Matilainen1-17/+17
2008-05-21Lose the useless rpmtdToString()Panu Matilainen1-1/+1
2008-05-13Simplify rpmInstallLoadMacros() a bitPanu Matilainen1-17/+10
2008-05-13Convert runInstScript() to use new style headerGet()Panu Matilainen1-25/+12
2008-05-13Simplify prefix shuffling in psm runScript()Panu Matilainen1-23/+13
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-25Replace alloca() + memset() with xcalloc() in runImmedTriggers()Panu Matilainen1-3/+2
2008-04-25Avoid alloca() in markReplacedFiles()Panu Matilainen1-1/+2
2008-04-24Remove outdated comment, add a todo reminderPanu Matilainen1-4/+0
2008-04-24Force preloading of name service libraries early in initializationPanu Matilainen1-14/+0
2008-04-22Handle lzma payloadJindrich Novy1-0/+2
2008-04-20Don't use static buffersJindrich Novy1-2/+3
2008-04-14Avoid unnecessary rpmio_flags alloc+free in psmPanu Matilainen1-8/+4
2008-04-14Fix indentation, no functional changesPanu Matilainen1-12/+11
2008-04-14Remove glibc upgrade-helper kludge, only necessary for some ancient RHELPanu Matilainen1-3/+0
2008-04-14Lose useless variablePanu Matilainen1-4/+3
2008-04-14Split scriptlet execv() preparations to separate functionPanu Matilainen1-84/+92
2008-04-14Use argvAddNum() for passing package count numbers for scriptletsPanu Matilainen1-8/+2
2008-04-14Use ARGV_t for passing around scriptlet args psm internallyPanu Matilainen1-51/+51
2008-04-14Avoid redundant script name formattingPanu Matilainen1-32/+30
2008-04-14Reduce #ifdef clutterPanu Matilainen1-6/+4
2008-04-14Streamline lua scriptlet name formatting - just do it oncePanu Matilainen1-10/+8
2008-04-14Move legacy prefix compat thing out of the loopPanu Matilainen1-12/+11
2008-04-14Don't bother calculating max prefix lengthsPanu Matilainen1-11/+1
2008-04-11Rewrite rpmMkTempFile() for sanityPanu Matilainen1-2/+3
2008-03-24Avoid couple of static buffers in psm script functionsPanu Matilainen1-4/+8
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen1-168/+6
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-105/+0
2008-03-07Log message adjustmentsPanu Matilainen1-8/+8
2008-03-07Further constants made readonly...Panu Matilainen1-1/+1
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-4/+4
2008-02-28Add missing leading underscores to names passed to rpmMkdirPath()Panu Matilainen1-2/+2