summaryrefslogtreecommitdiff
path: root/lib/rpminstall.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-06Avoid double iteration on 'rpm -e' now that iterator count worksPanu Matilainen1-11/+3
2012-03-19Include more package information in the progress outputPanu Matilainen1-3/+2
2012-03-19Make a bit more room for names in progress output (cosmetics)Panu Matilainen1-4/+4
2012-01-10Oops, forgot to mark our new progress messages for translationPanu Matilainen1-2/+2
2012-01-05Add erasure callback support to rpmShowProgress() and enable on rpmErase()Panu Matilainen1-7/+17
2012-01-05Add enum for RPMCALLBACK_INST_STOP callback eventPanu Matilainen1-0/+3
2012-01-03Implement scriptlet start and stop callbacks (RhBug:606239)Panu Matilainen1-0/+4
2012-01-03Eliminate rpm cli callback internals from the APIPanu Matilainen1-5/+5
2012-01-03Eliminate pointless rpmcliPackagesTotal fiddlingPanu Matilainen1-2/+1
2011-07-08Eliminate the last two fpio uses in rpm codebasePanu Matilainen1-1/+1
2011-05-30Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen1-1/+1
2011-05-29Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen1-7/+6
2011-04-19Restore previous vsflags on return from rpmInstall() and rpmErase()Panu Matilainen1-3/+5
2011-03-23Eliminate pointless isSource member from eiu struct, duhPanu Matilainen1-4/+1
2011-03-23Eliminate header from eiu struct, its just a local temp variable reallyPanu Matilainen1-12/+11
2011-03-23Reduce vsflags flip-flopPanu Matilainen1-6/+2
2011-03-23checkFreshenStatus() only needs a header, not the entire eiu structPanu Matilainen1-9/+8
2011-03-03Remove leftover error case from the ninetiesPanu Matilainen1-7/+0
2010-12-20Rip the remains of --aid and --nosuggest, except for the callbackPanu Matilainen1-3/+0
2010-10-22Change all internal uses of rpmtsInitIterator() to use DBI tagsPanu Matilainen1-1/+1
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-3/+3
2010-06-01On colored transactions, require matching arch for freshen (RhBug:553108)Panu Matilainen1-12/+10
2010-03-26Simplify rpmcliTransaction() a bitPanu Matilainen1-11/+5
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen1-1/+1
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-2/+2
2010-01-21Fix double-free segfault on url retrieve to read-only media (RhBug:557118)Panu Matilainen1-1/+1
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