summaryrefslogtreecommitdiff
path: root/install.c
AgeCommit message (Expand)AuthorFilesLines
1999-01-13Use mktemp(3) for temp file names.jbj1-8/+8
1999-01-12I'm too lazy to put these in a third time.ewt1-15/+26
1999-01-08EGCS cruft.jbj1-6/+3
1999-01-08*** empty log message ***ewt1-2/+2
1999-01-07\n properly if -v is used on install w/o -hewt1-1/+4
1999-01-07reworked rework of source package install -- I think this was isewt1-59/+69
1999-01-07Re-implement the ability to install source rpms.jbj1-42/+63
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-25/+39
1999-01-06fixed labels and hashingewt1-6/+8
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-15/+9
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-186/+123
1998-12-14permit http:// and file:// url's as well as ftp://.jbj1-41/+58
1998-12-01Sanity.jbj1-3/+8
1998-11-20Sanity.jbj1-7/+10
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-5/+6
1998-11-18implement abstract fd type almost everywhere.jbj1-15/+18
1998-11-16LCLINT pass 0.jbj1-3/+3
1998-10-29No more query.h.jbj1-1/+0
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-20/+20
1998-07-30Consolidated includes for librpmbuild API.jbj1-3/+2
1998-07-25Aggregate system includes into system.h.jbj1-11/+1
1998-06-30ftp installs were adding an extra /tmp/ to the tmpdirewt1-1/+1
1998-03-05ftp files to RPMVAR_TMPPATH, not /var/tmpewt1-3/+4
1998-02-08don't pass net shared path to rpmInstallPackage()ewt1-4/+1
1998-01-28implemented most of generic package relocationewt1-8/+10
1998-01-06static strings before an array qualifier could get droppedewt1-1/+1
1998-01-05Fixed some error messagesewt1-4/+4
1997-10-29handle cookies in source packagesmarc1-3/+6
1997-07-01Added install time prerequisite checkingewt1-12/+22
1997-05-30moved findPackageByLabel() to rpmdbFindByLabel() and added rpmdbFindByHeader()ewt1-1/+1
1997-05-02Fixed "cannot open /var/lib/rpm/package.rpm" to use dbpath settingewt1-4/+4
1997-04-30Added includes of "miscfn.h".ewt1-0/+1
1997-04-29Made many more strings in the toplevel interface translatable.ewt1-21/+27
1997-04-09changes for --removeall (or wahtever that caused) broke some thingsewt1-1/+1
1997-03-31added support for UNINSTALL_ALLMATCHESewt1-6/+16
1997-03-20return code from rpmRemovePackage() was being ignoredewt1-1/+3
1997-01-171) use config.h if availableewt1-1/+3
1996-12-12made include of alloca.h conditionalewt1-1/+4
1996-11-18The Great Renamingroot1-37/+37
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