summaryrefslogtreecommitdiffstats
path: root/src/proto/tftpcore.c
Commit message (Collapse)AuthorAgeFilesLines
* Warnings purgeMarty Connor2007-07-021-541/+0Star
|
* Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)Michael Brown2006-03-231-1/+1
| | | | tcp.h.
* In multicast operation, the client still has a unicast local port.Michael Brown2005-06-021-80/+89
|
* Make rfc2090 multicast option optionalMichael Brown2005-06-011-11/+16
|
* Don't choke on duplicate OACK packets.Michael Brown2005-06-011-36/+74
| | | | | Make await_tftp() static and create tftp_get() for fetching the next TFTP packet instead.
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-7/+35
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Now have enough functions to implement a standard TFTP client in around 50Michael Brown2005-06-011-11/+107
| | | | lines of code.
* Add tftp_ack() and tftp_error()Michael Brown2005-05-311-7/+73
|
* First versionMichael Brown2005-05-311-0/+299