summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-socket
AgeCommit message (Expand)Author
2017-12-13Use `_tempnam` instead of `tempnam` on Windows.Yukihiro "Matz" Matsumoto
2017-12-13Skip tests on Windows platformHiroshi Mimaki
2017-12-12Winsock uses `int` where UNIX uses `size_t`.Yukihiro "Matz" Matsumoto
2017-12-12fix build on mingwYasuhiro Matsumoto
2017-12-12Winsock does not provide `ssize_t`; Use `int` instead.Yukihiro "Matz" Matsumoto
2017-12-11Reduce VC++ compiler warnings.Yukihiro "Matz" Matsumoto
2017-12-09Reduce VC++ compiler warnings.Yukihiro "Matz" Matsumoto
2017-12-09Skip socket tests on Windows platform.Yukihiro "Matz" Matsumoto
2017-12-08Fix memory leak found by leak sanitizer.Takeshi Watanabe
2017-12-08Reduce VC++ compiler warnings.Yukihiro "Matz" Matsumoto
2017-12-07Remove unused variable `usock` from `mruby-socket/src/socket.c`.Yukihiro "Matz" Matsumoto
2017-12-07fixup! Fix type casting errors when `mruby-socket` compiled by C++.Yukihiro "Matz" Matsumoto
2017-12-07Fix type casting errors when `mruby-socket` compiled by C++.Yukihiro "Matz" Matsumoto
2017-12-07Add 'mrbgems/mruby-socket/' from commit 'ab54185005ec87fe4f5b10df95ad29659884...Yukihiro "Matz" Matsumoto