summaryrefslogtreecommitdiff
path: root/drivers/unix/net_socket_posix.cpp
AgeCommit message (Expand)Author
2019-06-21Merge pull request #29935 from Faless/net/get_if_multicast_prRémi Verschelde
2019-06-21Multicast support in NetSocket/PacketPeerUDPFabio Alessandrelli
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-05-02Ignore a warning in _get_socket_error (-Wlogical-op).marxin
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
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