History: ip_app_tftp
This page describes all changes made to the ip_app_tftp package, TFTP, since its release.
Version
4.2 (2020-05-26, 10:25):
- Fixed compilation warnings.
4.1 (2019-05-29, 15:22):
- Added route handle to the user open callback so can see which interface a request was received from.
- Added the option to request non-blocking read/write from user callback (return TFTP_ERRC_WAITREADY), in order to be able to complete the request from the background. When the request is complete user has to call tft_request_ready().
- To support non-blocking operation, TFTP connection handle parameter was added to all user callback functions.
- tftp_delete(): delete task prior to the event to avoid problems caused by the task waiting for a deleted event (or not allowing deletion of an event that is in use).
3.6 (2019-03-14, 15:47):
- TFTP client was sending malformed TFTP packet during file upload.
3.5r2 (2018-08-29, 18:15):
- Document HTML link added to the documentation folder.
- History and document files renamed to the package name.
3.5 (2017-10-05, 07:38):
- udp_open() call changed to match new API.
3.4:
- File name handled improperly which could result in "File not found" error in server mode.
3.3:
- Prototype of tftp_client() function was fixed.
3.2:
- tftp_stop() function was fixed: it never stopped the module.
3.1:
- Updated to work with IP base major version 6.
- IP address type was changed in tftp_client() function.
2.4:
- Updated to work with IP base major version 5.
2.3:
- tftp_open_cb() function header corrected.
2.2:
- Incorrect operation in a busy system fixed (IP stack didn't have a free buffer available).
2.1:
- Initial release.