summaryrefslogtreecommitdiffstats
path: root/src/proto/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to fetch another packet once we've reached EOF.Michael Brown2005-06-011-6/+12
* Don't choke on duplicate OACK packets.Michael Brown2005-06-011-24/+31
* DoxygenationMichael Brown2005-06-011-3/+38
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-145/+87Star
* Add twiddle() so that progress is visible.Michael Brown2005-05-171-0/+1
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-12/+12
* Protocol structure can now specify the default port.Michael Brown2005-05-021-3/+3
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-0/+174