summaryrefslogtreecommitdiff
path: root/lib/rpminstall.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Don't bother retrieving db offset for erase elementsPanu Matilainen1-3/+2
2008-10-06Make "not an rpm or manifest" message an error, not just noticePanu Matilainen1-1/+1
2008-09-18More informative output on ambiguous erase (rhbz#164743)Panu Matilainen1-9/+19
2008-09-18Fix rpmErase() exit code when arch is specified (rhbz#462631)Panu Matilainen1-6/+11
2008-08-05Increment exit code on file not found errors too (#446202)Panu Matilainen1-0/+1
2008-07-07Kick out ftpStrerror() and related error code definesPanu Matilainen1-2/+1
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-4/+0
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-3/+3
2008-05-26Convert rpmInstall() to new headerGet()Panu Matilainen1-9/+6
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-5/+3
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