summaryrefslogtreecommitdiff
path: root/core/fs/pxe/http.c
Commit message (Expand)AuthorAgeFilesLines
* core/http: Append port number to Host field if neededGene Cumm2015-10-101-2/+15
* pxe: fix truncation warningJonathan Boeing2015-05-031-1/+1
* pxe: Make the SENDCOOKIES feature for HTTP worked againRussel Santillanes2013-12-061-1/+1
* efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-231-19/+11
* Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming2013-04-111-4/+4
|\
| * pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-281-4/+4
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-1/+1
|/
* net: Return of the legacy network stackMatt Fleming2013-03-061-4/+4
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-1/+1
* pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin2011-05-021-1/+7
* pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-011-2/+2
* pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-011-1/+4
* pxe, http: Remove unused variableH. Peter Anvin2011-05-011-1/+0
* pxe, http: simplify cookie generation, fix boundary conditionsH. Peter Anvin2011-04-261-9/+16
* pxe, http: Use Syslinux/<version> as the User-agent:H. Peter Anvin2011-04-261-1/+1
* pxe, http: correct the header overflow testH. Peter Anvin2011-04-261-2/+3
* Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-261-24/+37
* pxe, http: send the sysappend/ipappend strings as cookiesH. Peter Anvin2011-04-251-2/+87
* pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-241-16/+5
* pxe: move operations common to TCP-based protocols to a common fileH. Peter Anvin2011-04-231-58/+8
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-231-63/+35
* core: pxe Add native support for http urlsEric W. Biederman2011-04-121-0/+375