aboutsummaryrefslogtreecommitdiff
path: root/net/socketw
Commit message (Collapse)AuthorAgeFilesLines
* net/socketw: Fix build with OpenSSL > 1.1Koichiro Iwao2019-03-121-0/+83
| | | | | | | | | | PR: 232309 Reviewed by: Thibault Payet <monwarez@mailoo.org> (maintainer) MFH: 2019Q1 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=495446
* net/socketw: Update to 3.10.26.20180918Steve Wills2018-10-142-5/+7
| | | | | | | | PR: 232222 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer) Notes: svn path=/head/; revision=482108
* net/socketw: fix COMMENTMark Felder2017-01-091-1/+1
| | | | Notes: svn path=/head/; revision=431037
* net/socketw: Document SSL build requirement, add cflags for SSLJohn Marino2016-09-121-1/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421932
* SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket C++Mark Felder2016-03-154-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> Notes: svn path=/head/; revision=411158