summaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr2008-12-171-2/+7
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-291-1/+1
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-281-37/+18
* * ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu2008-10-231-0/+4
* * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu2008-10-231-7/+7
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-231-4/+6
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-231-1/+1
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-221-1/+1
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-1/+1
* * ext/socket/socket.c (init_sock): sockets should be binmode.shugo2008-10-171-3/+1
* rdoc update.akr2008-10-091-7/+7
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-1/+1
* * ext/socket/socket.c (host_str): numeric address should be unsigned.nobu2008-09-261-1/+1
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-193-3/+3
* * ext/socket/mkconstants.rb: add new constants. a patch frommatz2008-09-161-0/+15
* * ext/socket/mkconstants.rb: add some IPV6 constans. [ruby-dev:36175]matz2008-09-061-0/+28
* * include/ruby/signal.h: removed.ko12008-09-032-2/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-1/+1
* * ext/socket/socket.c (lookup_order_table): constified.nobu2008-08-311-2/+2
* * ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.nobu2008-08-311-6/+6
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-6/+8
* * ext/socket/getaddrinfo.c (getaddrinfo): constified.nobu2008-08-121-1/+1
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-0/+2
* * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalidnobu2008-08-091-2/+2
* * ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.usa2008-08-071-2/+2
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-065-4/+16
* * ext/socket/socket.c (connect_blocking, socks_connect_blocking,usa2008-07-221-3/+3
* * ext/socket/socket.c (ruby_connect): select() for connect() hasusa2008-07-171-1/+0
* * ext/socket/socket.c (ruby_connect, s_accept): came back blockingusa2008-07-151-8/+27
* * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa2008-07-151-30/+18
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-141-0/+5
* * ext/socket/socket.c: use PRIuSIZE.akr2008-07-121-4/+4
* * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu2008-07-061-150/+213
* * ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr2008-07-051-6/+8
* * ext/socket/socket.c (init_sock): socket is binmode on platformsusa2008-06-241-0/+3
* * ext/socket/socket.c: constified.nobu2008-06-091-6/+6
* * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa2008-06-061-0/+5
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-062-2/+0
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-2/+2
* use EWOULDBLOCK as an example in document.akr2007-12-291-6/+6
* * ext/socket/socket.c: a patch to support IRIX from Andrewmatz2007-12-271-0/+4
* rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr2007-10-231-4/+4
* * ext/socket/socket.c (s_accept_nonblock): make accepted fdakr2007-10-141-0/+19
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-4/+1
* * include/ruby: moved public headers.nobu2007-06-104-9/+11
* clear cmsg padding.akr2007-04-251-0/+1
* * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr2007-04-251-12/+12
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-031-2/+2