summaryrefslogtreecommitdiffstats
path: root/ext/socket/socket.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/curses/curses.c (window_color_set): [ruby-core:04393]matz2005-02-081-0/+3
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* Port socket library to VMS.akiyoshi2004-12-091-1/+5
* * 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
* * 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
* * 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-221-2/+6
* * 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
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-061-0/+13
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-225/+140
* * ext/socket/socket.c (ruby_connect): on win32, type of the 4thusa2003-09-261-2/+2
* * 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-301-4/+4
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-1/+1
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-2/+1
* * io.c (io_close): missing prototype.aamine2003-06-231-0/+1
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-271-2/+2
* * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu2003-05-161-12/+33
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-4/+0
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-7/+5
* * ext/socket/socket.c (tcp_svr_init): local host tonobu2002-12-291-3/+3
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-3/+3
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-021-0/+15
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-7/+7
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-021-12/+7
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-20/+0