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
*
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
*
* ext/socket/socket.c (socket_s_ip_address_list): drop inactive
usa
2009-07-17
3
-4
/
+13
*
* include/ruby/intern.h (rb_time_num_new): declared.
akr
2009-07-01
1
-0
/
+1
*
don't use /tmp as example socket path.
akr
2009-06-18
2
-16
/
+16
*
use IO::WaitWritable.
akr
2009-03-19
2
-2
/
+2
*
* io.c (rb_mWaitReadable): defined.
akr
2009-03-19
2
-26
/
+26
*
assert connects doesn't raise.
akr
2009-03-14
1
-1
/
+6
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
2
-2
/
+2
*
* ext/socket/ancdata.c (rsock_discard_cmsg_resource): defined
akr
2009-03-02
2
-0
/
+2
*
* ext/socket/ancdata.c (ancillary_unix_rights): check message type.
akr
2009-02-28
1
-0
/
+8
*
* ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed by
akr
2009-02-27
1
-3
/
+3
*
add a test.
akr
2009-02-27
1
-0
/
+33
*
* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.
akr
2009-02-26
1
-15
/
+2
*
* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.
akr
2009-02-25
1
-0
/
+17
*
* ext/socket/ancdata.c (ancillary_s_unix_rights): new method.
akr
2009-02-25
1
-1
/
+58
*
* ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.
akr
2009-02-24
1
-2
/
+8
*
* ext/socket/ancdata.c (ancillary_timestamp): new method.
akr
2009-02-24
1
-0
/
+4
*
* ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
akr
2009-02-23
1
-0
/
+23
*
* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to
akr
2009-02-23
1
-0
/
+18
*
* ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_t
akr
2009-02-23
1
-2
/
+2
*
add a test.
akr
2009-02-22
1
-0
/
+18
*
* io.c (io_getpartial): error message describes what should be
akr
2009-02-21
1
-2
/
+72
*
* ext/socket/ancdata.c (ancillary_unix_rights): method renamed.
akr
2009-02-19
1
-2
/
+2
*
* ext/socket/ancdata.c (ancillary_rights): new method.
akr
2009-02-18
1
-8
/
+9
*
care EWOULDBLOCK of accept_nonblock.
akr
2009-02-17
1
-1
/
+6
[next]