| Age | Commit message (Collapse) | Author |
|
|
|
- mruby's default int size is changed after: https://github.com/mruby/mruby/commit/f0f4a1088a270e339407a24ffe8be748f4764fc2
- implicit cast causes some 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
|
|
Without these functions, compilation fails on MinGW
|
|
|
|
|
|
|
|
improper usages of mrb_sys_fail
|
|
appropriate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ex: TCP_NODELAY, TCP_CORK, ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2
|
|
|
|
|
|
|
|
|
|
|
|
|