summaryrefslogtreecommitdiffstats
path: root/loader2/urls.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-367/+0
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-1/+1
* Make it more explicit we want the stage2.img URL, not the repo URL.Chris Lumens2008-08-131-1/+1
* In cmdline mode, give some feedback when transferring loader files.Chris Lumens2008-07-111-3/+6
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-4/+2
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-3/+8
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-271-0/+1
* Use strtol() instead of atoi()David Cantrell2008-06-261-3/+12
* Strip urlinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-93/+5
* 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