summaryrefslogtreecommitdiffstats
path: root/loader2/urlinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the buildJeremy Katz2008-03-201-2/+1
* Remove the check for .discinfo on URL installs.Chris Lumens2008-03-201-17/+0
* Avoid piling up slashes in the UI when retrying (#437516).Chris Lumens2008-03-191-10/+0
* Use the right path when trying to fetch .discinfo.Chris Lumens2008-03-171-1/+1
* Fix some errors on reporting which files are being downloaded.Chris Lumens2008-03-141-2/+2
* Unset stage2 flag in more cases.Chris Lumens2008-03-101-2/+4
* Use the full path to the .discinfo file (#436855).Chris Lumens2008-03-101-1/+1
* Fix logging messages to not display the hostname twice.Chris Lumens2008-03-071-2/+2
* Fix the build againJeremy Katz2008-03-051-1/+1
* Use the right path to the .discinfo file when validating a tree.Chris Lumens2008-03-051-3/+5
* Support stage2= for URL installs.Chris Lumens2008-03-041-28/+59
* If stage2= is given, it overrides the check for a CD stage2 image.Chris Lumens2008-03-041-4/+8
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-081-3/+3
* The FL_TEXT flag has no reason to be here. (#207657)Joel Andres Granados2008-02-071-4/+3
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-221-3/+2
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-1/+1
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-5/+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
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-70/+8
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-6/+6
* Don't download images into /tmp/ramfs; use /tmpJeremy Katz2007-12-061-5/+5
* Clean up after findAnacondaCD if the user provided an invalid URL so retriesChris Lumens2007-10-241-0/+4
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-221-0/+1
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-3/+3
* Use the netlink code to get our IP address, instead of trusting thatChris Lumens2007-10-191-6/+7
* Might help to pass the headers to the right function.Chris Lumens2007-10-121-1/+1
* Clean up some memory management in HTTP/FTP file transferring. Fix loaderChris Lumens2007-10-121-23/+25
* Add extra headers for architecture and release (#315601).Chris Lumens2007-10-051-4/+16
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-191-2/+12
* Split loopback ISO method is no longer supported. Good riddance.Chris Lumens2007-06-121-27/+8
* Fix test for .discinfo file on a good tree.Chris Lumens2007-04-201-1/+1
* * loader2/urlinstall.c (mountUrlImage): For instances where we preferDavid Cantrell2007-04-121-0/+12
* * loader2/kickstart.c: Support fetching kickstart files from HTTPDavid Cantrell2007-04-031-3/+8
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-311-2/+2
* * loader2/nfsinstall.c (getFileFromNfs): Do not bring down networkDavid Cantrell2006-10-021-7/+0
* Fix a misleading message.Chris Lumens2006-10-021-1/+1
* Remove check for repodata/repomd.xml that doesn't understand the new RHEL treeChris Lumens2006-09-181-11/+1
* * loader2/urlinstall.c: Do not pass silentErrors toDavid Cantrell2006-08-081-5/+5
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-10/+8
* * loader2/nfsinstall.c (getFileFromNfs): Bring down network iface afterDavid Cantrell2006-07-191-23/+32
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-15/+9
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-22/+24
* HERE COMES YOUR WATER! ....David Cantrell2006-06-071-1/+5
* Add User-Agent header to HTTP requests (#98617). I don't think we can doChris Lumens2006-06-021-6/+23
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-261-2/+2
* Not every caller wants to put the product on the front of the URL (#178001).Chris Lumens2006-01-171-7/+12
* 2005-11-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-261-1/+3
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-1/+1