aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/socket
Commit message (Expand)AuthorAgeFilesLines
* More clang-tidy fixesJack Lloyd2022-02-102-2/+12
* Remove raw new in socket codeJack Lloyd2021-04-052-4/+4
* Fix some maintainer mode warningsJack Lloyd2020-02-112-5/+7
* Merge GH #2215 Use .lib suffix consistently on WindowsJack Lloyd2019-12-071-1/+1
|\
| * Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* | Fix MSVC warnings in socket utilsJack Lloyd2019-12-062-14/+18
|/
* FreeBSD build fix.David Carlier2019-10-241-0/+2
* silence trivial warningsNuno Goncalves2019-10-203-0/+7
* Avoid Coverity warning about unreachable codeJack Lloyd2019-10-181-2/+4
* Add UDP clientNuno Goncalves2019-10-143-0/+412
* Add URI class to parse IPv4, IPv6 and domain names together with port numberNuno Goncalves2019-10-142-0/+232
* Style fixNuno Goncalves2019-10-141-11/+5
* Fix various MSVC warningsJack Lloyd2019-06-291-4/+7
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-131-1/+1
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-271-3/+3
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-15/+16
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+1
* Small fixes for QNX [ci skip]Jack Lloyd2018-10-121-0/+1
* Remove debug printfJack Lloyd2018-05-221-1/+1
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-5/+5
* Disable sockets on MinGWJack Lloyd2017-12-301-3/+3
* Fix socket libs for SolarisJack Lloyd2017-12-231-0/+1
* Fix build issue on HaikuJack Lloyd2017-12-232-0/+2
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-201-2/+2
* Windows has a different return typeJack Lloyd2017-12-171-2/+4
* Merge BSD and Winsock variations togetherJack Lloyd2017-12-171-105/+61
* Missing includeJack Lloyd2017-12-171-0/+1
* Handle timeouts in BSD socketsJack Lloyd2017-12-171-5/+61
* Add timeouts to Asio socketsJack Lloyd2017-12-173-0/+429