summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2008-11-29* ext/socket/socket.c (sock_getaddrinfo): should have updated formatz
2008-11-28* ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): the port should benobu
2008-10-23 * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa
2008-10-22* ext/socket/socket.c (sock_s_getservbyport): port should bematz
2008-10-21* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-10-09rdoc update.akr
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
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 Goodevematz
2008-09-16* ext/socket/mkconstants.rb: add new constants. a patch frommatz
2008-09-06* ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]matz
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-31* ext/socket/socket.c (lookup_order_table): constified.nobu
2008-08-31* ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.nobu
2008-08-23* include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr
2008-08-12* ext/socket/getaddrinfo.c (getaddrinfo): constified.nobu
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 invalidnobu
2008-08-07 * ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.usa
2008-08-06* eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse
2008-07-22 * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa
2008-07-17 * ext/socket/socket.c (ruby_connect): select() for connect() hasusa
2008-07-15 * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa
2008-07-15 * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa
2008-07-14 * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa
2008-07-12* ext/socket/socket.c: use PRIuSIZE.akr
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-05* ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr
2008-06-24 * ext/socket/socket.c (init_sock): socket is binmode on platformsusa
2008-06-09* ext/socket/socket.c: constified.nobu
2008-06-06 * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2007-12-29use EWOULDBLOCK as an example in document.akr
2007-12-27* ext/socket/socket.c: a patch to support IRIX from Andrewmatz
2007-10-23rescue 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 fdakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-06-10* include/ruby: moved public headers.nobu
2007-04-25clear cmsg padding.akr
2007-04-25* ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz