summaryrefslogtreecommitdiff
path: root/install.c
AgeCommit message (Expand)AuthorFilesLines
1996-10-21passes netSharedPath() from rpmrcewt1-1/+4
1996-10-211) free binaryHeaders w/ done with installsewt1-0/+7
1996-10-20print conflict problems differently then missing dependenciesewt1-2/+7
1996-10-15pulled URL handling to url.cewt1-120/+4
1996-09-25typecast getpid() to (int)ewt1-1/+1
1996-08-291) pass printFormat and notify function to rpmInstallSourcePackage()ewt1-3/+5
1996-08-07added support for rpmdepFreeConflicts()ewt1-4/+2
1996-07-20made printDepFlags() externally visibleewt1-3/+4
1996-07-19fixed hashing for multiple packagesewt1-1/+2
1996-07-171) began adding support for proxy ftp, though it doesn't work yetewt1-7/+16
1996-07-16supports for ftp://user:pass@machiune/ URL's, with password promptingewt1-6/+74
1996-07-16improved error message when file is missingewt1-6/+8
1996-07-16reset hash count after a package is installedewt1-1/+2
1996-07-12removed extraneous ' 'ewt1-1/+1
1996-07-101) improved printing of dependency conflicsewt1-12/+38
1996-07-10added support for relocateable packagesewt1-15/+15
1996-07-03O_CREAT should only be used with O_RDWRewt1-3/+3
1996-06-28removed passing upgrade flag during package uninstallewt1-1/+1
1996-06-17merged rpmlib.h and package.hewt1-1/+0
1996-06-101) changed doInstall() and doUninstall() calls to pass all of the argumentsewt1-92/+274
1996-05-22add code for scripts getting "upgrade" argumentroot1-1/+1
1996-04-15changed uninstall code for new uninstall callewt1-3/+3
1996-04-05added more intelligent error messages for bad magicroot1-0/+4
1996-04-03doInstall() now returns success or errorewt1-3/+5
1996-03-29added verbose error checkingroot1-5/+8
1996-03-15changed error message presented when an ftp failsewt1-1/+1
1996-03-13- hashing and percentages no longer SIGFPE on 0 byte packagesewt1-3/+6
1996-03-01ftp installs should use temp space within the directory given byewt1-4/+6
1996-02-27added support for ftp style URL's on RPM command lineewt1-5/+67
1996-02-24made --percent look like it did in RPM 1.xewt1-3/+4
1996-02-20-hiv is handled via INSTALL_PRINTLABELewt1-1/+1
1996-02-19changed sense of rpmdbOpenewt1-2/+2
1996-02-15don't open files O_EXCLewt1-9/+5
1996-02-14added flush after printing percentagesewt1-0/+1
1996-02-14accepts package specifications like name-version, name-version-releaseewt1-4/+19
1996-02-14added ability to install a source package and find the spec file nameewt1-0/+23
1996-01-22added --percent, --hashroot1-3/+56
1996-01-13added installFlags, changed error messageewt1-2/+2
1996-01-09when a db doesn't exist, try to create itewt1-2/+7
1996-01-08wrote doInstall()ewt1-3/+39
1996-01-06fixed bug affecting removal of a pacakge which is installed multiple timesewt1-3/+4
1996-01-05Initial revisionewt1-0/+35