konosubakonoakua
9234ee14d8
Update readme.md
...
Update readme.md issue part
Update readme.md issue part
2024-09-25 15:21:44 +00:00
Martin Lund
9fec689117
Fix name declaration conflict with socket send()
2024-09-15 05:57:31 +02:00
Martin Lund
6c4b92270e
Add clang-format spec
2024-09-07 09:31:31 +02:00
Martin Lund
a22b270749
Bump version
2024-08-31 09:23:19 +02:00
Martin Lund
9f27ce5899
Update version date
2024-08-31 09:09:34 +02:00
Martin Lund
27f9b9f2e8
Update NEWS
2024-08-31 09:06:28 +02:00
Martin Lund
2e7da862c8
Cleanup
2024-08-24 13:21:41 +02:00
Martin Lund
bb2b4e30b2
Update AUTHORS
2024-08-24 12:37:12 +02:00
Steve Marple
f47467271f
Add "epoch" timestamp option
...
Add an option that prints the timestamp as the number of seconds since
the Unix epoch.
2024-08-24 12:35:30 +02:00
Martin Lund
cdc773100c
Update AUTHORS
2024-08-19 20:40:05 +02:00
Tomka Gergely
a3b67d3eb6
The log-directory options is not read from the configuration file.
2024-08-19 20:37:18 +02:00
Martin Lund
ef12ed62df
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.
2024-08-06 20:48:43 +02:00
Martin Lund
2f6b3796f2
Bump version
2024-07-25 00:12:23 +02:00
Martin Lund
6163bc392b
Fix socket send call on platforms without MSG_NOSIGNAL
...
To fix build issue encountered on MacOS Catalina but may apply to other
platforms.
2024-07-20 08:25:49 +02:00
Martin Lund
475bc29cc8
Update plain text man page
2024-07-19 09:39:41 +02:00
Martin Lund
c4f5269c83
Update version date
2024-07-19 09:39:13 +02:00
Martin Lund
13ad59ac12
Update README
2024-07-19 09:37:57 +02:00
Martin Lund
2259244eb2
Update NEWS
2024-07-19 09:27:23 +02:00
Martin Lund
725423c50c
Add configuration file include directive
...
To include the contents of another configuration file simply do e.g.:
[include raspberrypi.conf]
Also, included file can include other files which can include other
files etc.
This feature is useful for managing many configuration files and sharing
configuration files with others.
2024-07-19 08:49:49 +02:00
Martin Lund
14963032c3
Update TODO
2024-07-15 20:05:28 +02:00
Martin Lund
e1fe232254
Fix shadow variable
2024-07-13 18:36:03 +02:00
Martin Lund
9cafcbcab5
Update README
2024-07-13 17:17:14 +02:00
Martin Lund
f4076258f1
Update man page
2024-07-13 17:09:26 +02:00
Martin Lund
866b5bcb30
Mention how to list key commands in help output
2024-07-13 16:49:19 +02:00
Martin Lund
289bbfd393
Update AUTHORS
2024-07-13 15:14:24 +02:00
Heinrich Schuchardt
68a64ac554
Print correct 'Done' timestamp for X- and Y-modem transfers
...
Closes : #268
Call tio_printf() after completing xymodem_send().
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-07-13 15:10:39 +02:00
Martin Lund
0a95da00f1
Typo fixes
2024-07-11 17:00:37 +02:00
Martin Lund
32d97683f8
Update TODO
2024-07-10 13:27:12 +02:00
Martin Lund
c3654486c7
Fix hex output mode when using normal input mode
...
In this combination of modes the input character was not forwarded to
the tty device. This fix makes sure it is forwarded.
2024-07-10 13:11:28 +02:00
Martin Lund
b5184012c4
Update AUTHORS
2024-07-10 01:48:13 +02:00
Robert Lipe
fc0c6f61d2
Recompute listing_device_name_length_max for MacOS case, too.
2024-07-10 01:46:32 +02:00
Martin Lund
53bb2a6ad1
Fix uptime on MacOS
...
On MacOS the birth time is apparently not available so we use
modification time instead.
2024-07-09 22:12:42 +02:00
Martin Lund
da9f7a6540
Improve warning upon failing connect
...
Add device path to warning when connect fails.
2024-07-09 21:06:22 +02:00
Martin Lund
2a1dae6336
Fix crashy search_reset() on macOS
2024-07-09 16:44:10 +02:00
Martin Lund
ada2db0739
Clean up shadow variable
2024-07-02 19:20:59 +02:00
Martin Lund
14ee38a0d9
Clean up readline code
2024-07-02 19:13:14 +02:00
Martin Lund
2c700a90b0
Code cleanup
2024-07-02 19:11:40 +02:00
Martin Lund
da04c2c444
Improve listing of long device names
2024-07-02 17:41:49 +02:00
Martin Lund
5f70b75e90
Fix listing of serial devices on macOS
2024-07-01 23:11:58 +02:00
Martin Lund
02cac07a77
Bump version
2024-06-29 12:33:55 +02:00
Martin Lund
a3a6b5127f
Update NEWS
2024-06-29 12:22:35 +02:00
Martin Lund
ef6fa8030e
Update version date
2024-06-29 12:19:54 +02:00
Martin Lund
561376696b
Clarify input and output direction of map flags
2024-06-29 12:17:57 +02:00
Martin Lund
d34fa1c1ad
Rename mapping flag MSB2LSB to IMSB2LSB
...
This is the correct naming since we are changing the input bit order on
input from the serial device.
2024-06-29 12:14:34 +02:00
Martin Lund
9022f51ea5
Update NEWS
2024-06-28 11:51:40 +02:00
Martin Lund
4723cc3f4e
Add OIGNCR mapping flag
...
Ignores CR on output to serial device.
2024-06-27 20:09:25 +02:00
Martin Lund
8c471105fe
Fix line input mode ignoring characters ABCD
2024-06-27 18:54:19 +02:00
Martin Lund
b9902bbd78
Fix tainted print
2024-06-27 18:43:16 +02:00
Jakob Haufe
c5afd86b9a
Fix typos
2024-06-15 17:16:23 +02:00
Martin Lund
b756d2e1f1
Bump version
2024-06-15 16:46:20 +02:00