summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Collapse)AuthorAgeFilesLines
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-1/+1
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Documented remainder of PXE TFTP API calls.Michael Brown2005-05-271-24/+241
|
* Added diatribe about the mismatch between the PXE spec and the TFTPMichael Brown2005-05-271-19/+86
| | | | protocol, and how we will work around it.
* Refer to implementation note on IP routing.Michael Brown2005-05-271-13/+12Star
|
* Thoughts on how to coerce the PXE TFTP API into something resemblingMichael Brown2005-05-261-1/+141
| | | | the TFTP protocol.
* Separate out the documentation of the PXE API from the documentation ofMichael Brown2005-05-241-58/+70
| | | | the Etherboot implementation (i.e. don't do what Intel did).
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-242-2/+2
|
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-246-22/+1424
| | | | PXE code now compiles without errors (though it won't actually work).
* Moved pxe_errors.c to pxe/interface/Michael Brown2005-05-241-0/+102
|
* Documented the UDP API calls.Michael Brown2005-05-201-0/+299