| Commit message (Expand) | Author | Age | Files | Lines |
| * | socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com> | matz | 2006-09-26 | 1 | -0/+8 |
| * | * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. | akr | 2006-09-02 | 1 | -1/+2 |
| * | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr | 2006-09-02 | 2 | -1/+6 |
| * | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz | 2006-08-07 | 1 | -0/+6 |
| * | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr | 2006-06-21 | 1 | -7/+9 |
| * | * ext/socket/socket.c (bsock_recv_nonblock): new method | akr | 2006-06-17 | 1 | -100/+99 |
| * | * configure.in: add new configure option `--with-winsock2' for mingw. | usa | 2006-06-07 | 1 | -1/+1 |
| * | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa | 2006-06-07 | 1 | -1/+5 |
| * | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject | akr | 2006-06-05 | 1 | -0/+14 |
| * | * ext/socket/socket.c: fix sockaddr_un handling. | akr | 2006-06-04 | 1 | -25/+44 |
| * | update doc. | akr | 2006-06-02 | 1 | -50/+52 |
| * | fix a comment. | akr | 2006-06-01 | 1 | -6/+6 |
| * | * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket | akr | 2006-06-01 | 1 | -61/+282 |
| * | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 2 | -64/+35 |
| * | update nonblocking methods document. | akr | 2006-05-24 | 1 | -27/+34 |
| * | add reason for accept(2) failure in accept_nonblock. | akr | 2006-05-22 | 1 | -2/+1 |
| * | update *_nonblock doc. | akr | 2006-05-22 | 1 | -160/+25 |
| * | use rb_read_pending instead of rb_io_read_pending. | akr | 2006-05-22 | 1 | -1/+1 |
| * | * rubyio.h (rb_io_set_nonblock): declared. | akr | 2006-05-22 | 1 | -2/+361 |
| * | * ext/socket/socket.c (make_hostent_internal): accept ai_family | matz | 2006-05-02 | 1 | -5/+4 |
| * | * ext/socket/socket.c: document update patch from Sam Roberts | matz | 2006-04-21 | 1 | -2/+232 |
| * | * ext/socket/socket.c (init_inetsock_internal): remove setting | usa | 2005-11-28 | 1 | -0/+5 |
| * | * ext/socket/socket.c (init_inetsock_internal): remove setting | usa | 2005-11-28 | 1 | -5/+0 |
| * | * ext/socket/socket.c: Socket Documentation. [ruby-core:6580] | ocean | 2005-11-11 | 1 | -0/+510 |
| * | * file.c (rb_thread_flock): wrap the flock system call by | akr | 2005-09-18 | 1 | -0/+4 |
| * | * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654] | matz | 2005-08-02 | 1 | -6/+2 |
| * | * ext/socket/socket.c (ruby_connect): break immediately if a | matz | 2005-07-28 | 1 | -0/+5 |
| * | * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET, | ocean | 2005-07-19 | 2 | -2/+5 |
| * | * ext/socket/socket.c: should not undef close on win32. | ocean | 2005-07-19 | 1 | -5/+0 |
| * | use CMSG_LEN. | akr | 2005-07-02 | 1 | -2/+2 |
| * | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 1 | -13/+29 |
| * | * bignum.c (get2comp): calculate proper 2's complement for | matz | 2005-06-08 | 2 | -2/+33 |
| * | * ext/socket/socket.c: document from Sam Roberts | matz | 2005-03-08 | 1 | -0/+85 |
| * | * ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs. | usa | 2005-03-08 | 1 | -0/+1 |
| * | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -4/+4 |
| * | * ext/socket/socket.c (Init_socket): add bunch of Socket | matz | 2005-02-28 | 1 | -0/+252 |
| * | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2005-02-21 | 1 | -7/+45 |
| * | * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. | usa | 2005-02-10 | 1 | -2/+1 |
| * | * ext/curses/curses.c (window_color_set): [ruby-core:04393] | matz | 2005-02-08 | 1 | -0/+3 |
| * | * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into | usa | 2005-02-06 | 1 | -1/+2 |
| * | * ext/socket/extconf.rb: check if getaddrinfo() works fine only when | nobu | 2005-02-06 | 1 | -150/+54 |
| * | * eval.c (run_trap_eval): prototype; avoid VC++ warnings. | usa | 2004-12-11 | 1 | -1/+1 |
| * | * ext/socket/socket.c (sock_listen): get OpenFile just before calling | nobu | 2004-12-09 | 1 | -1/+3 |
| * | Port socket library to VMS. | akiyoshi | 2004-12-09 | 2 | -2/+11 |
| * | * ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039] | matz | 2004-12-07 | 1 | -0/+1 |
| * | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -8/+9 |
| * | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -4/+0 |
| * | * gc.c (gc_mark): enable GC stack checking. | matz | 2004-11-04 | 1 | -0/+2 |
| * | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -8/+0 |
| * | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz | 2004-10-20 | 1 | -5/+7 |