| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-03 | Depend mruby-io and mruby-pack in mruby core | MATSUMOTO, Ryosuke | |
| 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 | |
| Suggested by @mattn. | |||
| 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 | Merge pull request #3892 from mimaki/ipproto-winsock | Yukihiro "Matz" Matsumoto | |
| Use IPPROTO enum values on WinSock. | |||
| 2017-12-14 | Rename `BasicSocket#is_socket=` to `#_is_socket`; ref #3878 | Yukihiro "Matz" Matsumoto | |
| 2017-12-14 | Exclude `UNIXSocket` tests again; ref #3878 | Yukihiro "Matz" Matsumoto | |
| 2017-12-14 | Declare super class in socket.rb. | Takeshi Watanabe | |
| 2017-12-14 | Fix socket closing by using `closesocket` API in windows instead. | Takeshi Watanabe | |
| 2017-12-14 | Merge pull request #3893 from mimaki/add-mrbgem-summary | Yukihiro "Matz" Matsumoto | |
| Added mrbgem's summary. | |||
| 2017-12-13 | Added mrbgem's summary. | Hiroshi Mimaki | |
| 2017-12-13 | Use IPPROTO enum values on WinSock. | Hiroshi Mimaki | |
| 2017-12-13 | Set protocol of AddrInfo | Hiroshi Mimaki | |
| 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-12 | Winsock uses `int` where UNIX uses `size_t`. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | fix build on mingw | Yasuhiro Matsumoto | |
| 2017-12-12 | Winsock does not provide `ssize_t`; Use `int` instead. | Yukihiro "Matz" Matsumoto | |
| 2017-12-11 | Reduce VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-09 | Reduce VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-09 | Skip socket tests on Windows platform. | Yukihiro "Matz" Matsumoto | |
| Some test may be OK but we skip everything as a starting point. | |||
| 2017-12-08 | Fix memory leak found by leak sanitizer. | Takeshi Watanabe | |
| 2017-12-08 | Reduce VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-07 | Remove unused variable `usock` from `mruby-socket/src/socket.c`. | Yukihiro "Matz" Matsumoto | |
| 2017-12-07 | fixup! Fix type casting errors when `mruby-socket` compiled by C++. | Yukihiro "Matz" Matsumoto | |
| 2017-12-07 | Fix type casting errors when `mruby-socket` compiled by C++. | Yukihiro "Matz" Matsumoto | |
| Also `bool` is a reserved word in C++. | |||
| 2017-12-07 | Add 'mrbgems/mruby-socket/' from commit ↵ | Yukihiro "Matz" Matsumoto | |
| 'ab54185005ec87fe4f5b10df95ad29659884141b' git-subtree-dir: mrbgems/mruby-socket git-subtree-mainline: d75266dd1bade53255044460a9cd74596addaa84 git-subtree-split: ab54185005ec87fe4f5b10df95ad29659884141b | |||
