Martin Lund
|
eb24e7215b
|
Merge pull request #152 from sly74fr/feature/macos_socket_build
Add missing 'string.h' include.
|
2022-07-04 17:56:21 +02:00 |
|
Martin Lund
|
e426323d93
|
Bump version
|
2022-07-04 17:49:28 +02:00 |
|
Martin Lund
|
44e99ffcb0
|
Merge pull request #151 from ZeroMemoryEx/master
handle malloc failure
|
2022-07-04 17:44:20 +02:00 |
|
Sylvain LAFRASSE
|
16d6807de7
|
Add missing 'string.h' include.
|
2022-07-04 17:34:38 +02:00 |
|
V2
|
c10c47343e
|
Update configfile.c
|
2022-07-04 16:31:32 +01:00 |
|
Martin Lund
|
daa8cd39f3
|
Update version date
|
2022-07-04 17:06:18 +02:00 |
|
Martin Lund
|
5d62c2947b
|
Update ChangeLog
|
2022-07-04 16:44:32 +02:00 |
|
Martin Lund
|
58568ed630
|
Update man page
|
2022-07-04 15:45:28 +02:00 |
|
Martin Lund
|
a3f5f6414b
|
Cleanup
|
2022-07-04 12:00:24 +02:00 |
|
Martin Lund
|
233152f0db
|
Update README
|
2022-07-04 09:29:55 +02:00 |
|
Martin Lund
|
1a9b983dcd
|
Update man page
|
2022-07-03 22:29:26 +02:00 |
|
Martin Lund
|
e61e2d3820
|
Update README
|
2022-07-03 19:44:58 +02:00 |
|
Martin Lund
|
b72fae4c87
|
Cleanup
|
2022-07-03 18:28:51 +02:00 |
|
Martin Lund
|
5bf7ae6382
|
Update doc
|
2022-07-03 14:58:04 +02:00 |
|
Martin Lund
|
2bc8cf4206
|
Update doc
|
2022-07-03 13:51:01 +02:00 |
|
Martin Lund
|
5daabf88d9
|
Update README
|
2022-07-03 13:21:58 +02:00 |
|
Martin Lund
|
4ca7375cac
|
Update doc
|
2022-07-03 13:18:52 +02:00 |
|
Martin Lund
|
db88a9d664
|
Rename --hex-mode to --hexadecimal
|
2022-07-03 00:47:18 +02:00 |
|
Martin Lund
|
1b91fd9f69
|
Rename --hex-mode to --hexadecimal
|
2022-07-01 13:16:14 +02:00 |
|
Martin Lund
|
3553fc765e
|
Update text
|
2022-06-30 15:20:38 +02:00 |
|
Martin Lund
|
538e81cbe5
|
Update man page
|
2022-06-26 00:00:36 +02:00 |
|
Martin Lund
|
4b912981c3
|
Update README
|
2022-06-25 13:57:04 +02:00 |
|
Martin Lund
|
0b4dfbe4d3
|
Update README
|
2022-06-25 11:06:35 +02:00 |
|
Martin Lund
|
98c96dba52
|
Enable buffered writing
Read block of bytes from input and process same block for output. This
will speed things up by reducing I/O overhead.
|
2022-06-24 17:21:17 +02:00 |
|
Martin Lund
|
d522527c49
|
Enable buffered reading
Read block of bytes from input and process byte by byte for output. This
will speed things up by reducing I/O overhead.
|
2022-06-24 17:18:08 +02:00 |
|
Martin Lund
|
4e08c68533
|
Refactoring
|
2022-06-24 00:17:45 +02:00 |
|
Martin Lund
|
941e8d5b04
|
Cleanup
|
2022-06-23 20:47:07 +02:00 |
|
Martin Lund
|
a947985651
|
Optimization
|
2022-06-22 21:27:11 +02:00 |
|
Martin Lund
|
ac25e7434c
|
Cleanup
|
2022-06-22 11:23:57 +02:00 |
|
Martin Lund
|
a0f3f9d9b7
|
Cleanup stdout flushing
Flushing is not needed since we disabled buffering of stdout.
|
2022-06-22 01:03:59 +02:00 |
|
Martin Lund
|
4c611e6767
|
Cleanup log code
|
2022-06-22 00:22:18 +02:00 |
|
Martin Lund
|
c82b7e2ecc
|
Cleanup
|
2022-06-21 22:32:24 +02:00 |
|
Martin Lund
|
3d65e62e52
|
Simplify stdout_configure() code
|
2022-06-21 19:28:04 +02:00 |
|
Martin Lund
|
f62e2f972b
|
Simplify stdin_configure() code
|
2022-06-21 19:19:05 +02:00 |
|
Martin Lund
|
e72a2ede76
|
Update man page
|
2022-06-21 12:26:29 +02:00 |
|
Martin Lund
|
d7a95ed383
|
Update README
|
2022-06-21 01:14:06 +02:00 |
|
Martin Lund
|
b46dcc46ac
|
Update text
|
2022-06-17 14:25:50 +02:00 |
|
Martin Lund
|
1bd663086a
|
Update TODO
|
2022-06-17 12:23:15 +02:00 |
|
Martin Lund
|
1f94fe2c9a
|
Bump version
|
2022-06-17 12:21:59 +02:00 |
|
Martin Lund
|
09240c9ad7
|
Update version date
|
2022-06-17 11:54:01 +02:00 |
|
Martin Lund
|
574d5620b2
|
Update general tio description
|
2022-06-17 11:36:23 +02:00 |
|
Martin Lund
|
1f4a50cc9f
|
Update text
|
2022-06-17 11:27:47 +02:00 |
|
Martin Lund
|
edcd3c3c3d
|
Update ChangeLog
|
2022-06-17 11:14:13 +02:00 |
|
Martin Lund
|
18de31a4c3
|
Cleanup man page
|
2022-06-17 11:00:42 +02:00 |
|
Martin Lund
|
1dabf0fdf5
|
Add config support for log-strip
|
2022-06-17 10:59:59 +02:00 |
|
Martin Lund
|
f48402f7ed
|
Add config support for hex-mode
|
2022-06-17 10:58:55 +02:00 |
|
Martin Lund
|
1b2f445ed9
|
Rename --hex to --hex-mode
|
2022-06-17 10:57:29 +02:00 |
|
Martin Lund
|
a826bf4fcb
|
Fix completion for -e, --local-echo
|
2022-06-17 10:19:21 +02:00 |
|
Martin Lund
|
858b898bbb
|
Ignore newlines in hex output
|
2022-06-17 10:06:13 +02:00 |
|
Martin Lund
|
4b928a54b2
|
Fix newline in warning_printf()
|
2022-06-17 09:56:16 +02:00 |
|