summaryrefslogtreecommitdiffstats
path: root/src/proto/tftpcore.c
Commit message (Expand)AuthorAgeFilesLines
* Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)Michael Brown2006-03-231-1/+1
* 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
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-7/+35
* Now have enough functions to implement a standard TFTP client in around 50Michael Brown2005-06-011-11/+107
* Add tftp_ack() and tftp_error()Michael Brown2005-05-311-7/+73
* First versionMichael Brown2005-05-311-0/+299