summaryrefslogtreecommitdiff
path: root/ext/socket/socket.c
AgeCommit message (Expand)Author
2008-12-17* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
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-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-09* stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalidnobu
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-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-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-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
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
2007-02-13* ext/socket/socket.c (init_unixsock): path may contain NUL formatz
2007-01-22* ext/socket/socket.c: fix errors in socket sample code.matz
2006-11-02* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz
2006-09-26socket.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