Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/socketw: fix COMMENT | feld | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | net/socketw: Document SSL build requirement, add cflags for SSL | marino | 2016-09-12 | 1 | -1/+2 |
| | | | | Approved by: SSL blanket | ||||
* | SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket C++ | feld | 2016-03-15 | 4 | -0/+36 |
library designed to be easy to use. It supports Unix sockets and TCP/IP sockets with optional SSL/TLS (OpenSSL) support. SocketW allows you to write portable and secure network applications quickly without needing to spend time learning low-level system functions or reading OpenSSL manuals. WWW: https://github.com/RigsOfRods/socketw PR: 206496 Submitted by: Thibault Payet <monwarez@mailoo.org> |