aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/socket/socket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warnings in socket utilsJack Lloyd2019-12-061-7/+9
* silence trivial warningsNuno Goncalves2019-10-201-0/+3
* 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
* 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 build issue on HaikuJack Lloyd2017-12-231-0/+1
* 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
* Handle timeouts in BSD socketsJack Lloyd2017-12-171-5/+61
* Add timeouts to Asio socketsJack Lloyd2017-12-171-0/+353