aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function toakr2009-02-231-0/+18
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_takr2009-02-231-2/+2
* add a test.akr2009-02-221-0/+18
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-2/+72
* * ext/socket/ancdata.c (ancillary_unix_rights): method renamed.akr2009-02-191-2/+2
* * ext/socket/ancdata.c (ancillary_rights): new method.akr2009-02-181-8/+9
* care EWOULDBLOCK of accept_nonblock.akr2009-02-171-1/+6
* add timeout.akr2009-02-141-1/+8
* * test/socket/test_socket.rb (test_udp_server): filter out unreachableakr2009-02-121-0/+3
* test only if Socket::AncillaryData exists.akr2009-02-121-1/+1
* test updated.akr2009-02-111-23/+27
* * ext/socket/lib/socket.rb (Socket.unix_server_socket): close theakr2009-02-111-0/+3
* * ext/socket/lib/socket.rb (Socket.unix_server_socket): call the blockakr2009-02-111-0/+11
* * ext/socket/ancdata.c (ancillary_s_ip_pktinfo): make 3rd argumentakr2009-02-111-0/+2
* add tests.akr2009-02-111-0/+16
* rename tests classes.akr2009-02-116-6/+6
* add tests.akr2009-02-111-0/+56
* * ext/socket/extconf.rb: check getpeereid.akr2009-02-111-0/+14
* * ext/socket/lib/socket.rb (Socket.udp_server_sockets): new method.akr2009-02-101-0/+34
* * ext/socket/option.c (sockopt_s_bool): new method.akr2009-02-101-0/+17
* * ext/socket/ancdata.c (ancillary_initialize): add family argument.akr2009-02-091-1/+1
* * ext/socket/option.c (inspect_peercred): struct ucred containsakr2009-02-081-2/+2
* LOCAL_PEERCRED is also available on MacOS X.akr2009-02-081-1/+1
* * ext/socket/option.c (inspect_local_peercred): cr_uid is a effectiveakr2009-02-081-1/+1
* * ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr2009-02-081-0/+14
* remove debug print.akr2009-02-081-2/+0
* * ext/socket/option.c (inspect_peercred): new function to showakr2009-02-081-4/+20
* * ext/socket/extconf.rb: check struct cmsgcred.akr2009-02-081-10/+35
* test renamed.akr2009-02-081-2/+2
* * ext/socket/extconf.rb: check struct sockcred.akr2009-02-081-4/+21
* add a test.akr2009-02-081-0/+18
* * ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.akr2009-02-081-0/+9
* add a test.akr2009-02-071-0/+1
* * test/socket/test_addrinfo.rb (test_family_addrinfo): don't useakr2009-02-071-2/+2
* * ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]akr2009-02-053-58/+58
* don't connect to unspecified address (0.0.0.0). OpenBSD reject it.akr2009-02-051-1/+20
* test relaxed.akr2009-02-041-2/+6
* add tests.akr2009-02-041-2/+16
* relax tests for MacOS X.akr2009-02-041-2/+9
* relax tests for IPv4 compat/mapped IPv6 addresss.akr2009-02-041-1/+9
* don't connect to unspecified address.akr2009-02-031-3/+14
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): newakr2009-02-031-1/+37
* add a test.akr2009-02-031-0/+26
* add tests.akr2009-02-031-0/+74
* add tests.akr2009-02-031-0/+102
* add a test.akr2009-02-021-0/+9
* * test/socket/test_addrinfo.rb: use AddrInfo.getaddrinfo to generateakr2009-02-021-6/+12
* * ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,akr2009-02-021-0/+5
* * ext/socket/rubysocket.h (cmsg_type_arg): declared.akr2009-02-021-0/+112
* * ext/socket/rubysocket.h (rb_cSockOpt): declared.akr2009-02-021-5/+5