summaryrefslogtreecommitdiff
path: root/drivers/unix/net_socket_posix.cpp
AgeCommit message (Expand)Author
2018-11-18Properly accept wildcard when binding IPv4 socket.Fabio Alessandrelli
2018-10-29Server platform works on OS X tooMarcelo Fernandez
2018-10-06Fix warnings in HTML5 build outside platform filesLeon Krause
2018-09-28Remove socket_helper.h after NetSocket refactorFabio Alessandrelli
2018-09-27Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]RĂ©mi Verschelde
2018-09-22Fix Winsock UDP ECONNRESET/ENETRESET bugFabio Alessandrelli
2018-09-22Detect POLLERR revents too in NetSocketPosix.Fabio Alessandrelli
2018-09-22Use select instead of WSAPoll on Windows.Fabio Alessandrelli
2018-09-13Properly initialize Winsock on startupFabio Alessandrelli
2018-09-12New NetSocket interface, BSD/Win implementationFabio Alessandrelli