Age | Commit message (Expand) | Author |
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() has | usa |
2008-07-15 | * ext/socket/socket.c (ruby_connect, s_accept): came back blocking | usa |
2008-07-15 | * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by | usa |
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_raise | akr |
2008-06-24 | * ext/socket/socket.c (init_sock): socket is binmode on platforms | usa |
2008-06-09 | * ext/socket/socket.c: constified. | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2008-01-02 | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr |
2007-12-29 | use EWOULDBLOCK as an example in document. | akr |
2007-12-27 | * ext/socket/socket.c: a patch to support IRIX from Andrew | matz |
2007-10-23 | rescue 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 fd | akr |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-04-25 | clear cmsg padding. | akr |
2007-04-25 | * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA to | akr |
2007-04-03 | * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as | usa |
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz |
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 error | matz |
2007-02-13 | * ext/socket/socket.c (init_unixsock): path may contain NUL for | matz |
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 workaround | matz |
2006-09-26 | socket.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 |
2006-09-02 | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-09-01 | * ext/socket/socket.c (socks_init): typo fixed. a patch from Sven | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-13 | * ext/socket/socket.c: ANSIfied. [ruby-core:08601] | akr |
2006-08-07 | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz |
2006-06-27 | * string.c: RDoc update for =~ method. a patch from Alex Young | matz |
2006-06-26 | * ext/socket/socket.c (bsock_recv_nonblock): new method | akr |
2006-06-26 | revert sock_sysaccept addition to [ruby-dev:28861]. | akr |
2006-06-26 | * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of | matz |
2006-06-21 | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr |
2006-06-19 | * ext/socket/socket.c (unix_sysaccept): typo fixed. | matz |
2006-06-19 | * ext/socket/socket.c (tcp_accept_nonblock): forgot to remove | matz |
2006-06-17 | * eval.c (Init_eval): add aliases invoke_method and | matz |
2006-06-13 | * ext/socket/socket.c (Init_socket): remove obsolete constants: | matz |
2006-06-05 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject | akr |
2006-06-04 | * ext/socket/socket.c: fix sockaddr_un handling. | akr |
2006-06-02 | update doc. | akr |
2006-06-01 | fix a comment. | akr |
2006-06-01 | * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket | akr |
2006-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
2006-05-24 | update nonblocking methods document. | akr |