Age | Commit message (Expand) | Author |
2008-06-06 | Merge changes from ruby_1_8 that fixes build with Visual C++ 8 with | knu |
2008-04-15 | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu |
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-07-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | 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-02-19 | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | matz |
2007-01-23 | * 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-08-07 | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz |
2006-06-21 | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr |
2006-06-17 | * ext/socket/socket.c (bsock_recv_nonblock): new method | akr |
2006-06-07 | * configure.in: add new configure option `--with-winsock2' for mingw. | usa |
2006-06-07 | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa |
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 |
2006-05-22 | add reason for accept(2) failure in accept_nonblock. | akr |
2006-05-22 | update *_nonblock doc. | akr |
2006-05-22 | use rb_read_pending instead of rb_io_read_pending. | akr |
2006-05-22 | * rubyio.h (rb_io_set_nonblock): declared. | akr |
2006-05-02 | * ext/socket/socket.c (make_hostent_internal): accept ai_family | matz |
2006-04-21 | * ext/socket/socket.c: document update patch from Sam Roberts | matz |
2005-11-28 | * ext/socket/socket.c (init_inetsock_internal): remove setting | usa |
2005-11-28 | * ext/socket/socket.c (init_inetsock_internal): remove setting | usa |
2005-11-11 | * ext/socket/socket.c: Socket Documentation. [ruby-core:6580] | ocean |
2005-09-18 | * file.c (rb_thread_flock): wrap the flock system call by | akr |
2005-08-02 | * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654] | matz |
2005-07-28 | * ext/socket/socket.c (ruby_connect): break immediately if a | matz |
2005-07-19 | * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET, | ocean |
2005-07-19 | * ext/socket/socket.c: should not undef close on win32. | ocean |
2005-07-02 | use CMSG_LEN. | akr |
2005-07-02 | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr |
2005-06-08 | * bignum.c (get2comp): calculate proper 2's complement for | matz |
2005-03-08 | * ext/socket/socket.c: document from Sam Roberts | matz |
2005-03-08 | * ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs. | usa |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2005-02-28 | * ext/socket/socket.c (Init_socket): add bunch of Socket | matz |
2005-02-21 | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa |
2005-02-10 | * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. | usa |
2005-02-08 | * ext/curses/curses.c (window_color_set): [ruby-core:04393] | matz |