index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tftp.c
Age
Commit message (
Expand
)
Author
2006-03-20
Fixed a bug whereby a received file whose length was a multiple of
Dan Fandrich
2006-03-20
fixed tftp packet overflow risk
Daniel Stenberg
2005-12-08
Fix compiler warning
Yang Tse
2005-12-05
Added a run-time check to warn if TFTP is going to fail due to portability
Dan Fandrich
2005-12-05
Another Yang Tse warning cleanup raid!
Daniel Stenberg
2005-12-02
Yang Tse fixed the 4th argument in the sendto() calls
Daniel Stenberg
2005-11-23
Yang Tse's patch to silence MSVC warnings
Daniel Stenberg
2005-11-13
Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but
Gisle Vanem
2005-11-12
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
Daniel Stenberg
2005-11-11
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
Daniel Stenberg
2005-11-10
David Lang fixed IPv6 support for TFTP!
Daniel Stenberg
2005-09-21
stricter type usage for time variables to avoid picky compiler warnings
Daniel Stenberg
2005-09-20
typecasts added in an attempt to please the picky compilers
Daniel Stenberg
2005-09-15
minor changes, the biggest one being using Curl_select()
Daniel Stenberg
2005-09-06
Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.
Gisle Vanem
2005-09-06
sockets are curl_socket_t to build cleaner
Daniel Stenberg
2005-09-04
check that bind() returns success
Daniel Stenberg
2005-09-02
John Kelly added TFTP support to libcurl. A bunch of new error codes was
Daniel Stenberg
[prev]