index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAIL
akr
2013-07-19
1
-14
/
+29
*
Use server_port for Windows
naruse
2013-07-05
1
-1
/
+5
*
* ext/socket/ipsocket.c (init_inetsock_internal): Don't use local
akr
2013-06-28
1
-4
/
+6
*
* test/socket/test_udp.rb: Close sockets explicitly.
akr
2013-06-26
1
-2
/
+9
*
* test/socket/test_sockopt.rb: change test name. follow r41037.
ayumin
2013-06-02
1
-2
/
+2
*
follow r41034
naruse
2013-06-02
1
-4
/
+4
*
* ext/socket/option.c (sockopt_s_byte): constructor of the sockopt
naruse
2013-05-31
1
-0
/
+18
*
* ext/socket: New method, Socket.getifaddrs, implemented.
akr
2013-05-11
1
-0
/
+11
*
* ext/socket/ancdata.c (bsock_sendmsg_internal): Always set
akr
2013-05-09
2
-2
/
+2
*
* remove trailing spaces.
nobu
2013-04-08
1
-1
/
+1
*
Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS
headius
2013-04-08
1
-2
/
+8
*
* ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.
akr
2013-04-06
1
-1
/
+1
*
* ext/socket: Improve socket exception message to show socket address.
akr
2013-04-06
3
-0
/
+59
*
* ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return
shugo
2013-01-31
1
-2
/
+29
*
* ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()
shugo
2013-01-30
1
-0
/
+8
*
* ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate the
shugo
2013-01-29
1
-4
/
+6
*
* ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),
shugo
2013-01-25
1
-0
/
+30
*
Check if there is no error before reconnect [Bug #4387]
naruse
2012-10-30
1
-0
/
+2
*
Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"
naruse
2012-09-26
1
-1
/
+1
*
Darwin 12 (OS X Mountain Lion) also has Bug #6692
naruse
2012-09-26
1
-1
/
+1
*
Show nd6 options and whether the packet is reached to the server or not.
naruse
2012-07-24
1
-3
/
+13
*
Add version check for darwin's bug.
naruse
2012-07-24
1
-2
/
+2
*
* test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OS
drbrain
2012-07-20
1
-0
/
+2
*
* ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Added
drbrain
2012-07-20
1
-1
/
+2
*
Check IFDISABLED on Mac OS X.
naruse
2012-05-14
1
-3
/
+17
*
fix the path of ifconfig.
naruse
2012-05-10
1
-1
/
+1
*
skip addresses whose interface is set as POINTOPOINT.
naruse
2012-05-10
1
-3
/
+11
*
Skip IPv6 addresses whose interface is set as IFDISABLED.
naruse
2012-05-10
1
-8
/
+26
*
* ext/socket/raddrinfo.c (init_unix_addrinfo): support the longest
akr
2012-04-26
1
-3
/
+4
*
* test/socket/test_unix.rb (bound_unix_socket): make temporary
akr
2012-04-23
1
-1
/
+1
*
* ext/socket/lib/socket.rb (family_addrinfo): return the given
akr
2012-01-09
1
-0
/
+18
*
Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly work
naruse
2012-01-07
1
-0
/
+6
*
add test for close-on-exec.
akr
2011-11-03
2
-0
/
+51
*
close a socket in test_socket_new.
akr
2011-11-03
1
-2
/
+6
*
* test/socket/test_socket.rb (test_connect_timeout): added a test
akr
2011-08-13
1
-0
/
+28
*
* test/socket/test_unix.rb: don't use Thread.abort_on_exception.
akr
2011-06-13
1
-4
/
+2
*
* ext/socket/unixsocket.c (unix_send_io): race condition fixed.
akr
2011-06-13
1
-0
/
+37
*
* lib/test/unit.rb (assert_include): add alias.
nobu
2011-02-12
1
-2
/
+2
*
* thread.c (rb_thread_io_blocking_region): new function to run
nobu
2011-02-12
1
-0
/
+20
*
* test/socket/test_addrinfo.rb: extract Errno::EADDRINUSE as a method.
akr
2010-12-01
2
-6
/
+14
*
refine an assertion message.
akr
2010-06-24
1
-1
/
+1
*
* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for
akr
2010-06-23
1
-0
/
+9
*
* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYS
akr
2010-06-14
2
-2
/
+2
*
* test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Object
usa
2010-05-19
1
-1
/
+1
*
* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):
nobu
2010-04-28
1
-0
/
+1
*
call unix_server.close only if unix_server is not nil.
akr
2010-02-23
1
-1
/
+1
*
* lib/matrix.rb: suppress warnings.
akr
2010-01-25
1
-1
/
+1
*
Use UDP for sendmsg/recvmsg tests.
akr
2009-07-19
1
-5
/
+31
*
* test_socket.rb (test_udp_server): cannot check the existance of sendmsg by
usa
2009-07-19
1
-6
/
+13
*
fix skip condition.
akr
2009-07-17
1
-1
/
+1
[next]