summaryrefslogtreecommitdiff
path: root/lib/rpminstall.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen1-6/+3
2009-06-02Removed 'xx' variable in rpminstall.c Rakesh Pandit1-11/+8
2009-06-02Removed rpmEIU memeber 'fd' -and its usage in tryReadFoo functions.Rakesh Pandit1-20/+19
2009-04-23- Moved code to check possibility of freshen operation to checkFreshenStatus.Rakesh Pandit1-24/+33
2009-04-23- Move header reading part from rpminstall to tryReadHeader function.Rakesh Pandit1-37/+39
2009-02-26Honor --nomanifest on install tooPanu Matilainen1-0/+5
2009-02-16-Moved maifest checking from rpmInstall to rpmCheckManifest.Rakesh Pandit1-34/+36
2009-02-16-Move notify flag settings from rpmInstall and rpmErase to setNotifyFlag.Rakesh Pandit1-10/+12
2009-02-16-Move vsflags calculation from rpmInstall and rpmErase to setvsFlags.Rakesh Pandit1-17/+21
2009-02-16-Remove stopinstall variable and moved rpmcliPackagesTotal to correct place. ...Rakesh Pandit1-28/+16
2009-02-16-Use installInterfaceFlags in place of eraseInterfaceFlags. -Moved transactio...Rakesh Pandit1-93/+67
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