| Age | Commit message (Expand) | Author |
| 2011-01-06 | * ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only when | usa |
| 2011-01-05 | * ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when ruby | usa |
| 2010-11-24 | * ext/socket/extconf.rb (getaddrinfo): should initialize winsock on | usa |
| 2010-08-07 | .cvsignore: have not been used already. [Bug #3468] | nobu |
| 2010-08-05 | * ext/socket/socket.c: use _() macro instead of __P(), because the | usa |
| 2010-06-25 | * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for | knu |
| 2009-12-31 | * ext/socket/socket.c: include addrinfo.h only when using our own | usa |
| 2009-12-30 | * ext/socket/extconf.rb: fix for wide-getaddrinfo option. | nobu |
| 2009-02-25 | * ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd is | akr |
| 2009-02-08 | * ext/socket/socket.c (unix_recv_io): relax msg_controllen error | akr |
| 2009-01-14 | * ext/socket/extconf.rb (gai_strerror): checks if available and if | nobu |
| 2009-01-12 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short | akr |
| 2008-09-26 | * ext/socket/socket.c (host_str): numeric address should be unsigned. | nobu |
| 2008-09-19 | * dln.c: newer BeOS support. a patch from Pete Goodeve | matz |
| 2008-09-18 | * ext/socket/socket.c (Init_socket): add new constants. a patch from | matz |
| 2008-08-09 | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu |
| 2008-08-09 | * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid | nobu |
| 2008-07-23 | * ext/socket/socket.c (init_inetsock_internal): suppress warnings. | nobu |
| 2008-06-06 | * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h. | usa |
| 2008-04-15 | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu |
| 2007-10-23 | rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc. | akr |
| 2007-10-14 | * ext/socket/socket.c (s_accept_nonblock): make accepted fd | akr |
| 2007-07-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu |
| 2007-04-25 | clear cmsg padding. | akr |
| 2007-04-25 | * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA to | akr |
| 2007-04-03 | * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as | usa |
| 2007-02-19 | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | matz |
| 2007-01-23 | * ext/socket/socket.c: fix errors in socket sample code. | matz |
| 2006-11-02 | * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround | matz |
| 2006-09-26 | socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com> | matz |
| 2006-09-02 | * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. | akr |
| 2006-09-02 | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr |
| 2006-08-07 | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz |
| 2006-06-21 | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr |
| 2006-06-17 | * ext/socket/socket.c (bsock_recv_nonblock): new method | akr |
| 2006-06-07 | * configure.in: add new configure option `--with-winsock2' for mingw. | usa |
| 2006-06-07 | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa |
| 2006-06-05 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject | akr |
| 2006-06-04 | * ext/socket/socket.c: fix sockaddr_un handling. | akr |
| 2006-06-02 | update doc. | akr |
| 2006-06-01 | fix a comment. | akr |
| 2006-06-01 | * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket | akr |
| 2006-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
| 2006-05-24 | update nonblocking methods document. | akr |
| 2006-05-22 | add reason for accept(2) failure in accept_nonblock. | akr |
| 2006-05-22 | update *_nonblock doc. | akr |
| 2006-05-22 | use rb_read_pending instead of rb_io_read_pending. | akr |
| 2006-05-22 | * rubyio.h (rb_io_set_nonblock): declared. | akr |
| 2006-05-02 | * ext/socket/socket.c (make_hostent_internal): accept ai_family | matz |
| 2006-04-21 | * ext/socket/socket.c: document update patch from Sam Roberts | matz |