aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/socket
Commit message (Expand)AuthorAgeFilesLines
* 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