aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-5/+7
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-9/+7
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-0/+2
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-7/+42
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-241-1/+18
* Work around OSX strangneness with recvfrom on connection-oriented socketsdave2004-06-231-1/+5
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-9/+21
* * ext/socket/socket.c (make_hostent_internal): remove debug print.matz2004-05-201-1/+0
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-203-0/+7
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* use numerichost if cannot resolve hostnameseki2004-05-061-5/+5
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-3/+3
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-0/+2
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-15/+65
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-95/+55
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-7/+16
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-0/+17
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-061-8/+44
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-3/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-18/+25
* * ext/socket/socket.c (make_hostent): a bug in brace position.matz2004-01-101-1/+3
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-101-12/+17
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-12/+13
* * 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
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-2/+23
* * 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
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-0/+1
* * 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/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu2002-12-311-0/+2
* * 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-153-6/+6