index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2009-01-19
* ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only when
nobu
2009-01-19
* ext/socket/depend: workaround for nmake. files in depend without
usa
2009-01-19
* ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): support
usa
2009-01-18
* ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): new
akr
2009-01-18
* ext/socket/raddrinfo.c (addrinfo_ip_address): new method
akr
2009-01-18
* ext/socket/unixsocket.c: redandant #ifdef removed.
akr
2009-01-17
* ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.
akr
2009-01-17
* ext/socket/raddrinfo.c (addrinfo_mdump): new method.
akr
2009-01-17
* ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.
akr
2009-01-17
rdoc update.
akr
2009-01-17
* ext/socket/lib/socket.rb: new file.
akr
2009-01-17
* configure.in (darwin): get rid of strange settings issue of
nobu
2009-01-17
* ext/socket/mkconstants.rb: generate a header file for generated
akr
2009-01-17
* ext/socket/raddrinfo.c (make_inspectname): add a res argument to
akr
2009-01-17
* ext/socket/mkconstants.rb: don't cause an error for duplicate names.
akr
2009-01-17
rdoc update.
akr
2009-01-17
* ext/socket: split files for each class.
akr
2009-01-16
* ext/socket/socket.c: move addrinfo code.
akr
2009-01-15
* ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.
akr
2009-01-14
* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.
akr
2009-01-14
* ext/curses/extconf.rb: check ncursesw earlier than ncurses to
matz
2009-01-14
* ext/socket/extconf.rb (gai_strerror): checks if available and if
nobu
2009-01-13
* ext/socket/addrinfo.h (AI_NUMERICSERV): defined.
akr
2009-01-13
* ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL if
akr
2009-01-13
* ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h
usa
2009-01-13
Commit miss in previous commit.
duerst
2009-01-12
* ext/socket/extconf.rb: use headers instead of "netdb.h" in checking
usa
2009-01-12
* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of
nagai
2009-01-12
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
akr
2009-01-12
* ext/socket/socket.c (addrinfo_ip_unpack): new method
akr
2009-01-12
* ext/socket/socket.c (IS_IP_FAMILY): defined.
akr
2009-01-12
rdoc update.
akr
2009-01-12
* ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.
akr
2009-01-11
* ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature for
nobu
2009-01-10
add constants.
akr
2009-01-10
rdoc update.
akr
2009-01-10
rdoc update.
akr
2009-01-10
* ext/socket/mkconstants.rb: don't generate unintended newlines.
akr
2009-01-10
* ext/socket/mkconstants.rb: refactored to nest properly in statically
akr
2009-01-09
* ext/socket/socket.c (sock_define_const): use INT2NUM.
akr
2009-01-09
* ext/socket/mkconstants.rb: define macro if default_value is passed.
usa
2009-01-09
* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.
nagai
2009-01-08
* ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.
akr
2009-01-08
* ext/socket/mkconstants.rb (gen_name_to_int_func): generate
akr
2009-01-08
* ext/socket/socket.c: don't use AI_NUMERICSERV for platforms which
akr
2009-01-07
* ext/socket/socket.c (init_unix_addrinfo): don't return a value.
akr
2009-01-07
* ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktype
akr
2009-01-07
* ext/socket/socket.c (host_str): add flags_ptr argument to specify
akr
2009-01-07
* ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.
akr
2009-01-07
* ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):
nobu
[next]