summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-2/+2
* Winsock and Cygwin need address family specification before bind(), this shou...Yang Tse2006-07-291-6/+1
* Fix compiler warningsYang Tse2006-07-191-7/+7
* oops, could return an uninitialized variableDaniel Stenberg2006-05-091-1/+1
* check more return codes and skip the initial slash in given file namesDaniel Stenberg2006-05-081-26/+42
* no longer uses errno but Curl_sockerrno() and now acknowledges return codesDaniel Stenberg2006-05-081-46/+48
* Stop sending retransmitted received blocks up to clientDan Fandrich2006-05-081-14/+30
* Fixed known bug #28. The TFTP code no longer assumes a packed struct andDaniel Stenberg2006-05-081-59/+52
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+2
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-3/+2
* Tor Arntsen figured out that TFTP was broken on a lot of systems since weDaniel Stenberg2006-03-261-3/+17
* Fixed a bug whereby a received file whose length was a multiple ofDan Fandrich2006-03-201-23/+33
* fixed tftp packet overflow riskDaniel Stenberg2006-03-201-4/+5
* Fix compiler warningYang Tse2005-12-081-1/+1
* Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich2005-12-051-0/+19
* Another Yang Tse warning cleanup raid!Daniel Stenberg2005-12-051-2/+2
* Yang Tse fixed the 4th argument in the sendto() callsDaniel Stenberg2005-12-021-8/+4
* Yang Tse's patch to silence MSVC warningsDaniel Stenberg2005-11-231-5/+7
* Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem2005-11-131-1/+1
* Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg2005-11-121-4/+4
* Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg2005-11-111-0/+1
* David Lang fixed IPv6 support for TFTP!Daniel Stenberg2005-11-101-9/+14
* stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg2005-09-211-2/+2
* typecasts added in an attempt to please the picky compilersDaniel Stenberg2005-09-201-2/+2
* minor changes, the biggest one being using Curl_select()Daniel Stenberg2005-09-151-47/+34
* Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem2005-09-061-1/+9
* sockets are curl_socket_t to build cleanerDaniel Stenberg2005-09-061-1/+1
* check that bind() returns successDaniel Stenberg2005-09-041-0/+4
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+720