summaryrefslogtreecommitdiff
path: root/test/socket
AgeCommit message (Expand)Author
2018-11-29disable non-blocking pipes and sockets by defaultnormal
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-10-13tests: support Linux kernels with CONFIG_IPV6=nnormal
2018-08-20test/socket/test_socket.rb (timestamp_retry_rw): IO.select before recvmsgnormal
2018-08-02test/socket/test_socket.rb (test_timestampns): retry sendnormal
2018-07-07test/socket/test_socket.rb (test_timestamp): retry sendnormal
2018-03-28unixsocket.c: check NUL bytesnobu
2018-01-23init.c: encode socket error messagenobu
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-10-27socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal
2017-10-11socket.c: null byte at Socket.getnameinfonobu
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-05-15test/socket/test_basicsocket.rb (socks): bind explicitly to localhostnormal
2017-04-21test/socket/test_basicsocket: handle :wait_readable on read_nonblocknormal
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-14IPSocket#inspectnobu
2016-08-30Use qualified namesnobu
2016-05-30* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa
2016-05-30* test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previoususa
2016-05-30test_addrinfo.rb: signle digit addressnobu
2016-05-30raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu
2016-05-30test_addrinfo.rb: special hostnamesnobu
2016-03-10* test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira
2016-03-05* test/socket/test_addrinfo.rb (test_ipv6_address_predicates):odaira
2016-03-05Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira
2016-01-17option.c: single byte booleannobu
2015-12-24ignore exception is the address is IPv6naruse
2015-12-22Revert r53253. naruse fixed it differently in r53244normal
2015-12-22test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal
2015-12-21avoid rb_bug on BasicSocket.for_fd(-1)normal
2015-12-07socket: expand docs+tests for recv_io/send_ionormal
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-11-21* test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto
2015-11-18* test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr
2015-11-18add tests.akr
2015-11-17socket: fix recvmsg without argumentnormal
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-10-09udpsocket.c: memory leaksnobu
2015-07-21test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal
2015-07-17test/socket/test_nonblock: use smaller buffer for sendmsgnormal
2015-07-13use Timeout.timeoutnobu
2015-06-18test/socket/test_unix.rb: replace sleep with selectnormal
2015-06-16test_nonblock.rb: use assert_predicatenobu
2015-06-16test_nonblock.rb: fix failure on OSXnobu
2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal
2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal
2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal
2015-06-04FreeBSD raises Errno::EMSGSIZEnaruse
2015-06-02use assert_raisenobu
2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu