summaryrefslogtreecommitdiffstats
path: root/loader2/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of sizeof on a malloc()'d char **Peter Jones2008-03-181-3/+6
* Free some variables so we can http GET twice if needed.Chris Lumens2008-03-041-0/+13
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-11/+12
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-021-4/+5
* Don't need that variable anymore.Chris Lumens2006-11-011-7/+5
* Use splitHostname so we don't attempt to gethostbyname on a string containing aChris Lumens2006-10-311-4/+9
* If we're not passed a port, use the default.Chris Lumens2006-10-311-17/+3
* Teach the loader about more HTTP redirect response codes.Chris Lumens2006-09-281-2/+3
* Break httpGetFileDesc up into helper functions to read and example HTTP headersChris Lumens2006-09-141-75/+139
* * loader2/ftp.c (getHostAddress): Use mygethostbyname().David Cantrell2006-07-311-18/+10
* * isys/dns.c: Removed code that's not in use anymore.David Cantrell2006-07-281-0/+5
* * loader2/ftp.c (ftpOpen, ftpGetFileDesc): Support IPv6 hosts, whichDavid Cantrell2006-07-271-47/+136
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-248/+315
* Not very exciting IPv6 stuff yet.David Cantrell2006-05-081-2/+2
* catch return from write()Peter Jones2005-03-021-1/+1
* When unable to connect to an HTTP or FTP server for some reason, display anChris Lumens2005-01-121-10/+23
* add support for passing a port with your http host. patch fromJeremy Katz2004-06-161-4/+17
* use \r\n instead of \t\n (#108562)Jeremy Katz2003-11-031-1/+1
* katzj warning cleanup complianceMike Fulbright2003-07-071-1/+0
* support for sending MAC address as an HTTP header, needed for RHN provisioningMike Fulbright2003-07-071-4/+14
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+525