Martin Lund
f87f470415
Fix pattern matching memory corruption
2025-04-13 13:25:25 +02:00
Martin Lund
2e86718973
Add typos.toml
2025-04-13 08:28:01 +02:00
Martin Lund
013aebcc05
Update NEWS
2025-04-12 09:02:22 +02:00
Martin Lund
b33045189f
Update plain text man page
2025-04-12 08:57:25 +02:00
Martin Lund
600c3d7563
Update version date
2025-04-12 08:55:40 +02:00
Martin Lund
ebce2d4ee9
Bump version
2025-04-12 08:55:11 +02:00
Martin Lund
16b7aee42f
Update NEWS
2025-04-12 08:54:50 +02:00
Martin Lund
d33e275ca3
Update AUTHORS
2025-03-23 07:04:47 +01:00
Samuel Holland
da4074c9a5
Don't add null characters to the expect buffer
...
They prevent regexec() from seeing the remainder of the buffer.
2025-03-23 07:02:56 +01:00
Martin Lund
f716d2ccdd
Update TODO
2025-03-13 15:44:12 +01:00
V
7567e08227
Disable stdout buffering globally
...
This makes it possible to pipe output to other programs cleanly.
2025-03-11 20:46:14 +01:00
Martin Lund
6aca9ffee5
Update AUTHORS
2025-03-10 16:17:56 +01:00
Lubov66
f5740dbf31
docs: edited the license date
2025-03-10 16:12:53 +01:00
Lubov66
d163afc6b1
Update README.md
2025-03-10 11:37:32 +01:00
Lubov66
1b60dd1ae7
Update README.md
2025-03-10 11:07:03 +01:00
Martin Lund
795ef28f79
Update TODO
2025-02-25 16:16:24 +01:00
Martin Lund
8e155c9276
Update TODO
2025-02-23 16:26:28 +01:00
Martin Lund
6831ad0eae
Fix parsing of timestamp options
2025-02-15 20:27:53 +01:00
Martin Lund
8f7bf2fd2c
codeql: Upgrade to upload-artifact@v4
2025-02-08 02:58:02 +01:00
Martin Lund
f389f11669
Update plaintext man page
2025-01-26 16:41:24 +01:00
Martin Lund
37994b3cc5
Add character mapping examples
2025-01-25 15:09:07 +01:00
Jakob Haufe
27f8f2c4e6
Manpage: Fix backslash encoding
...
Literal backslash needs to be written as \e.
2024-12-01 14:32:56 +01:00
Martin Lund
01e637cdf4
Update NEWS
2024-11-30 12:40:48 +01:00
Martin Lund
1b2a0ea130
Update version date
2024-11-30 12:12:09 +01:00
Martin Lund
b8135ea639
Rename git version to simply version
2024-11-30 11:37:27 +01:00
Martin Lund
c49faa7337
Clean up lua API
...
Rename modem_send() to send()
Rename send to write()
2024-11-30 11:09:43 +01:00
Martin Lund
4511d74a9e
Update AUTHORS
2024-11-07 22:17:26 +01:00
Keith Hill
afd82f7ac4
+ Add system timestamps to lua read() and new lua read_line() per global options
...
+ Add missing timestamp-format epoch
+ Update send_ to use fsync and tcdrain like normal tty_sync does
+ Rework read_line to save partial line at timeout
+ Simplified read_line to reduce cyclomatic complexity
+ renamed example files read.lua and read_line.lua
+ moved #define READ_LINE_SIZE to top of file
+ renamed g_linebuf to linebuf, and moved it into read_line as a static variable
2024-11-07 21:45:06 +01:00
Martin Lund
db3f109c7d
Zero initialize buffer in read_string()
2024-11-07 18:05:32 +01:00
Martin Lund
ab678e6c88
Use version from git
2024-10-25 19:35:13 +02:00
Martin Lund
330e99381e
Fix memory leak in base62_encode()
2024-10-25 18:26:59 +02:00
Martin Lund
7e314b2cc3
Update TODO
2024-10-17 18:53:36 +02:00
Martin Lund
4fb034858a
Update AUTHORS
2024-10-15 17:22:34 +02:00
Martin Lund
d494b9d3ac
Update README
2024-09-25 20:51:40 +02:00
konosubakonoakua
4034d0ad51
Update readme.md
...
Update readme.md issue part
Update readme.md issue part
2024-09-25 17:34:06 +02: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