summaryrefslogtreecommitdiffstats
path: root/loader2/urls.c
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when given URLs of the form ftp://user@host/path (#445295)David Lehman2008-05-051-0/+1
* Only remove duplicate slashes from the front of the prefix.Chris Lumens2008-03-261-1/+1
* Avoid piling up slashes in the UI when retrying (#437516).Chris Lumens2008-03-191-1/+1
* Only print the filename we're fetching, as newt doesn't like long names.Chris Lumens2008-03-171-2/+4
* Remove references to an uninitialized variable.Chris Lumens2008-03-141-3/+3
* Fix some errors on reporting which files are being downloaded.Chris Lumens2008-03-141-9/+4
* Only pass the file path to {ftp,http}GetFileDesc.Chris Lumens2008-03-071-6/+11
* Fix logging messages to not display the hostname twice.Chris Lumens2008-03-071-2/+2
* Make sure http:// or ftp:// is specified (#436089)Jeremy Katz2008-03-051-1/+8
* Fix segfault when port is specified (#435219)Jeremy Katz2008-03-051-2/+0
* Change the method config prompts.Chris Lumens2008-03-041-1/+2
* Support stage2= for URL installs.Chris Lumens2008-03-041-19/+5
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-13/+10
* Free the grid like we do everywhere else.Chris Lumens2008-01-101-4/+3
* Don't double free buf.Chris Lumens2008-01-091-2/+0
* Make the URL entry box wider.Chris Lumens2008-01-091-1/+1
* Fix a segfault in making the URL dialog box.Chris Lumens2008-01-071-1/+1
* Use a better test when populating the URL panel in loader.Chris Lumens2008-01-041-2/+2
* 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
* Don't try to parse a NULL ui structure.Chris Lumens2007-12-111-2/+3
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-154/+69
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-5/+6
* Clean up some memory management in HTTP/FTP file transferring. Fix loaderChris Lumens2007-10-121-2/+10
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Whitespace cleanups before code changes.David Cantrell2007-03-061-25/+24
* Don't care about the return value of asprintf.Chris Lumens2007-01-091-1/+2
* * loader2/urls.c (urlMainSetupPanel): If the user specified http://David Cantrell2007-01-051-2/+8
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-021-8/+10
* Use splitHostname so we don't attempt to gethostbyname on a string containing aChris Lumens2006-10-311-9/+16
* Fix bad info message.Chris Lumens2006-10-161-1/+1
* * loader2/urlinstall.c: Do not pass silentErrors toDavid Cantrell2006-08-081-17/+3
* Fix traceback when trying to add a leading slash to paths without oneChris Lumens2006-08-041-10/+3
* * loader2/urls.c (addrToIp): Correctly handle IP addresses passed asDavid Cantrell2006-08-011-5/+6
* * loader2/ftp.c (getHostAddress): Use mygethostbyname().David Cantrell2006-07-311-11/+12
* * loader2/ftp.c (ftpOpen, ftpGetFileDesc): Support IPv6 hosts, whichDavid Cantrell2006-07-271-1/+1
* * loader2/urls.c (urlinstStartTransfer): Determine address familyDavid Cantrell2006-07-261-7/+25
* * loader2/urls.c (addrToIp): Use AF_INET6 when making an in6_addr.David Cantrell2006-07-261-1/+1
* * loader2/net.c: Bump inet_pton() buffers to length 48.David Cantrell2006-07-251-11/+9
* SNAKES ON A PLANEDavid Cantrell2006-06-281-10/+10
* Fix double free() (#195749). This is the "holy shit we see glibc doubleDavid Cantrell2006-06-271-10/+4
* * loader2/net.c: Last inet_ntoa() -> inet_ntop() conversions.David Cantrell2006-06-131-2/+9
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-4/+5
* Translatable strings (181594)Paul Nasrat2006-05-091-2/+2
* Don't pack the URL full of slashes if we can help it. Maybe this willChris Lumens2006-03-241-6/+9
* Check for NULL (#186210).Chris Lumens2006-03-231-5/+11
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-2/+2
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-4/+4
* When unable to connect to an HTTP or FTP server for some reason, display anChris Lumens2005-01-121-3/+5
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-2/+2