summaryrefslogtreecommitdiff
path: root/lib/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Remember to free up resources from matchpathcon_init()Panu Matilainen1-0/+4
2008-08-08Fix check for nocontext flagPanu Matilainen1-2/+2
2008-08-08Plug memleak from %pretransPanu Matilainen1-1/+1
2008-07-04Enforce conflicts on colorless files alwaysPanu Matilainen1-6/+0
2008-07-03Make all transaction callback notifications go through rpmtsNotify()Panu Matilainen1-22/+11
2008-06-25Fix handling of "%posttrans -p /xxx" with no body (Pascal Rigaux)Panu Matilainen1-1/+1
2008-06-13Minimally convert handleInstInstalledFiles() to new headerGet()Panu Matilainen1-4/+5
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-2/+3
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-1/+1
2008-06-02Make handleOverlappedFiles() honor rpmfi digest algorithmPanu Matilainen1-6/+10
2008-05-15Dumb segfault in %posttransPanu Matilainen1-0/+1
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-2/+2
2008-05-02Check for arch compatibility on multilib tooPanu Matilainen1-1/+1
2008-04-30Don't use alloca() in fpsCompare()Jindrich Novy1-13/+17
2008-04-25Replace alloca() + memset() with xcalloc() in skipFiles()Panu Matilainen1-4/+4
2008-04-24Add rpmteEVR() functionPanu Matilainen1-4/+1
2008-04-24I'm out of words for this one.Panu Matilainen1-10/+1
2008-04-24Check for chroot() result in rpmtsRun()Panu Matilainen1-1/+4
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen1-7/+9
2008-04-04Rename currentDirectory() to rpmGetCwd() and move to librpmioPanu Matilainen1-2/+1
2008-03-17Refactor running of pre/post scriptlets out of rpmtsRun()Panu Matilainen1-108/+96
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen1-52/+0
2008-03-17Remove rollback supportPanu Matilainen1-1/+0
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-590/+1
2008-03-07Log message adjustmentsPanu Matilainen1-25/+25
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-3/+3
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-1/+1
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-4/+4
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-10/+10
2008-01-30Include spring-cleaningPanu Matilainen1-13/+6
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-6/+6
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-19Const-pedantry here and there...Panu Matilainen1-3/+4
2007-12-17Make psm opaque, add minimal methods to cover internal needsPanu Matilainen1-12/+7
2007-12-17transaction.c doesn't need fsm.h, rpmfi_internal doesPanu Matilainen1-1/+0
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-1/+1
2007-12-14Bogus const removal continued...Panu Matilainen1-5/+5
2007-12-14More size_t type pedantryPanu Matilainen1-4/+4
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-8/+8
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-1/+1
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-2/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-2/+1
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-2/+2
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-8/+8
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-3/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-1/+2