summaryrefslogtreecommitdiff
path: root/ftp.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-22fix: segfault from double close on ftpGetFileDesc ftpAbort path.jbj1-3/+5
1999-03-19DU 4.0D fiddles (Shing-Gene Yung<shing@cz3.nus.edu.sg>)jbj1-4/+0
1999-03-10Typo.jbj1-1/+1
1999-02-19Tighter constraints on urlinfo cache-hits.jbj1-41/+38
1999-02-16add callbacks for installer updates while doing URL xfers.jbj1-0/+30
1999-02-16Repair http queries.jbj1-73/+159
1999-02-04Finally, preliminary http support.adevries1-37/+1
1999-01-21Fix: clear orphaned "Transfer complete" from ftp control channel ifjbj1-8/+21
1998-12-14permit http:// and file:// url's as well as ftp://.jbj1-95/+197
1998-12-03http/file/ftp URL's for query/verify (but not install) work.jbj1-40/+69
1998-11-18implement abstract fd type almost everywhere.jbj1-5/+6
1998-11-16LCLINT pass 0.jbj1-0/+2
1998-10-11permit rpm to be built in a sub-directory (--srcdir=DIR).jbj1-1/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-6/+1
1998-07-25Aggregate system includes into system.h.jbj1-18/+3
1998-01-09added more i18n stringsewt1-11/+12
1997-10-31ftp code works in rpm and installewt1-0/+15
1997-10-29use simple dns stuffewt1-6/+2
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-07Include sys/socket.h if it's availableewt1-0/+5
1997-03-31fixed \r\n stuffewt1-6/+6
1997-03-21send '\n\r' not just '\n'ewt1-4/+5
1997-01-22bug parsing multiline responsesewt1-1/+1
1997-01-20defined HAVE_HERRNO if necessaryewt1-0/+4
1997-01-171) use config.h if availableewt1-3/+11
1996-10-221) don't use getpwuid() to get username for uid 0, just use "root"ewt1-4/+8
1996-10-201) rewrite ftpCheckResult() to be more robustewt1-36/+57
1996-10-15added ftpGetFileDesc(), ftpGetFileDone() and changed ftpGetFile()ewt1-5/+18
1996-09-29cleaned up for Solarisewt1-3/+7
1996-09-25small portability enhancementsewt1-1/+17
1996-08-30added include of <netinet/ip.h>root1-0/+1
1996-08-08fixed sscanf() to use proper typesewt1-3/+3
1996-07-17began adding support for proxy ftp, though it doesn't work yetewt1-11/+19
1996-07-13after successfull file transfer, read the "Transfer Completed" from theewt1-1/+10
1996-07-12removed printf, fixed inet_aton() result checkewt1-2/+1
1996-07-12removed message() calls to use code in installewt1-12/+0
1996-07-03uses passive mode nowewt1-57/+70
1996-06-16header fix for glibcroot1-2/+1
1996-03-29added verbose error checkingroot1-48/+95
1996-03-15ftp's now returns an error code when it times out while getting aewt1-1/+1
1996-03-13added message() calls for debugging infoewt1-0/+15
1996-02-27Initial revisionewt1-0/+311