| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tio-3.7.tar.xz.asc | 2024-08-31 | 833 Bytes | |
| tio-3.7.tar.xz.sha256sum | 2024-08-31 | 81 Bytes | |
| tio-3.7.tar.xz | 2024-08-31 | 3.5 MB | |
| README.md | 2024-08-31 | 727 Bytes | |
| tio v3.7 source code.tar.gz | 2024-08-31 | 3.6 MB | |
| tio v3.7 source code.zip | 2024-08-31 | 3.6 MB | |
| Totals: 6 Items | 10.7 MB | 0 | |
Changes since tio v3.6 (2024-07-19):
- Remove unnecessary sync in line input mode
This caused a problem for some highly timing sensitive modem read-eval-print loops because the input line and line termination characters (cr/nl) would be shifted out on the UART with too big delay inbetween because of two syncs.
- Fix socket send call on platforms without MSG_NOSIGNAL
To fix build issue encountered on MacOS Catalina but may apply to other platforms.
Steve Marple:
- Add "epoch" timestamp option
Add an option that prints the timestamp as the number of seconds since the Unix epoch.
Tomka Gergely:
- The log-directory options is not read from the configuration file.