| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use TCPServer SO_REUSEADDR
|
|
|
|
|
|
Add _WIN32_WINNT definition to Avoid Windows Compilation Errors
|
|
the line #define _WIN32_WINNT 0x0501 will cause ws2tcpip.h to implement the missing functions freeaddrinfo, getaddrinfo and getnameinfo on windows
|
|
Port inet_ntop and inet_pton for WIN32
|
|
Fix warning: variable 'udpsock' set but not used
|
|
Without these functions, compilation fails on MinGW
|
|
|
|
|
|
|
|
This reverts commit 02daa2509dac1b1631f06842b258cd08b31e3a63.
|
|
|
|
Changed Windows IO overrides to use sysread and syswrite instead
|
|
|
|
added SO_NOSIGPIPE
|
|
|
|
Added functioning read for Win32
|
|
|
|
Win32 Port
|
|
improper usages of mrb_sys_fail
|
|
appropriate
|
|
|
|
|
|
targets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without this, mirb dies.
https://github.com/mruby/mruby/pull/2666
|
|
|
|
|
|
|
|
|
|
Add TCP_* constants included in "netinet/tcp.h".
|
|
ex: TCP_NODELAY, TCP_CORK, ...
|
|
|
|
|
|
OpenSolaris/Illumos defines a "sun" constant...
|
|
|
|
|
|
|
|
|
|
|