index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-socket
/
test
Age
Commit message (
Expand
)
Author
2018-09-01
Avoid warning in MSVC compilation.
Yukihiro "Matz" Matsumoto
2018-07-21
Network services might not be available
Sebastián Katzer
2018-02-02
Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938
Yukihiro "Matz" Matsumoto
2018-02-02
Need to include `io.h` anyway for _WIN32/64; ref #3938
Yukihiro "Matz" Matsumoto
2018-01-31
include io.h on mingw
Yasuhiro Matsumoto
2018-01-31
Define compatibility only for `_MSC_VER`; ref #3923
Yukihiro "Matz" Matsumoto
2018-01-31
Use mkstemp instead of tempnam
ksss
2017-12-26
addrinfo.ai_protocol was not set on Cygwin.
Hiroshi Mimaki
2017-12-26
Disabled UNIXSocket test on Cygwin
Hiroshi Mimaki
2017-12-14
Exclude `UNIXSocket` tests again; ref #3878
Yukihiro "Matz" Matsumoto
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-13
Use `_tempnam` instead of `tempnam` on Windows.
Yukihiro "Matz" Matsumoto
2017-12-13
Skip tests on Windows platform
Hiroshi Mimaki
2017-12-09
Skip socket tests on Windows platform.
Yukihiro "Matz" Matsumoto
2017-12-08
Fix memory leak found by leak sanitizer.
Takeshi Watanabe
2017-12-07
Add 'mrbgems/mruby-socket/' from commit 'ab54185005ec87fe4f5b10df95ad29659884...
Yukihiro "Matz" Matsumoto