| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-16 | Set protocol of AddrInfo | Tomoyuki Sahara | |
| backport https://github.com/mruby/mruby/pull/3891 | |||
| 2017-09-12 | receiver variables must be "mrb_int" for mrb_get_args("i"). | Tomoyuki Sahara | |
| Otherwise, it can cause a segfault on the platforms where the size of "int" and "mrb_int" differs. | |||
| 2017-09-12 | remove whitespaces at the end of line. | Tomoyuki Sahara | |
| 2017-09-04 | Fix type int to mrb_int | Uchio KONDO | |
| - mruby's default int size is changed after: https://github.com/mruby/mruby/commit/f0f4a1088a270e339407a24ffe8be748f4764fc2 - implicit cast causes some errors | |||
| 2017-06-13 | sizeof(optval) must be 1 for IP_MULTICAST_TTL & IP_MULTICAST_LOOP. fixes #34. | Tomoyuki Sahara | |
| 2016-01-28 | Add _WIN32_WINNT definition to Avoid Windows Compilation Errors | rmalizia44 | |
| the line #define _WIN32_WINNT 0x0501 will cause ws2tcpip.h to implement the missing functions freeaddrinfo, getaddrinfo and getnameinfo on windows | |||
| 2016-01-18 | Merge pull request #28 from zzak/port-ntop-pton-win32 | Tomoyuki Sahara | |
| Port inet_ntop and inet_pton for WIN32 | |||
| 2016-01-18 | Port inet_ntop and inet_pton for WIN32 | Zachary Scott | |
| Without these functions, compilation fails on MinGW | |||
| 2016-01-18 | Fix warning: variable 'udpsock' set but not used | Zachary Scott | |
| 2015-08-03 | Changed IO overrides to use sysread and syswrite instead of read and write | unknown | |
| 2015-07-25 | Added functioning read for Win32 | Rubyist | |
| 2015-07-21 | Removed unnecessary/incorrect use of sizeof(int) and corrected more | Rubyist | |
| improper usages of mrb_sys_fail | |||
| 2015-07-21 | Changed some uses of mrb_sys_fail to instead use mrb_raise where | Rubyist | |
| appropriate | |||
| 2015-07-18 | Overrided close and write to work on Win32 platforms | Rubyist | |
| 2015-07-17 | Minimal semi-working compile on Windows platforms. | Rubyist | |
| 2014-12-26 | remove unused variables. | Tomoyuki Sahara | |
| 2014-12-26 | syscalls may return sockaddr shorter than sizeof(struct sockaddr) on Linux. | Tomoyuki Sahara | |
| 2014-12-26 | debug UNIXSocket and UNIXServer. | Tomoyuki Sahara | |
| 2014-07-09 | mrb_voidp (and other macros) has gone. | Tomoyuki Sahara | |
| 2014-07-02 | Add TCP_* constants included in "netinet/tcp.h". | dreamedge | |
| ex: TCP_NODELAY, TCP_CORK, ... | |||
| 2014-06-17 | re-implement TCPServer.accept. fixes #12. | Tomoyuki Sahara | |
| 2014-06-10 | no longer used. | Tomoyuki Sahara | |
| 2014-04-10 | OpenSolaris/Illumos defines a "sun" constant... | Julien Ammous | |
| 2013-12-03 | mrb_intern API change. | Tomoyuki Sahara | |
| 2013-10-15 | remove unused code and irrelevant comment. | Tomoyuki Sahara | |
| 2013-08-21 | ARGS_XXX -> MRB_ARGS_XXX | Tomoyuki Sahara | |
| 2013-07-25 | fix Addrinfo.getaddrinfo("127.0.0.1", nil). | Tomoyuki Sahara | |
| Closes #2 | |||
| 2013-06-21 | Socket.gethostname always fails. | Tomoyuki Sahara | |
| 2013-05-28 | fix mrb_voidp_value function call | Akito Mochizuki | |
| 2013-05-21 | fix reading wrong variable. | Tomoyuki Sahara | |
| 2013-05-21 | Linux does not have getpeereid(2). | Tomoyuki Sahara | |
| 2013-05-21 | mrb_sys_fail() is declared in src/error.h | Tomoyuki Sahara | |
| 2013-05-21 | Socket library for mruby. | Tomoyuki Sahara | |
