| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/socket/socket.c (level_arg): defined. | akr | 2009-01-01 | 1 | -2/+28 |
| * | * ext/socket/socket.c (family_arg): accept symbols as well. | akr | 2009-01-01 | 1 | -4/+12 |
| * | * ext/socket/socket.c (sock_s_getaddrinfo): use socktype_arg. | akr | 2009-01-01 | 1 | -1/+1 |
| * | * ext/socket/socket.c (family_arg): extracted from | akr | 2009-01-01 | 1 | -58/+57 |
| * | * ext/socket/socket.c (sock_s_getnameinfo): use family_to_int. | akr | 2009-01-01 | 1 | -8/+4 |
| * | * ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int. | akr | 2009-01-01 | 1 | -8/+4 |
| * | * ext/socket/socket.c: include constants.h at top. | akr | 2009-01-01 | 1 | -10/+8 |
| * | * ext/socket/mkconstants.rb: add valp argument for family_to_int and | akr | 2009-01-01 | 1 | -10/+4 |
| * | * ext/socket/mkconstants.rb: generate family_to_str. | akr | 2009-01-01 | 1 | -23/+7 |
| * | * ext/socket/mkconstants.rb: generate socktype_to_int. | akr | 2009-01-01 | 1 | -21/+5 |
| * | * ext/socket/socket.c (setup_domain_and_type): initialize ptr. | akr | 2009-01-01 | 1 | -1/+2 |
| * | * ext/socket/mkconstants.rb: generate family_to_int(). | akr | 2009-01-01 | 1 | -42/+6 |
| * | * ext/socket/mkconstants.rb: generate init_constants function. | akr | 2009-01-01 | 1 | -1/+3 |
| * | * ext/socket/mkconstants.rb (Socket::AF_INET6): moved from socket.c. | akr | 2009-01-01 | 1 | -4/+0 |
| * | * ext/socket/socket.c (sock_s_socketpair): yield if a block is given. | akr | 2008-12-31 | 1 | -2/+26 |
| * | * ext/socket/mkconstants.rb: use sock_define_uconst for INADDR_* | akr | 2008-12-30 | 1 | -0/+9 |
| * | * ext/socket/socket.c (s_recvfrom_nonblock): revert r21162. | matz | 2008-12-29 | 1 | -6/+3 |
| * | * ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo. | matz | 2008-12-29 | 1 | -1/+1 |
| * | * ext/socket/socket.c (s_recvfrom_nonblock): default maxlen to be | matz | 2008-12-29 | 1 | -2/+7 |
| * | * ext/socket/socket.c (unix_recv_io): relax msg_controllen error | akr | 2008-12-17 | 1 | -2/+7 |
| * | * ext/socket/socket.c (sock_getaddrinfo): should have updated for | matz | 2008-11-29 | 1 | -1/+1 |
| * | * ext/socket/socket.c (sock_s_getaddrinfo): refactored to remove | matz | 2008-11-28 | 1 | -37/+18 |
| * | * ext/socket/socket.c (sock_s_getservbyport): check if the port range. | nobu | 2008-10-23 | 1 | -0/+4 |
| * | * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary | nobu | 2008-10-23 | 1 | -7/+7 |
| * | * ext/socket/socket.c (sock_s_getservbyport): the port should be | nobu | 2008-10-23 | 1 | -4/+6 |
| * | * ext/socket/socket.c (sock_s_getservbyport): cast to get rid of | usa | 2008-10-23 | 1 | -1/+1 |
| * | * ext/socket/socket.c (sock_s_getservbyport): port should be | matz | 2008-10-22 | 1 | -1/+1 |
| * | * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed. | shugo | 2008-10-21 | 1 | -1/+1 |
| * | * ext/socket/socket.c (init_sock): sockets should be binmode. | shugo | 2008-10-17 | 1 | -3/+1 |
| * | rdoc update. | akr | 2008-10-09 | 1 | -7/+7 |
| * | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -1/+1 |
| * | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -1/+1 |
| * | * ext/socket/socket.c (host_str): numeric address should be unsigned. | nobu | 2008-09-26 | 1 | -1/+1 |
| * | * dln.c: newer BeOS support. a patch from Pete Goodeve | matz | 2008-09-19 | 1 | -1/+1 |
| * | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -1/+0 |
| * | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 | 2008-08-31 | 1 | -1/+1 |
| * | * ext/socket/socket.c (lookup_order_table): constified. | nobu | 2008-08-31 | 1 | -2/+2 |
| * | * ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable. | nobu | 2008-08-31 | 1 | -6/+6 |
| * | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr | 2008-08-23 | 1 | -6/+8 |
| * | * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid | nobu | 2008-08-09 | 1 | -2/+2 |
| * | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -1/+1 |
| * | * ext/socket/socket.c (connect_blocking, socks_connect_blocking, | usa | 2008-07-22 | 1 | -3/+3 |
| * | * ext/socket/socket.c (ruby_connect): select() for connect() has | usa | 2008-07-17 | 1 | -1/+0 |
| * | * ext/socket/socket.c (ruby_connect, s_accept): came back blocking | usa | 2008-07-15 | 1 | -8/+27 |
| * | * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by | usa | 2008-07-15 | 1 | -30/+18 |
| * | * ext/socket/socket.c: use PRIuSIZE. | akr | 2008-07-12 | 1 | -4/+4 |
| * | * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept), | nobu | 2008-07-06 | 1 | -150/+213 |
| * | * ext/socket/socket.c (host_str): fix type mismatch in rb_raise | akr | 2008-07-05 | 1 | -6/+8 |
| * | * ext/socket/socket.c (init_sock): socket is binmode on platforms | usa | 2008-06-24 | 1 | -0/+3 |
| * | * ext/socket/socket.c: constified. | nobu | 2008-06-09 | 1 | -6/+6 |