├── BUGREPORTS ├── CHANGES ├── COPYING ├── COPYING.OpenSSL ├── Config ├── Makefile.AIX-5-3 ├── Makefile.Cygwin-1-5-25 ├── Makefile.DragonFly-2-8-2 ├── Makefile.FreeBSD-6-1 ├── Makefile.Linux-2-6-24 ├── Makefile.MacOSX-10-5 ├── Makefile.NetBSD-5-1 ├── Makefile.OpenBSD-4-3 ├── Makefile.SunOS-5-10 ├── config.AIX-5-3.h ├── config.Cygwin-1-5-25.h ├── config.DragonFly-2-8-2.h ├── config.FreeBSD-6-1.h ├── config.Linux-2-6-24.h ├── config.MacOSX-10-5.h ├── config.NetBSD-5-1.h ├── config.OpenBSD-4-3.h └── config.SunOS-5-10.h ├── DEVELOPMENT ├── EXAMPLES ├── FAQ ├── FILES ├── Makefile.in ├── PORTING ├── README ├── README.FIPS ├── README.md ├── SECURITY ├── VERSION ├── compat.h ├── config.h.in ├── configure ├── configure.ac ├── configure.in ├── daemon.sh ├── dalan.c ├── dalan.h ├── doc ├── dest-unreach.css ├── socat-genericsocket.html ├── socat-multicast.html ├── socat-openssltunnel.html ├── socat-tun.html ├── socat.1 ├── socat.html ├── socat.yo └── xio.help ├── error.c ├── error.h ├── fdname.c ├── filan.c ├── filan.h ├── filan_main.c ├── ftp.sh ├── gatherinfo.sh ├── hostan.c ├── hostan.h ├── install-sh ├── mail.sh ├── mytypes.h ├── nestlex.c ├── nestlex.h ├── procan-cdefs.c ├── procan.c ├── procan.h ├── procan_main.c ├── proxy.sh ├── proxyecho.sh ├── readline-test.sh ├── readline.sh ├── snprinterr.c ├── snprinterr.h ├── socat.c ├── socat.spec ├── socat_buildscript_for_android.sh ├── socks4a-echo.sh ├── socks4echo.sh ├── sslcls.c ├── sslcls.h ├── sycls.c ├── sycls.h ├── sysincludes.h ├── sysutils.c ├── sysutils.h ├── test.sh ├── utils.c ├── utils.h ├── vsnprintf_r.c ├── vsnprintf_r.h ├── xio-ascii.c ├── xio-ascii.h ├── xio-creat.c ├── xio-creat.h ├── xio-exec.c ├── xio-exec.h ├── xio-ext2.c ├── xio-ext2.h ├── xio-fd.c ├── xio-fd.h ├── xio-fdnum.c ├── xio-fdnum.h ├── xio-file.c ├── xio-file.h ├── xio-gopen.c ├── xio-gopen.h ├── xio-interface.c ├── xio-interface.h ├── xio-ip.c ├── xio-ip.h ├── xio-ip4.c ├── xio-ip4.h ├── xio-ip6.c ├── xio-ip6.h ├── xio-ipapp.c ├── xio-ipapp.h ├── xio-listen.c ├── xio-listen.h ├── xio-named.c ├── xio-named.h ├── xio-openssl.c ├── xio-openssl.h ├── xio-pipe.c ├── xio-pipe.h ├── xio-process.c ├── xio-process.h ├── xio-progcall.c ├── xio-progcall.h ├── xio-proxy.c ├── xio-proxy.h ├── xio-pty.c ├── xio-pty.h ├── xio-rawip.c ├── xio-rawip.h ├── xio-readline.c ├── xio-readline.h ├── xio-sctp.c ├── xio-sctp.h ├── xio-socket.c ├── xio-socket.h ├── xio-socks.c ├── xio-socks.h ├── xio-stdio.c ├── xio-stdio.h ├── xio-streams.c ├── xio-streams.h ├── xio-system.c ├── xio-system.h ├── xio-tcp.c ├── xio-tcp.h ├── xio-tcpwrap.c ├── xio-tcpwrap.h ├── xio-termios.c ├── xio-termios.h ├── xio-tun.c ├── xio-tun.h ├── xio-udp.c ├── xio-udp.h ├── xio-unix.c ├── xio-unix.h ├── xio.h ├── xioclose.c ├── xioconfig.h ├── xiodiag.c ├── xiodiag.h ├── xioexit.c ├── xiohelp.c ├── xiohelp.h ├── xioinitialize.c ├── xiolayer.c ├── xiolayer.h ├── xiolockfile.c ├── xiolockfile.h ├── xiomodes.h ├── xioopen.c ├── xioopen.h ├── xioopts.c ├── xioopts.h ├── xioparam.c ├── xioread.c ├── xioshutdown.c ├── xiosigchld.c ├── xiosignal.c ├── xiosysincludes.h └── xiowrite.c /BUGREPORTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/BUGREPORTS -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/CHANGES -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.OpenSSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/COPYING.OpenSSL -------------------------------------------------------------------------------- /Config/Makefile.AIX-5-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.AIX-5-3 -------------------------------------------------------------------------------- /Config/Makefile.Cygwin-1-5-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.Cygwin-1-5-25 -------------------------------------------------------------------------------- /Config/Makefile.DragonFly-2-8-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.DragonFly-2-8-2 -------------------------------------------------------------------------------- /Config/Makefile.FreeBSD-6-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.FreeBSD-6-1 -------------------------------------------------------------------------------- /Config/Makefile.Linux-2-6-24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.Linux-2-6-24 -------------------------------------------------------------------------------- /Config/Makefile.MacOSX-10-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.MacOSX-10-5 -------------------------------------------------------------------------------- /Config/Makefile.NetBSD-5-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.NetBSD-5-1 -------------------------------------------------------------------------------- /Config/Makefile.OpenBSD-4-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.OpenBSD-4-3 -------------------------------------------------------------------------------- /Config/Makefile.SunOS-5-10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/Makefile.SunOS-5-10 -------------------------------------------------------------------------------- /Config/config.AIX-5-3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.AIX-5-3.h -------------------------------------------------------------------------------- /Config/config.Cygwin-1-5-25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.Cygwin-1-5-25.h -------------------------------------------------------------------------------- /Config/config.DragonFly-2-8-2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.DragonFly-2-8-2.h -------------------------------------------------------------------------------- /Config/config.FreeBSD-6-1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.FreeBSD-6-1.h -------------------------------------------------------------------------------- /Config/config.Linux-2-6-24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.Linux-2-6-24.h -------------------------------------------------------------------------------- /Config/config.MacOSX-10-5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.MacOSX-10-5.h -------------------------------------------------------------------------------- /Config/config.NetBSD-5-1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.NetBSD-5-1.h -------------------------------------------------------------------------------- /Config/config.OpenBSD-4-3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.OpenBSD-4-3.h -------------------------------------------------------------------------------- /Config/config.SunOS-5-10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Config/config.SunOS-5-10.h -------------------------------------------------------------------------------- /DEVELOPMENT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/DEVELOPMENT -------------------------------------------------------------------------------- /EXAMPLES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/EXAMPLES -------------------------------------------------------------------------------- /FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/FAQ -------------------------------------------------------------------------------- /FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/FILES -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/Makefile.in -------------------------------------------------------------------------------- /PORTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/PORTING -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/README -------------------------------------------------------------------------------- /README.FIPS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/README.FIPS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/SECURITY -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | "1.7.3.3" 2 | -------------------------------------------------------------------------------- /compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/compat.h -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/config.h.in -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/configure.ac -------------------------------------------------------------------------------- /configure.in: -------------------------------------------------------------------------------- 1 | configure.ac -------------------------------------------------------------------------------- /daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/daemon.sh -------------------------------------------------------------------------------- /dalan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/dalan.c -------------------------------------------------------------------------------- /dalan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/dalan.h -------------------------------------------------------------------------------- /doc/dest-unreach.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/dest-unreach.css -------------------------------------------------------------------------------- /doc/socat-genericsocket.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat-genericsocket.html -------------------------------------------------------------------------------- /doc/socat-multicast.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat-multicast.html -------------------------------------------------------------------------------- /doc/socat-openssltunnel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat-openssltunnel.html -------------------------------------------------------------------------------- /doc/socat-tun.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat-tun.html -------------------------------------------------------------------------------- /doc/socat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat.1 -------------------------------------------------------------------------------- /doc/socat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat.html -------------------------------------------------------------------------------- /doc/socat.yo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/socat.yo -------------------------------------------------------------------------------- /doc/xio.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/doc/xio.help -------------------------------------------------------------------------------- /error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/error.c -------------------------------------------------------------------------------- /error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/error.h -------------------------------------------------------------------------------- /fdname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/fdname.c -------------------------------------------------------------------------------- /filan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/filan.c -------------------------------------------------------------------------------- /filan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/filan.h -------------------------------------------------------------------------------- /filan_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/filan_main.c -------------------------------------------------------------------------------- /ftp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/ftp.sh -------------------------------------------------------------------------------- /gatherinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/gatherinfo.sh -------------------------------------------------------------------------------- /hostan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/hostan.c -------------------------------------------------------------------------------- /hostan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/hostan.h -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/install-sh -------------------------------------------------------------------------------- /mail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/mail.sh -------------------------------------------------------------------------------- /mytypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/mytypes.h -------------------------------------------------------------------------------- /nestlex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/nestlex.c -------------------------------------------------------------------------------- /nestlex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/nestlex.h -------------------------------------------------------------------------------- /procan-cdefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/procan-cdefs.c -------------------------------------------------------------------------------- /procan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/procan.c -------------------------------------------------------------------------------- /procan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/procan.h -------------------------------------------------------------------------------- /procan_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/procan_main.c -------------------------------------------------------------------------------- /proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/proxy.sh -------------------------------------------------------------------------------- /proxyecho.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/proxyecho.sh -------------------------------------------------------------------------------- /readline-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/readline-test.sh -------------------------------------------------------------------------------- /readline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/readline.sh -------------------------------------------------------------------------------- /snprinterr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/snprinterr.c -------------------------------------------------------------------------------- /snprinterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/snprinterr.h -------------------------------------------------------------------------------- /socat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/socat.c -------------------------------------------------------------------------------- /socat.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/socat.spec -------------------------------------------------------------------------------- /socat_buildscript_for_android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/socat_buildscript_for_android.sh -------------------------------------------------------------------------------- /socks4a-echo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/socks4a-echo.sh -------------------------------------------------------------------------------- /socks4echo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/socks4echo.sh -------------------------------------------------------------------------------- /sslcls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sslcls.c -------------------------------------------------------------------------------- /sslcls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sslcls.h -------------------------------------------------------------------------------- /sycls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sycls.c -------------------------------------------------------------------------------- /sycls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sycls.h -------------------------------------------------------------------------------- /sysincludes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sysincludes.h -------------------------------------------------------------------------------- /sysutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sysutils.c -------------------------------------------------------------------------------- /sysutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/sysutils.h -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/test.sh -------------------------------------------------------------------------------- /utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/utils.c -------------------------------------------------------------------------------- /utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/utils.h -------------------------------------------------------------------------------- /vsnprintf_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/vsnprintf_r.c -------------------------------------------------------------------------------- /vsnprintf_r.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/vsnprintf_r.h -------------------------------------------------------------------------------- /xio-ascii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ascii.c -------------------------------------------------------------------------------- /xio-ascii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ascii.h -------------------------------------------------------------------------------- /xio-creat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-creat.c -------------------------------------------------------------------------------- /xio-creat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-creat.h -------------------------------------------------------------------------------- /xio-exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-exec.c -------------------------------------------------------------------------------- /xio-exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-exec.h -------------------------------------------------------------------------------- /xio-ext2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ext2.c -------------------------------------------------------------------------------- /xio-ext2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ext2.h -------------------------------------------------------------------------------- /xio-fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-fd.c -------------------------------------------------------------------------------- /xio-fd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-fd.h -------------------------------------------------------------------------------- /xio-fdnum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-fdnum.c -------------------------------------------------------------------------------- /xio-fdnum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-fdnum.h -------------------------------------------------------------------------------- /xio-file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-file.c -------------------------------------------------------------------------------- /xio-file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-file.h -------------------------------------------------------------------------------- /xio-gopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-gopen.c -------------------------------------------------------------------------------- /xio-gopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-gopen.h -------------------------------------------------------------------------------- /xio-interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-interface.c -------------------------------------------------------------------------------- /xio-interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-interface.h -------------------------------------------------------------------------------- /xio-ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip.c -------------------------------------------------------------------------------- /xio-ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip.h -------------------------------------------------------------------------------- /xio-ip4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip4.c -------------------------------------------------------------------------------- /xio-ip4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip4.h -------------------------------------------------------------------------------- /xio-ip6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip6.c -------------------------------------------------------------------------------- /xio-ip6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ip6.h -------------------------------------------------------------------------------- /xio-ipapp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ipapp.c -------------------------------------------------------------------------------- /xio-ipapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-ipapp.h -------------------------------------------------------------------------------- /xio-listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-listen.c -------------------------------------------------------------------------------- /xio-listen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-listen.h -------------------------------------------------------------------------------- /xio-named.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-named.c -------------------------------------------------------------------------------- /xio-named.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-named.h -------------------------------------------------------------------------------- /xio-openssl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-openssl.c -------------------------------------------------------------------------------- /xio-openssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-openssl.h -------------------------------------------------------------------------------- /xio-pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-pipe.c -------------------------------------------------------------------------------- /xio-pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-pipe.h -------------------------------------------------------------------------------- /xio-process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-process.c -------------------------------------------------------------------------------- /xio-process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-process.h -------------------------------------------------------------------------------- /xio-progcall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-progcall.c -------------------------------------------------------------------------------- /xio-progcall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-progcall.h -------------------------------------------------------------------------------- /xio-proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-proxy.c -------------------------------------------------------------------------------- /xio-proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-proxy.h -------------------------------------------------------------------------------- /xio-pty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-pty.c -------------------------------------------------------------------------------- /xio-pty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-pty.h -------------------------------------------------------------------------------- /xio-rawip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-rawip.c -------------------------------------------------------------------------------- /xio-rawip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-rawip.h -------------------------------------------------------------------------------- /xio-readline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-readline.c -------------------------------------------------------------------------------- /xio-readline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-readline.h -------------------------------------------------------------------------------- /xio-sctp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-sctp.c -------------------------------------------------------------------------------- /xio-sctp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-sctp.h -------------------------------------------------------------------------------- /xio-socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-socket.c -------------------------------------------------------------------------------- /xio-socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-socket.h -------------------------------------------------------------------------------- /xio-socks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-socks.c -------------------------------------------------------------------------------- /xio-socks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-socks.h -------------------------------------------------------------------------------- /xio-stdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-stdio.c -------------------------------------------------------------------------------- /xio-stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-stdio.h -------------------------------------------------------------------------------- /xio-streams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-streams.c -------------------------------------------------------------------------------- /xio-streams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-streams.h -------------------------------------------------------------------------------- /xio-system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-system.c -------------------------------------------------------------------------------- /xio-system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-system.h -------------------------------------------------------------------------------- /xio-tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tcp.c -------------------------------------------------------------------------------- /xio-tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tcp.h -------------------------------------------------------------------------------- /xio-tcpwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tcpwrap.c -------------------------------------------------------------------------------- /xio-tcpwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tcpwrap.h -------------------------------------------------------------------------------- /xio-termios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-termios.c -------------------------------------------------------------------------------- /xio-termios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-termios.h -------------------------------------------------------------------------------- /xio-tun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tun.c -------------------------------------------------------------------------------- /xio-tun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-tun.h -------------------------------------------------------------------------------- /xio-udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-udp.c -------------------------------------------------------------------------------- /xio-udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-udp.h -------------------------------------------------------------------------------- /xio-unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-unix.c -------------------------------------------------------------------------------- /xio-unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio-unix.h -------------------------------------------------------------------------------- /xio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xio.h -------------------------------------------------------------------------------- /xioclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioclose.c -------------------------------------------------------------------------------- /xioconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioconfig.h -------------------------------------------------------------------------------- /xiodiag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiodiag.c -------------------------------------------------------------------------------- /xiodiag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiodiag.h -------------------------------------------------------------------------------- /xioexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioexit.c -------------------------------------------------------------------------------- /xiohelp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiohelp.c -------------------------------------------------------------------------------- /xiohelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiohelp.h -------------------------------------------------------------------------------- /xioinitialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioinitialize.c -------------------------------------------------------------------------------- /xiolayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiolayer.c -------------------------------------------------------------------------------- /xiolayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiolayer.h -------------------------------------------------------------------------------- /xiolockfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiolockfile.c -------------------------------------------------------------------------------- /xiolockfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiolockfile.h -------------------------------------------------------------------------------- /xiomodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiomodes.h -------------------------------------------------------------------------------- /xioopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioopen.c -------------------------------------------------------------------------------- /xioopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioopen.h -------------------------------------------------------------------------------- /xioopts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioopts.c -------------------------------------------------------------------------------- /xioopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioopts.h -------------------------------------------------------------------------------- /xioparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioparam.c -------------------------------------------------------------------------------- /xioread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioread.c -------------------------------------------------------------------------------- /xioshutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xioshutdown.c -------------------------------------------------------------------------------- /xiosigchld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiosigchld.c -------------------------------------------------------------------------------- /xiosignal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiosignal.c -------------------------------------------------------------------------------- /xiosysincludes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiosysincludes.h -------------------------------------------------------------------------------- /xiowrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3ndG4me/socat/HEAD/xiowrite.c --------------------------------------------------------------------------------