| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the unused iurlinfo, urlInstallData, and fix up URL kickstarts. | Chris Lumens | 2010-10-15 | 1 | -19/+5 |
* | Remove the unused mountUrlImage function. | Chris Lumens | 2010-10-15 | 1 | -87/+0 |
* | Rework how loading images works for URL installs. | Chris Lumens | 2010-10-15 | 1 | -32/+31 |
* | urlinstTransfer and support functions do not operate on iurlinfo anymore. | Chris Lumens | 2010-10-15 | 1 | -8/+8 |
* | urlMainSetupPanel no longer takes an iurlinfo. | Chris Lumens | 2010-10-15 | 1 | -1/+1 |
* | Correct paths of things started by loader/init that have moved. | Chris Lumens | 2010-10-15 | 1 | -2/+2 |
* | Get rid of mountLoopback and umountLoopback. | Chris Lumens | 2010-10-07 | 1 | -10/+9 |
* | ssl: support for 'url --noverifyssl' in loader. | Ales Kozumplik | 2010-07-08 | 1 | -2/+6 |
* | Pass size of structure not a size of pointer to calloc (#592227) | Martin Sivak | 2010-07-07 | 1 | -1/+1 |
* | Move isys and booty into the pyanaconda/ directory, adjust paths to match. | Chris Lumens | 2010-06-28 | 1 | -2/+2 |
* | yum requires the proxy settings to include a protocol (#576691). | Chris Lumens | 2010-04-08 | 1 | -2/+1 |
* | move log.c from loader into isys. | Ales Kozumplik | 2010-03-08 | 1 | -1/+1 |
* | Remove test mode from the loader, too. | Chris Lumens | 2009-12-03 | 1 | -5/+0 |
* | Introduces check_asprintf macro that checks asprintfs return value and termin... | Ales Kozumplik | 2009-11-19 | 1 | -36/+11 |
* | Replace all popt use with glib's option parsing code. | David Cantrell | 2009-11-18 | 1 | -16/+20 |
* | Only try to split proxy commands out if there's actually one specified. | Peter Jones | 2009-11-03 | 1 | -2/+6 |
* | Fix a segfault when stage2= boot parameter and kickstart url method is used (... | Radek Vykydal | 2009-10-12 | 1 | -3/+2 |
* | Add proxy support to kickstart in the loader. | Chris Lumens | 2009-09-30 | 1 | -4/+9 |
* | libcurl supports https in addition to http, so change our tests. | Chris Lumens | 2009-09-30 | 1 | -1/+1 |
* | Add initial loader UI support for proxies (#125917, #484788, #499085). | Chris Lumens | 2009-09-30 | 1 | -1/+1 |
* | Convert urlinstall.c to using the new urlinstTransfer function. | Chris Lumens | 2009-09-30 | 1 | -190/+51 |
* | Add a function to construct an array of HTTP headers and cache the result. | Chris Lumens | 2009-09-30 | 1 | -0/+85 |
* | Fix going back from stage1 nfs/url setup dialog. | Radek Vykydal | 2009-08-26 | 1 | -1/+3 |
* | Allocate memory for login and password and do not meddle with host pointer so... | Martin Sivak | 2009-08-19 | 1 | -3/+2 |
* | If asked, put the system SN (as given by dmidecode) into an HTTP header. | Chris Lumens | 2009-08-17 | 1 | -0/+32 |
* | Don't keep testing if we're doing URL_METHOD_HTTP. | Chris Lumens | 2009-08-17 | 1 | -26/+26 |
* | Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304) | David Cantrell | 2008-10-14 | 1 | -5/+0 |
* | Set the installation repo when using the askmethod UI (#463472). | Chris Lumens | 2008-10-01 | 1 | -0/+2 |
* | Pass family to iface_ip2str() call | David Cantrell | 2008-08-28 | 1 | -1/+1 |
* | Download progress indicator for FTP and HTTP in stage 1. | David Cantrell | 2008-08-25 | 1 | -6/+11 |
* | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -0/+452 |