aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+5
* * ext/socket/init.c (wait_connectable): fix error handling code.kosaki2011-05-041-9/+29
* * ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki2011-05-041-60/+12
* * ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki2011-05-011-0/+6
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-1/+1
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-3/+3
* * ext/socket/init.c (rsock_init_sock): conditionally used variable.nobu2010-10-121-1/+1
* * ext/socket: fixed types.nobu2010-04-281-7/+7
* * ext/socket: use rsock_ prefix for internal initialization functions.akr2010-03-221-12/+12
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default,nobu2010-02-021-1/+1
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-151-0/+5
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-141-0/+6
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-171-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * ext/socket/init.c (wait_connectable0): remove unreachable code.akr2009-03-131-2/+0
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-011-1/+2
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-011-2/+2
* * ext/socket: add rsock_prefix.akr2009-03-011-21/+21
* * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable afterakr2009-02-221-0/+3
* * ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too.nobu2009-02-221-2/+16
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-0/+4
* * ext/socket/init.c (struct recvfrom_arg): use structakr2009-02-101-9/+9
* * ext/socket/rubysocket.h (level_arg): add family argument.akr2009-02-091-0/+12
* * ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876]akr2009-02-051-1/+1
* * ext/socket/rubysocket.h (cmsg_type_arg): declared.akr2009-02-021-0/+1
* * ext/socket/rubysocket.h (rb_cSockOpt): declared.akr2009-02-021-0/+1
* * ext/socket/init.c (socks_connect_blocking): moved fromakr2009-01-271-0/+9
* * ext/socket: split files for each class.akr2009-01-171-0/+515