aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
* * 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-191-1/+1
* * include/ruby/signal.h: removed.ko12008-09-031-1/+0
* * 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
* * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalidnobu2008-08-091-2/+2
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-1/+1
* * 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/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
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+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
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* 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
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-1/+1
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-41/+41
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-191-1/+1
* * ext/socket/socket.c (init_unixsock): path may contain NUL formatz2007-02-131-2/+2
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-221-2/+2
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-021-0/+28
* socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>matz2006-09-261-0/+8
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-021-1/+2
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-021-0/+3