Directory test/socket/

Directory Created:
2004-12-06 09:15
Total Files:
5
Deleted Files:
0
Lines of Code:
478

Browse with ViewVC

[root]/test/socket

Lines of Code

test/socket/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 618 (100.0%) 14.0
akr 16 (36.4%) 426 (68.9%) 26.6
nobu 13 (29.5%) 161 (26.1%) 12.3
matz 7 (15.9%) 16 (2.6%) 2.2
usa 2 (4.5%) 14 (2.3%) 7.0
ko1 1 (2.3%) 1 (0.2%) 1.0
shyouhei 5 (11.4%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

ko1 2006-12-31 16:02

* Merge YARV



1 lines of code changed in:

akr 2006-07-24 08:21

don't compare struct sockaddr directly.

2 lines of code changed in:

akr 2006-07-23 15:03

* test/socket/test_unix.rb: disabled on cygwin.

reported by Kouhei Yanagita. [ruby-dev:29080]

1 lines of code changed in:

akr 2006-07-01 08:27

add a note for cygwin empty UDP packet problem.



This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

6 lines of code changed in:

akr 2006-07-01 07:23

* test/socket/test_nonblock.rb: add timeout to send/receive

an empty UDP packet.

[ruby-dev:28820]

5 lines of code changed in:

akr 2006-06-28 11:07

* test/socket/test_unix.rb: test_seqpacket_pair removed.

[ruby-dev:28846]

0 lines of code changed in:

akr 2006-06-26 17:39

* ext/socket/socket.c (bsock_recv_nonblock): new method

BasicSocket#recv_nonblock.

(udp_recvfrom_nonblock): renamed from ip_recvfrom_nonblock.

IPSocket#recvfrom_nonblock is moved to UDPSocket#recvfrom_nonblock.

(unix_recvfrom_nonblock): removed.

UNIXSocket#recvfrom_nonblock is removed.

36 lines of code changed in:

akr 2006-06-26 16:09

revert sock_sysaccept addition to [ruby-dev:28861].

15 lines of code changed in:

akr 2006-06-07 11:57

getsockname returns "" on MacOS X

6 lines of code changed in:

usa 2006-06-07 07:44

* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.

14 lines of code changed in:

akr 2006-06-05 10:16

* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject

non-AF_INET/AF_INET6 sockaddr.

(sock_s_unpack_sockaddr_un): reject non-AF_UNIX sockaddr.

[ruby-dev:28691]

9 lines of code changed in:

akr 2006-06-04 13:15

fix tests.

6 lines of code changed in:

akr 2006-06-04 12:45

* ext/socket/socket.c: fix sockaddr_un handling.

127 lines of code changed in:

akr 2006-06-01 16:33

* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket

too. (tested on NetBSD 3.0)

(s_recvfrom_nonblock): extracted from sock_recvfrom_nonblock.

(sock_recvfrom_nonblock): use s_recvfrom_nonblock.

(ip_recvfrom_nonblock): new method: IPSocket#recvfrom_nonblock

(unix_recvfrom_nonblock): new method: UNIXSocket#recvfrom_nonblock

(s_accept_nonblock): extracted from sock_accept_nonblock.

(sock_accept_nonblock): use s_accept_nonblock.

(tcp_accept_nonblock): new method: TCPServer#accept_nonblock

(unix_accept_nonblock): new method: UNIXServer#accept_nonblock

171 lines of code changed in:

nobu 2005-10-22 05:48

* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,

ext/tk/sample/tkextlib/treectrl/demo.rb, lib/net/imap.rb,

lib/rss/parser.rb, test/rss/test_content.rb,

test/rss/test_dublincore.rb, test/rss/test_syndication.rb,

test/rss/test_trackback.rb, test/ruby/test_eval.rb,

test/socket/test_socket.rb, test/socket/test_udp.rb:

Object#fcall was renamed as Object#funcall.

6 lines of code changed in:

matz 2005-09-17 15:40

* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo

fixed. [ruby-dev:27123]



* string.c (rb_str_substr): should propagate taintness even for

empty strings. [ruby-dev:27121]



* string.c (rb_str_aref): should infect result if range argument

is tainted. [ruby-dev:27121]

2 lines of code changed in:

matz 2005-09-16 04:09

* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style

comment (//). [ruby-core:05793]



* lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with

readpartial. [ruby-talk:127641]

3 lines of code changed in:

nobu 2005-09-13 13:39

* test/socket/test_socket.rb (test_listen): missed to modify.



* test/socket/test_udp.rb (test_bind): ditto.

2 lines of code changed in:

matz 2005-09-12 17:29

* test/socket/test_{udp,socket}.rb: revert unintentional commit.

2 lines of code changed in:

(10 more)

Generated by StatSVN 0.3.2-SNAPSHOT