summaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c (addrinfo_type): typed.HEADmasternobu2009-12-301-15/+18
* * ext/socket/extconf.rb: use have_struct_member.nobu2009-12-302-8/+5
* * ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu2009-12-307-56/+60
* * ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.usa2009-11-191-0/+3
* fix typos.akr2009-11-046-32/+32
* * ext/socket/socket.c (socket_s_ip_address_list): use FreeLibrary() towanabe2009-11-011-4/+4
* * ext/socket/extconf.rb : Compilation failure on AIX.kanemoto2009-10-281-1/+3
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-162-2/+2
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-151-0/+5
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-141-0/+6
* * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr2009-10-081-19/+42
* update comment.akr2009-10-071-0/+1
* * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa2009-08-121-0/+3
* * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa2009-07-221-0/+3
* * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa2009-07-221-1/+1
* * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa2009-07-221-1/+1
* * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa2009-07-221-0/+4
* * ext/socket/extconf.rb: enable ipv6 support for win32.usa2009-07-221-0/+2
* * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr2009-07-201-1/+1
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-191-2/+2
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-1/+11
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-171-1/+1
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa2009-07-161-1/+1
* rdoc update.akr2009-07-071-9/+9
* rdoc update.akr2009-07-011-3/+0
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-3/+9
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-184-62/+64
* * io.c (rb_mWaitReadable): defined.akr2009-03-197-16/+52
* * ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not definedtakano322009-03-182-4/+7
* * ext/socket/init.c (wait_connectable0): remove unreachable code.akr2009-03-131-2/+0
* rdoc update.akr2009-03-081-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-9/+9
* rdoc update.akr2009-03-041-2/+2
* * ext/socket/sockport.h (SS_LEN): defined unconditionally.akr2009-03-021-1/+3
* * ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.akr2009-03-021-2/+2
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-021-1/+3
* forgot to commit.akr2009-03-021-7/+7
* * ext/socket/raddrinfo.c: suppress warnings.akr2009-03-013-6/+6
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-014-6/+7
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-018-38/+36
* * ext/socket: add rsock_prefix.akr2009-03-0116-282/+282
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-281-0/+8
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1akr2009-02-281-0/+2
* * ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr2009-02-274-10/+19
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-271-17/+63
* rdoc update.akr2009-02-261-1/+1
* rdoc update.akr2009-02-261-2/+2
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-261-0/+40
* * ext/socket/mkconstants.rb: more MSG_* constants.akr2009-02-251-0/+8
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-251-4/+87