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
Age
Commit message (
Expand
)
Author
2018-03-16
Set protocol of AddrInfo
Tomoyuki Sahara
2017-09-12
receiver variables must be "mrb_int" for mrb_get_args("i").
Tomoyuki Sahara
2017-09-12
remove whitespaces at the end of line.
Tomoyuki Sahara
2017-09-04
Merge pull request #37 from udzura/fix-types
Tomoyuki Sahara
2017-09-04
Fix type int to mrb_int
Uchio KONDO
2017-06-13
sizeof(optval) must be 1 for IP_MULTICAST_TTL & IP_MULTICAST_LOOP. fixes #34.
Tomoyuki Sahara
2017-02-08
TCPSocket.new supports "local_host" and "local_service".
Tomoyuki Sahara
2016-05-30
Merge pull request #30 from rhykw/tcpserver-reuseaddr
Tomoyuki Sahara
2016-05-28
TCPServer use SO_REUSEADDR if possible
rhykw
2016-05-23
TCPServer use SO_REUSEADDR
rhykw
2016-01-30
Merge pull request #29 from rmalizia44/patch-1
Tomoyuki Sahara
2016-01-28
Add _WIN32_WINNT definition to Avoid Windows Compilation Errors
rmalizia44
2016-01-18
Merge pull request #28 from zzak/port-ntop-pton-win32
Tomoyuki Sahara
2016-01-18
Merge pull request #27 from zzak/fix-udpsock-warning
Tomoyuki Sahara
2016-01-18
Port inet_ntop and inet_pton for WIN32
Zachary Scott
2016-01-18
Fix warning: variable 'udpsock' set but not used
Zachary Scott
2015-09-08
To run test, we need "conf.enable_test" in build_config.rb.
Tomoyuki Sahara
2015-09-08
build in container-based environment.
Tomoyuki Sahara
2015-09-08
Revert "try to fix failure on travis."
Tomoyuki Sahara
2015-09-08
try to fix failure on travis.
Tomoyuki Sahara
2015-08-10
Merge pull request #23 from expeditiousRubyist/master
Tomoyuki Sahara
2015-08-03
Changed IO overrides to use sysread and syswrite instead of read and write
unknown
2015-07-28
Merge pull request #22 from Asmod4n/master
Tomoyuki Sahara
2015-07-27
added SO_NOSIGPIPE
Asmod4n
2015-07-25
Merge pull request #21 from expeditiousRubyist/master
Tomoyuki Sahara
2015-07-25
Added functioning read for Win32
Rubyist
2015-07-22
Merge pull request #20 from expeditiousRubyist/master
Tomoyuki Sahara
2015-07-21
Removed unnecessary/incorrect use of sizeof(int) and corrected more
Rubyist
2015-07-21
Changed some uses of mrb_sys_fail to instead use mrb_raise where
Rubyist
2015-07-18
Overrided close and write to work on Win32 platforms
Rubyist
2015-07-17
Minimal semi-working compile on Windows platforms.
Rubyist
2015-07-17
Added Winsock 2 to list of libraries to use when building for Windows
Rubyist
2015-05-20
failed to remove temporary files!
Tomoyuki Sahara
2015-02-13
add IPv6 constants defined in RFC3493.
Tomoyuki Sahara
2014-12-26
Socket::Option requires iij/mruby-pack.
Tomoyuki Sahara
2014-12-26
don't call undefined method. fixes #15.
Tomoyuki Sahara
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
failed to add...
Tomoyuki Sahara
2014-12-26
debug UNIXSocket and UNIXServer.
Tomoyuki Sahara
2014-12-12
add Socket::Option#inspect
Tomoyuki Sahara
2014-07-09
mrb_voidp (and other macros) has gone.
Tomoyuki Sahara
2014-07-02
regen.
Tomoyuki Sahara
2014-07-02
more TCP options (for NetBSD).
Tomoyuki Sahara
2014-07-02
sort.
Tomoyuki Sahara
2014-07-02
Merge pull request #14 from dreamedge/add_tcp_constants
Tomoyuki Sahara
2014-07-02
Add TCP_* constants included in "netinet/tcp.h".
dreamedge
2014-06-17
re-implement TCPServer.accept. fixes #12.
Tomoyuki Sahara
2014-06-10
no longer used.
Tomoyuki Sahara
2014-04-11
Merge pull request #9 from schmurfy/solaris
Tomoyuki Sahara
[next]