aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-171-100/+99
* * configure.in: add new configure option `--with-winsock2' for mingw.usa2006-06-071-1/+1
* * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-071-1/+5
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+14
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-25/+44
* update doc.akr2006-06-021-50/+52
* fix a comment.akr2006-06-011-6/+6
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-61/+282
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-252-64/+35
* update nonblocking methods document.akr2006-05-241-27/+34
* add reason for accept(2) failure in accept_nonblock.akr2006-05-221-2/+1
* update *_nonblock doc.akr2006-05-221-160/+25
* use rb_read_pending instead of rb_io_read_pending.akr2006-05-221-1/+1
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-2/+361
* * ext/socket/socket.c (make_hostent_internal): accept ai_familymatz2006-05-021-5/+4
* * ext/socket/socket.c: document update patch from Sam Robertsmatz2006-04-211-2/+232
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-0/+5
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-5/+0
* * ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean2005-11-111-0/+510
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+4
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-6/+2
* * ext/socket/socket.c (ruby_connect): break immediately if amatz2005-07-281-0/+5
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-192-2/+5
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-5/+0
* use CMSG_LEN.akr2005-07-021-2/+2
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-13/+29
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-082-2/+33
* * ext/socket/socket.c: document from Sam Robertsmatz2005-03-081-0/+85
* * ext/socket/socket.rb: workaround for some of 4.4BSD-Lite derived OSs.usa2005-03-081-0/+1
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-4/+4
* * ext/socket/socket.c (Init_socket): add bunch of Socketmatz2005-02-281-0/+252
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2005-02-211-7/+45
* * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h.usa2005-02-101-2/+1
* * ext/curses/curses.c (window_color_set): [ruby-core:04393]matz2005-02-081-0/+3
* * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa2005-02-061-1/+2
* * ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu2005-02-061-150/+54
* * eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa2004-12-111-1/+1
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* Port socket library to VMS.akiyoshi2004-12-092-2/+11
* * ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz2004-12-071-0/+1
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-8/+9
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-4/+0
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+2
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-8/+0
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-5/+7
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-9/+7
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+2
* ext/socket/socket.c (s_recvfrom): remove C++ style comment.eban2004-07-151-1/+0
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-1/+18
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-1/+5