summaryrefslogtreecommitdiffstats
path: root/drivers/unix/net_socket_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-4/+4
* Properly accept wildcard when binding IPv4 socket.Fabio Alessandrelli2018-11-181-2/+1
* Server platform works on OS X tooMarcelo Fernandez2018-10-291-1/+1
* Fix warnings in HTML5 build outside platform filesLeon Krause2018-10-061-4/+0
* Remove socket_helper.h after NetSocket refactorFabio Alessandrelli2018-09-281-4/+4
* Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]Rémi Verschelde2018-09-271-1/+1
* Fix Winsock UDP ECONNRESET/ENETRESET bugFabio Alessandrelli2018-09-221-0/+21
* Detect POLLERR revents too in NetSocketPosix.Fabio Alessandrelli2018-09-221-0/+1
* Use select instead of WSAPoll on Windows.Fabio Alessandrelli2018-09-221-4/+51
* Properly initialize Winsock on startupFabio Alessandrelli2018-09-131-1/+18
* New NetSocket interface, BSD/Win implementationFabio Alessandrelli2018-09-121-0/+535