aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p): new method.akr2009-01-311-3/+177
* * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XPusa2009-01-292-2/+93
* * ext/socket/init.c (socks_connect_blocking): moved fromakr2009-01-272-10/+10
* * ext/socket/socket.c (socket_s_ip_address_list): renamed fromakr2009-01-251-4/+4
* * ext/socket/socket.c (socket_s_list_ip_address): constified.nobu2009-01-251-1/+1
* * ext/socket/extconf.rb ($distcleanfiles): fixed typo.nobu2009-01-221-1/+1
* * ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].nobu2009-01-221-1/+1
* * ext/socket/socket.c (socket_s_list_ip_address): new method.akr2009-01-204-1/+255
* * ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr2009-01-202-4/+16
* * ext/socket/mkconstants.rb (SOMAXCONN): defined.akr2009-01-191-0/+2
* * ext/socket/mkconstants.rb: use erb for generating code.akr2009-01-191-7/+10
* * ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),nobu2009-01-191-1/+3
* * ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only whennobu2009-01-191-2/+10
* * ext/socket/depend: workaround for nmake. files in depend withoutusa2009-01-191-2/+2
* * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): supportusa2009-01-192-6/+10
* * ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): newakr2009-01-181-16/+44
* * ext/socket/raddrinfo.c (addrinfo_ip_address): new methodakr2009-01-181-0/+66
* * ext/socket/unixsocket.c: redandant #ifdef removed.akr2009-01-181-4/+0
* * ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.akr2009-01-171-21/+12
* * ext/socket/raddrinfo.c (addrinfo_mdump): new method.akr2009-01-174-10/+204
* * ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.akr2009-01-173-1/+10
* rdoc update.akr2009-01-171-0/+4
* * ext/socket/lib/socket.rb: new file.akr2009-01-171-0/+373
* * ext/socket/mkconstants.rb: generate a header file for generatedakr2009-01-174-28/+62
* * ext/socket/raddrinfo.c (make_inspectname): add a res argument toakr2009-01-171-5/+25
* * ext/socket/mkconstants.rb: don't cause an error for duplicate names.akr2009-01-171-1/+5
* rdoc update.akr2009-01-171-1/+3
* * ext/socket: split files for each class.akr2009-01-1716-4207/+4530
* * ext/socket/socket.c: move addrinfo code.akr2009-01-161-1026/+1030
* * ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.akr2009-01-151-2/+24
* * ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu2009-01-142-2/+18
* * ext/socket/addrinfo.h (AI_NUMERICSERV): defined.akr2009-01-132-1/+5
* * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr2009-01-132-0/+13
* * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.husa2009-01-132-0/+2
* Commit miss in previous commit.duerst2009-01-131-1/+1
* * ext/socket/extconf.rb: use headers instead of "netdb.h" in checkingusa2009-01-122-2/+2
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr2009-01-121-0/+10
* * ext/socket/socket.c (addrinfo_ip_unpack): new methodakr2009-01-121-1/+66
* * ext/socket/socket.c (IS_IP_FAMILY): defined.akr2009-01-121-6/+7
* rdoc update.akr2009-01-121-15/+17
* * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.akr2009-01-121-1/+1
* * ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature fornobu2009-01-111-1/+1
* add constants.akr2009-01-101-0/+2
* rdoc update.akr2009-01-101-0/+10
* rdoc update.akr2009-01-101-2/+711
* * ext/socket/mkconstants.rb: don't generate unintended newlines.akr2009-01-101-2/+2
* * ext/socket/mkconstants.rb: refactored to nest properly in staticallyakr2009-01-101-23/+34
* * ext/socket/socket.c (sock_define_const): use INT2NUM.akr2009-01-091-2/+2
* * ext/socket/mkconstants.rb: define macro if default_value is passed.usa2009-01-091-4/+8
* * ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.akr2009-01-082-4/+12