summaryrefslogtreecommitdiffstats
path: root/src/include/tftp.h
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete code removalMichael Brown2007-07-171-172/+0Star
|
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-111-1/+1
|
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-1/+1
| | | | | | | Introduced struct sockaddr_tcpip, to simplify code that deals with both IPv4 and IPv6 addresses. Reorganised parts of tcpip.c and udp.c.
* Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown2006-03-231-1/+10
| | | | prototester.
* In multicast operation, the client still has a unicast local port.Michael Brown2005-06-021-10/+9Star
|
* Remove prototypes for obsolete functionsMichael Brown2005-06-011-9/+0Star
|
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-39/+122
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-6/+3Star
|
* tftp moved to separate file.Michael Brown2005-04-301-4/+20
|
* Initial revisionMichael Brown2005-03-081-0/+77