summaryrefslogtreecommitdiffstats
path: root/loader/urlinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Remove test mode from the loader, too.Chris Lumens2009-12-031-5/+0
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-36/+11
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-16/+20
* Only try to split proxy commands out if there's actually one specified.Peter Jones2009-11-031-2/+6
* Fix a segfault when stage2= boot parameter and kickstart url method is used (...Radek Vykydal2009-10-121-3/+2
* Add proxy support to kickstart in the loader.Chris Lumens2009-09-301-4/+9
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Add initial loader UI support for proxies (#125917, #484788, #499085).Chris Lumens2009-09-301-1/+1
* Convert urlinstall.c to using the new urlinstTransfer function.Chris Lumens2009-09-301-190/+51
* Add a function to construct an array of HTTP headers and cache the result.Chris Lumens2009-09-301-0/+85
* Fix going back from stage1 nfs/url setup dialog.Radek Vykydal2009-08-261-1/+3
* Allocate memory for login and password and do not meddle with host pointer so...Martin Sivak2009-08-191-3/+2
* If asked, put the system SN (as given by dmidecode) into an HTTP header.Chris Lumens2009-08-171-0/+32
* Don't keep testing if we're doing URL_METHOD_HTTP.Chris Lumens2009-08-171-26/+26
* Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304)David Cantrell2008-10-141-5/+0
* Set the installation repo when using the askmethod UI (#463472).Chris Lumens2008-10-011-0/+2
* Pass family to iface_ip2str() callDavid Cantrell2008-08-281-1/+1
* Download progress indicator for FTP and HTTP in stage 1.David Cantrell2008-08-251-6/+11
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+452