aboutsummaryrefslogtreecommitdiffstats
path: root/core/fs/pxe/http.c
Commit message (Collapse)AuthorAgeFilesLines
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-231-63/+35
| | | | | | | | | | | | Use the unified URL parsing framework for TFTP and HTTP. This should also make it easier to add new protocols (e.g. FTP) in the near future. Note that HTTP redirects are still handled wrong: they really should be sent all the way back to the top of URL parsing; there are sites in the field which redirect to FTP URLs, for example. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* core: pxe Add native support for http urlsEric W. Biederman2011-04-121-0/+375
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>