summaryrefslogtreecommitdiff
path: root/core/fs/pxe/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-281-16/+16
* net: Return of the legacy network stackMatt Fleming2013-03-061-16/+16
* pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin2012-04-261-1/+1
* pxe, ftp: correct the handling of continuation linesH. Peter Anvin2011-05-031-7/+1
* pxe, ftp: support readdir for FTPH. Peter Anvin2011-05-031-8/+24
* pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-011-8/+8
* pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-011-1/+4
* pxe, ftp: remove a bogus includeH. Peter Anvin2011-04-241-1/+0
* pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-241-1/+2
* pxe: add support for FTPH. Peter Anvin2011-04-241-0/+267