John Kelly added TFTP support to libcurl. A bunch of new error codes was
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Sep 2005 15:11:08 +0000 (15:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Sep 2005 15:11:08 +0000 (15:11 +0000)
commit56d9624b566ac15ffb4b4b6eef220a5000b767e0
tree9511f37ced87ba79fe96416b21e41fadffe17224
parent911d135deb619f6d18ae3e0150c3808be54831a3
John Kelly added TFTP support to libcurl. A bunch of new error codes was
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to
list of protocols whereever those are mentioned.
13 files changed:
CHANGES
configure.ac
include/curl/curl.h
lib/Makefile.inc
lib/connect.c
lib/hostip4.c
lib/hostip6.c
lib/strerror.c
lib/tftp.c [new file with mode: 0644]
lib/tftp.h [new file with mode: 0644]
lib/url.c
lib/urldata.h
lib/version.c