summaryrefslogtreecommitdiff
path: root/lib/rpminstall.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Oops, don't access variable after freeingPanu Matilainen1-1/+2
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-25Avoid alloca() in rpmInstall()Panu Matilainen1-1/+2
2008-04-21Use argvAppend() instead of manual reallocs, plug a leak from rpmGlob()Panu Matilainen1-7/+5
2008-04-11Simplify url retrieval in rpmInstall()Panu Matilainen1-16/+8
2008-04-11Remove #ifdef NOTYET junkPanu Matilainen1-24/+0
2008-04-07ARGV_t const pendantryPanu Matilainen1-11/+6
2008-03-24Remove bogus const from rpmRelocation structPanu Matilainen1-1/+1
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen1-40/+0
2008-03-17Remove rollback supportPanu Matilainen1-209/+0
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-15/+0
2008-03-07Log message adjustmentsPanu Matilainen1-6/+6
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-1/+1
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-1/+1
2008-02-05Couple of int -> rpmVSFlags type correctionsPanu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-3/+3
2008-01-30Include spring-cleaningPanu Matilainen1-1/+0
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+2
2008-01-09Handle spaces in file path arguments correctly (#217258)Panu Matilainen1-1/+4
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-1/+1
2007-12-18One leftover reloc constfree..Panu Matilainen1-1/+1
2007-12-18Remove bunch of bogus cli-related consts...Panu Matilainen1-4/+4
2007-12-18Remove bogus const from rpmInstallSource*() parametersPanu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-1/+1
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-1/+1
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-8/+8
2007-12-07Add RPMCALLBACK_SCRIPT_ERROR callback typePanu Matilainen1-0/+2
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-2/+2
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-1/+1
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-12-01Don't include idtx.h in rpmcli.hPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-5/+5
2007-11-08Kludge around mktemp() uses to shut up build warningsPanu Matilainen1-0/+4
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen1-15/+2
2007-10-31Kill ts->goal, instead set NOSUGGEST flag on erasePanu Matilainen1-3/+3
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-26Fix invalid ifdef-outed code breaking syntax highlighting :)Panu Matilainen1-2/+2
2007-10-22Fix rpmts.h internal includes instead of working around in rpminstall.cPanu Matilainen1-1/+0
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-1/+1
2007-10-09Permit src.rpm installation to be interruptedPanu Matilainen1-0/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-5/+5