aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/socket/socket.c: fix SEGV. [ruby-dev:23550]ocean2004-05-201-1/+1
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-9/+21
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-202-0/+6
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* use numerichost if cannot resolve hostnameseki2004-05-061-4/+4
* * ext/socket/socket.c (make_hostent): must return value.usa2004-04-061-3/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-25/+44
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-0/+17
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-3/+4
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-2/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-4/+4
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-222-5/+9
* * ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu2003-11-071-7/+12
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-201-4/+8
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * ext/socket/extconf.rb: useless assignment removed.akr2003-10-071-2/+2
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-062-1/+14
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-012-225/+141
* * ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa2003-09-261-2/+2
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-5/+14
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-023-0/+26
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-5/+23
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-0/+2
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-302-6/+8
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-292-2/+2
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-2/+1