summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
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 amatz
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-02use CMSG_LEN.akr
2005-07-02* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr
2005-06-08* bignum.c (get2comp): calculate proper 2's complement formatz
2005-03-08* ext/socket/socket.c: document from Sam Robertsmatz
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 Socketmatz
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
2005-02-06* instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa
2005-02-06* ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09Port socket library to VMS.akiyoshi
2004-12-07* ext/socket/socket.c (bsock_setsockopt): [ruby-dev:25039]matz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-07-15ext/socket/socket.c (s_recvfrom): remove C++ style comment.eban
2004-06-24* eval.c (rb_thread_atfork): remove "fork terminates thread"matz
2004-06-23Work around OSX strangneness with recvfrom on connection-oriented socketsdave
2004-05-20* ext/socket/socket.c: fix SEGV. [ruby-dev:23550]ocean
2004-05-20* ext/socket/socket.c: check SCM_RIGHTS macro addition toakr
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-06use numerichost if cannot resolve hostnameseki
2004-04-06* ext/socket/socket.c (make_hostent): must return value.usa
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-01-27* ext/socket/socket.c (s_recvfrom): sending length should be annobu
2003-12-14* ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-07* ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-07* ext/socket/extconf.rb: useless assignment removed.akr
2003-10-06* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr
2003-10-01* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz
2003-09-26* ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa