summaryrefslogtreecommitdiff
path: root/lib/tftp.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-3/+1
| | | | in the connectdata structure by a single handler table ptr.
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-2/+2
| | | | | | doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols.
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+31
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.