Directory ext/socket/

Directory Created:
1998-01-16 13:13
Total Files:
9
Deleted Files:
1
Lines of Code:
5344

Browse with ViewVC

[root]/ext/socket

Lines of Code

ext/socket/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 312 (100.0%) 9543 (100.0%) 30.5
matz 182 (58.3%) 6901 (72.3%) 37.9
akr 30 (9.6%) 1261 (13.2%) 42.0
ocean 12 (3.8%) 713 (7.5%) 59.4
nobu 27 (8.7%) 473 (5.0%) 17.5
eban 21 (6.7%) 81 (0.8%) 3.8
usa 17 (5.4%) 74 (0.8%) 4.3
knu 4 (1.3%) 11 (0.1%) 2.7
uema2 3 (1.0%) 6 (0.1%) 2.0
H_Konishi 2 (0.6%) 6 (0.1%) 3.0
seki 1 (0.3%) 5 (0.1%) 5.0
michal 1 (0.3%) 5 (0.1%) 5.0
dave 1 (0.3%) 5 (0.1%) 5.0
aamine 2 (0.6%) 2 (0.0%) 1.0
shyouhei 9 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

matz 2007-03-19 04:58

* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan

Huehner <stefan at huehner.org>. [ruby-core:10543]

1 lines of code changed in:

nobu 2007-02-24 11:30

* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):

renamed from OpenFile.



* ext/dl/cptr.c, ext/io/wait/wait.c, ext/openssl/ossl.h,

ext/openssl/ossl_bio.c, ext/openssl/ossl_ssl.c, ext/pty/pty.c,

ext/readline/readline.c, ext/socket/socket.c: ditto.

41 lines of code changed in:

matz 2007-02-19 09:17

* ext/socket/socket.c (unix_peeraddr): wrong syscall name in error

message for #peeraddr. a patch from Sam Roberts

<sroberts at uniserve.com>. [ruby-core:10366]

1 lines of code changed in:

matz 2007-02-13 16:31

* ext/socket/socket.c (init_unixsock): path may contain NUL for

abstract unix sockets. [ruby-core:10288]

2 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

matz 2007-01-22 07:01

* ext/socket/socket.c: fix errors in socket sample code.

[ruby-core:09992]

2 lines of code changed in:

matz 2006-11-02 16:38

* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround

for AIX. a patch from Yutaka Kanemoto <kinpoco AT gmail.com>.

[ruby-dev:29744]

32 lines of code changed in:

matz 2006-09-27 00:31

socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>

8 lines of code changed in:

akr 2006-09-02 22:27

* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.

2 lines of code changed in:

akr 2006-09-02 20:44

* ext/socket/extconf.rb: check arpa/inet.h for ntohs.



* ext/socket/socket.c: include arpa/inet.h if available.

6 lines of code changed in:

matz 2006-09-02 15:42

* ruby.h (struct RArray): embed small arrays.

(RARRAY_LEN): defined for accessing array members.

(RARRAY_PTR): ditto.



* array.c: use RARRAY_LEN and RARRAY_PTR.

11 lines of code changed in:

matz 2006-09-01 13:45

* ext/socket/socket.c (socks_init): typo fixed. a patch from Sven

Klemm <sven at c3d2.de>. [ruby-core:08770]

1 lines of code changed in:

matz 2006-08-31 11:30

* ruby.h (struct RString): embed small strings.

(RSTRING_LEN): defined for accessing string members.

(RSTRING_PTR): ditto.



* string.c: use RSTRING_LEN and RSTRING_PTR.

35 lines of code changed in:

akr 2006-08-13 04:09

* ext/socket/socket.c: ANSIfied. [ruby-core:08601]

2 lines of code changed in:

matz 2006-08-07 06:44

* configure.in, common.mk: AIX link issue. a patch from Yutaka

Kanemoto <kinpoco at gmail.com>. [ruby-dev:29190]



* ext/socket/socket.c: AIX socket support. [ruby-dev:29190]

6 lines of code changed in:

matz 2006-06-27 15:14

* string.c: RDoc update for =~ method. a patch from Alex Young

<alex at blackkettle.org>. [ruby-core:08068]



* io.c (pipe_open): backout unnecessary fix on 2006-06-26.

[ruby-dev:28865]



* eval.c (rb_yield_0): exact argument number check now done only

for lambda Proc.



* eval.c (rb_yield_0): add check for number of arguments, if

there's one lambda block parameter.

1 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.

96 lines of code changed in:

akr 2006-06-26 16:09

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

6 lines of code changed in:

matz 2006-06-26 15:15

* ext/socket/socket.c (sock_accept): revert to avoid ambiguity of

argument evaluation order. [ruby-dev:28861]



* ext/socket/socket.c (sock_accept_nonblock): ditto.



* io.c (pipe_open): avoid closing uninitialized file descriptors.

a patch from <tommy at tmtm.org> [ruby-dev:28600]



* parse.y: replace terminal token names with more descriptive

name, i.e. kEND to keyword_end. [ruby-list:42477]

11 lines of code changed in:

akr 2006-06-24 02:15

add extconf.h to .cvsignore.

1 lines of code changed in:

(213 more)

Generated by StatSVN 0.3.2-SNAPSHOT