tio/src
Mingjie Shen 6720da3b88 Check return values of sscanf()
Failing to check that a call to 'sscanf' actually writes to an output
variable can lead to unexpected behavior at reading time.
2024-03-24 11:03:51 +01:00
..
bash-completion Add map FF to ESC-c on input 2024-02-12 22:22:20 +01:00
alert.c Add visual or audible alert support on connect/disconnect 2022-09-10 22:33:42 +02:00
alert.h Cleanup 2022-09-10 23:31:02 +02:00
configfile.c Add support for disabling prefix key handling 2024-02-19 16:51:02 +01:00
configfile.h Simplify configfile implementation 2022-10-17 00:23:26 +02:00
error.c Clean up indentation 2022-09-18 19:20:12 +02:00
error.h Cleanup error printing routines 2022-07-11 23:18:19 +02:00
log.c Add --log-append option 2023-04-28 20:50:34 +02:00
log.h Add key command to toggle log on/off 2022-11-23 17:24:54 +01:00
main.c Revert "Make quit hint more explicit" 2023-09-19 21:21:59 +02:00
meson.build Fix meson source listing 2023-09-16 12:20:34 +02:00
misc.c Consolidate timestamp implementation in one file 2022-09-10 23:29:23 +02:00
misc.h Add xmodem and ymodem file send support (#208) 2023-09-16 12:17:38 +02:00
options.c Check return values of sscanf() 2024-03-24 11:03:51 +01:00
options.h Add support for disabling prefix key handling 2024-02-19 16:51:02 +01:00
print.c Clean up indentation 2022-09-18 19:20:12 +02:00
print.h Clean up indentation 2022-09-18 19:20:12 +02:00
rs485.c Check return values of sscanf() 2024-03-24 11:03:51 +01:00
rs485.h Add experimental RS-485 support 2022-09-10 17:52:54 +02:00
setspeed.c avoid "warning: unused parameter" on setspeed stub 2023-03-20 20:00:50 +00:00
setspeed.h Simplify arbitrary baudrate code 2022-07-12 12:09:09 +02:00
signals.c Ignore SIGPIPE signals 2022-08-17 16:51:15 -07:00
signals.h Handle SIGHUP 2022-03-18 19:19:11 +01:00
socket.c Move map variables to tty to keep them all in one spot 2023-04-14 15:00:03 -07:00
socket.h Move map variables to tty to keep them all in one spot 2023-04-14 15:00:03 -07:00
timestamp.c spelling: timestamp 2023-04-03 17:40:32 -04:00
timestamp.h Consolidate timestamp implementation in one file 2022-09-10 23:29:23 +02:00
tty.c Add support for disabling prefix key handling 2024-02-19 16:51:02 +01:00
tty.h Move map variables to tty to keep them all in one spot 2023-04-14 15:00:03 -07:00
xymodem.c Increase header size for ymodem 2023-09-16 15:03:38 +02:00