Revision history for perl distribution Mojo-TFTPd
0.05 2023-03-16T13:22:04
- Fix sending "\0" at end of OACK
- Fix cpanfile
- Update basic repo files
0.04 2014-11-08T05:21:26Z
- Retransmit last packet on timeout
- Rollover support
- Custom Connection class
- win32 compatibility
- Support for Mojo::Asset for filehandle
0.03 2014-08-13T16:19:51Z
- Add RFC 2347 TFTP Option Extension
- Add RFC 2348 TFTP Blocksize Option
- Add RFC 2349 TFTP Timeout Interval and Transfer Size Options
0.0203 2013-09-06T23:42:35Z
- Fix Makefile.PL
0.0202 2013-09-06T10:54:44Z
- Fix t/basic.t on SunOS/Solaris
0.0201 2013-08-26T23:19:36Z
- Skip test if on windows
http://www.cpantesters.org/cpan/report/0714a910-6c03-1014-b581-fa2409253afe
"Your vendor has not defined Socket macro MSG_DONTWAIT..."
0.02 2013-08-13T18:16:58Z
- Fixed Mojo::URL regression
- Fixed 508 byte block RFC-violation Author: https://github.com/hemmop
https://github.com/jhthorsen/mojo-tftpd/pull/1
0.01 2012-11-11T02:40:10Z
- Started project