CVS commit: othersrc/usr.bin/tnftp
"Luke Mewburn" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: othersrc Committed By: lukem Date: Tue Feb 10 20:41:27 UTC 2026 Modified Files: othersrc/usr.bin/tnftp: ChangeLog NEWS configure configure.ac Log Message: tnftp 20260211 release Changes since tnftp 20230507: - Improve transfer performance by simplifying socket buffer and transfer buffer handling. - Add -b BUFLEN to adjust size of buffer for HTTP response line parsing. - Add -h HEADER to support custom HTTP headers. - Add "connect" as a synonym for "open". - Fix ASCII mode transfers when progress bar is enabled. - Fix creation of empty downloaded files. - Exit non-zero if a HTTP transfer is shorter than expected. - Fix HTTPS through a proxy. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 othersrc/usr.bin/tnftp/ChangeLog cvs rdiff -u -r1.18 -r1.19 othersrc/usr.bin/tnftp/NEWS cvs rdiff -u -r1.64 -r1.65 othersrc/usr.bin/tnftp/configure cvs rdiff -u -r1.50 -r1.51 othersrc/usr.bin/tnftp/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.