Gerhard Rieger
|
967e2b24b5
|
AIX: Fixed configure and compile issues
|
2022-01-06 14:14:44 +01:00 |
|
Gerhard Rieger
|
25cef1c540
|
Corrected gettimeofday() handling
|
2021-10-31 13:04:12 +01:00 |
|
Gerhard Rieger
|
39e24c2b06
|
The call "socat -r - PIPE" traced to file ./- instead of issuing a syntax error
|
2021-10-31 11:47:53 +01:00 |
|
Gerhard Rieger
|
2fe44bbd78
|
Fixed -r, -R to named pipe "No such device or address" error
|
2021-10-31 11:46:38 +01:00 |
|
Gerhard Rieger
|
1a1cbb1598
|
Option -R did not only dump right-to-left, but also left-to-right traffic
|
2021-10-31 11:45:05 +01:00 |
|
Gerhard Rieger
|
45ad4018b0
|
More corrections to recent changes and from systematic tests
|
2021-01-03 16:56:50 +01:00 |
|
Gerhard Rieger
|
1502f0cdcb
|
Added VSOCK stream addresses
|
2020-12-31 15:34:56 +01:00 |
|
Gerhard Rieger
|
e765898d38
|
New options -r, -R for raw data dumps
|
2020-12-31 13:23:54 +01:00 |
|
Gerhard Rieger
|
55518fa690
|
Align buffer for read() with flag O_DIRECT
|
2020-12-29 05:17:53 +01:00 |
|
Gerhard Rieger
|
f34e8a4dc1
|
Mitigated race condition of SYSTEM,EXEC child processes
|
2020-12-28 11:10:03 +01:00 |
|
Gerhard Rieger
|
8e6b341f59
|
Fixed possible integer overflow with option -b
|
2020-10-30 09:13:21 +01:00 |
|
Gerhard Rieger
|
12f7833a8f
|
Socat printed the "socket ... is at EOF" message multiple times
|
2020-01-04 10:28:59 +01:00 |
|
Gerhard Rieger
|
710c54a254
|
Permit -dd; print a useful error message when single character options appear to be merged
|
2019-03-03 15:08:02 +01:00 |
|
Gerhard Rieger
|
d7473dbac6
|
Corrected mention of SSL-LISTEN and SSL-CONNECT in doc; more minor corrections
|
2017-01-08 11:50:11 +01:00 |
|
Gerhard Rieger
|
6b596b8852
|
SIGSEGV and other signals could lead to a 100% CPU loop
|
2016-12-09 21:59:05 +01:00 |
|
Gerhard Rieger
|
d34493c18d
|
Added contributors to copyright notices
|
2016-12-09 21:46:02 +01:00 |
|
Gerhard Rieger
|
3ee5ac5275
|
Debian Bug 764251: Set the build timestamp to a deterministic time
|
2015-01-23 18:41:04 +01:00 |
|
Gerhard Rieger
|
ca872c9a9f
|
Fixed memory leaks
|
2015-01-23 18:38:37 +01:00 |
|
Gerhard Rieger
|
2f40a439cb
|
Check OpenSSL peers commonName+subjectAltName; new option openssl-commonname
|
2015-01-12 23:34:47 +01:00 |
|
Gerhard Rieger
|
466cb7921c
|
Option ignoreeof on the right address hung
|
2015-01-12 22:19:01 +01:00 |
|
Gerhard Rieger
|
2af0495cc6
|
Made code async-signal-safe
|
2015-01-12 21:46:16 +01:00 |
|
Gerhard Rieger
|
aae035c5b9
|
option -x prints info about packet
|
2010-12-08 10:58:25 +01:00 |
|
Gerhard Rieger
|
50be6b25cf
|
version 1.7.0.1
|
2009-04-01 16:50:51 +02:00 |
|
Gerhard Rieger
|
5999bbc1b8
|
under some circumstances shutdown was called multiple times for the same fd
|
2008-10-28 21:07:47 +01:00 |
|
Gerhard Rieger
|
674166acbd
|
socat.c: adapted xiopoll() messages for struct timeval
|
2008-10-14 22:15:18 +02:00 |
|
Gerhard Rieger
|
b0d29f8dc7
|
MacOSX port: xiopoll() uses Select(), except when too many fds
|
2008-09-29 21:18:58 +02:00 |
|
Gerhard Rieger
|
8287a65d1a
|
MacOSX port: issue error when poll gives POLLNVAL
|
2008-09-26 08:13:19 +02:00 |
|
Gerhard Rieger
|
3684e5daa0
|
added genericsocket to -V
|
2008-09-24 16:15:11 +02:00 |
|
Gerhard Rieger
|
784e378ede
|
merged feature raw network interface
|
2008-09-23 00:09:19 +02:00 |
|
Gerhard Rieger
|
91057b0b68
|
merged feature sctp streams
|
2008-09-22 23:21:26 +02:00 |
|
Gerhard Rieger
|
2ffe5a324e
|
merged features ancillary, envvar
|
2008-09-22 22:17:55 +02:00 |
|
Gerhard Rieger
|
de910892f2
|
new address "interface" for transparent network interface handling
|
2008-09-20 23:37:56 +02:00 |
|
Gerhard Rieger
|
c86345a615
|
new address option "escape" allows to break a socat instance
|
2008-09-20 23:01:10 +02:00 |
|
Gerhard Rieger
|
0e1eb7e4b4
|
in ignoreeof mode socat also blocked data transfer in the other direction
|
2008-09-19 09:03:59 +02:00 |
|
Gerhard Rieger
|
f8496421f9
|
some raw IP and UNIX datagram modes failed on BSD systems; test.sh: more stable timing, corrections for BSD
|
2008-09-14 18:33:28 +02:00 |
|
Gerhard Rieger
|
1924e17cf0
|
replaced select() by poll() in comments
|
2008-09-04 23:42:52 +02:00 |
|
Gerhard Rieger
|
a1c0e96592
|
replaced the select() calls by poll()
|
2008-07-24 21:51:38 +02:00 |
|
Gerhard Rieger
|
8fbff188e1
|
replaced FOPEN_MAX with FD_SETSIZE
|
2008-02-01 22:26:01 +01:00 |
|
Gerhard Rieger
|
df493f126e
|
replaced RCS ID's by source file names
|
2008-01-28 22:37:16 +01:00 |
|
Gerhard Rieger
|
b819572f5e
|
socat V1.6.0.0 (initial GIT commit)
|
2008-01-27 13:00:08 +01:00 |
|