1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-14 05:16:52 +00:00
Commit graph

149 commits

Author SHA1 Message Date
Gerhard
b57d8668ec Added POSIXMQ-WRITE; warn on maxmsg,msgsize failure; doc 2025-02-18 12:34:15 +01:00
Gerhard
436d764029 Small fixes with tests, logs, comments, and doc 2025-02-17 20:39:06 +01:00
Gerhard
186a323c2d Improved README; explained benefit of UDP-DATAGRAM 2025-02-13 14:40:24 +01:00
Gerhard
52e2e5a277 Corrected lots of misspellings etc. 2025-02-13 14:33:06 +01:00
Gerhard
c8aec28b82 Added options setsockopt-socket and setsockopt-connected 2025-02-13 11:25:09 +01:00
Gerhard Rieger
c4844692f3 New alias POSIXMQ for POSIXMQ-BIDIRECTIONAL 2025-01-29 22:56:13 +01:00
Gerhard Rieger
1ea37d48c2 Fixed o-creat, o-excl, and o-cloexec with POSIXMQ-* 2025-01-29 22:56:06 +01:00
Gerhard Rieger
25d2f746d9 Added options posixmq-maxmsg and posixmq-msgsize 2025-01-29 22:56:00 +01:00
Gerhard Rieger
663a6bb012 Added option posixmq-flush 2025-01-29 22:55:51 +01:00
Gerhard Rieger
9bf5fc625c POSIXMQ-RECV takes option o-nonblock 2025-01-29 22:55:45 +01:00
Gerhard Rieger
29f9e4db92 Test script socks5server-echo.sh for new tests SOCKS5CONNECT_TCP4 and SOCKS5LISTEN_TCP4 2025-01-29 22:21:19 +01:00
Gerhard Rieger
e7df880af5 Fixed ignoring of explicit socksport in socks5 addresses (regression) 2025-01-29 21:59:56 +01:00
Gerhard Rieger
c4f569e367 Socks5 with 3 args and option socksport 2024-08-24 14:22:49 +02:00
Gerhard Rieger
642b729622 More docu fixes 2024-08-24 14:21:55 +02:00
Gerhard Rieger
689b133817 Fixed a lot of typos in docu 2024-08-24 14:21:42 +02:00
Gerhard Rieger
868998eb60 Mitigated regressions of 1.8.0.0 with TCP-LISTEN e.a. by making -4 the default 2024-08-24 14:20:32 +02:00
Gerhard Rieger
93e6685766 Added option ai-all 2024-08-05 08:50:40 +02:00
Gerhard Rieger
42e20ed278 -T 0 now means 0.0s instead of no timeout 2024-06-29 09:20:47 +02:00
Gerhard Rieger
2da070164d Version 1.8.0.0 2023-11-13 20:08:54 +01:00
Gerhard Rieger
c9ff62744f Corrections for better 32bit systems support, and some minor fixes 2023-11-13 20:08:23 +01:00
Gerhard Rieger
2cfc39e9e5 UDP-Lite (UDPlite) support 2023-11-11 17:18:06 +01:00
Gerhard Rieger
a846b94e6c Implementation of DCCP socket addresses 2023-11-06 22:01:50 +01:00
Gerhard Rieger
e015aaaee6 New option f-setpipe-sz 2023-11-06 21:36:37 +01:00
Gerhard Rieger
b2914a0cf3 New option bind-tempname for parallel UNIX domain SENDTO clients 2023-11-06 20:40:49 +01:00
Gerhard Rieger
6125ed4e4e New option chdir (cd) 2023-11-06 08:15:42 +01:00
Gerhard Rieger
e5cbf2feeb Restrict option umask to the address it is applied to 2023-11-06 07:56:33 +01:00
Gerhard Rieger
254958a34d Added option res-nsaddr 2023-11-06 07:56:23 +01:00
Gerhard Rieger
282db9feda Added options res-retrans, res-retry 2023-11-06 06:19:18 +01:00
Gerhard Rieger
03f028a985 New feature SHELL address 2023-11-05 22:19:21 +01:00
Gerhard Rieger
7d6295114b New feature POSIX message queues (MQ) 2023-11-05 20:48:35 +01:00
Gerhard Rieger
e1aadc577d xioopen() checks r/w mode of addresses 2023-11-05 20:48:20 +01:00
Gerhard Rieger
7b66b53f93 Added socks5 client feature for connect and listen (experimental) 2023-11-05 20:46:22 +01:00
Gerhard Rieger
ebacb7c4e8 New address ACCEPT-FD 2023-11-05 19:40:50 +01:00
Gerhard Rieger
c311542e11 New address SOCKETPAIR for echoing datagrams 2023-11-05 19:40:37 +01:00
Gerhard Rieger
f152c55584 New option netns for network namespace setting 2023-11-05 19:40:22 +01:00
Gerhard Rieger
c82e3df210 Options res-* now apply to whole open phase 2023-11-05 19:39:01 +01:00
Gerhard Rieger
b14e65c42a New option ai-v4mapped 2023-11-05 16:29:58 +01:00
Gerhard Rieger
277f0d755d Preferred IP version sorts getaddrionf() results 2023-11-05 13:59:14 +01:00
Gerhard Rieger
2d282f5608 Added AI_PASSIVE handling and option ai-passive 2023-11-05 13:58:07 +01:00
Gerhard Rieger
4e00a345b4 Mechanism for ai-* options; new option ai-addrconfig 2023-11-05 13:56:58 +01:00
Gerhard Rieger
2a9623d61c SO_REUSEADDR per default on TCP LISTEN; so-reuseaddr= 2023-10-26 19:45:01 +02:00
Gerhard Rieger
b5640dd707 New option retrieve-vlan (experimental) 2023-10-26 19:13:08 +02:00
Gerhard Rieger
11d1e9e11f Use PACKET_IGNORE_OUTGOING when available; a few corrections and renamings for raw sockets and ancillary messages 2023-10-26 19:12:38 +02:00
Gerhard Rieger
47af17dbf2 Interface flags now defined with INTERFACE, inherited by TUN 2023-10-26 19:08:26 +02:00
Gerhard Rieger
8c9b185890 New option children-shutup 2023-10-26 18:50:29 +02:00
Gerhard Rieger
fe4444a70b ECONNRESET,EPIPE on read() and shutdown() are now errors 2023-10-26 18:45:26 +02:00
Gerhard Rieger
d10dd8a03e New option sitout-eio 2023-10-26 18:43:40 +02:00
Gerhard Rieger
c2196d6f15 Output statistics per option and SIGUSR1 2023-10-26 18:42:41 +02:00
Gerhard Rieger
2af6089436 Socat option -r,-R path specifications allow use of variables 2023-10-26 16:57:39 +02:00
Gerhard Rieger
9faf068949 New options so-rcvtimeo, so-sndtimeo 2023-10-26 16:48:37 +02:00