summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
AgeCommit message (Expand)Author
2024-02-01Revert "Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns"KJ Tsanaktsidis
2024-01-11Remove setaffinity of pthread for getaddrinfoYusuke Endoh
2023-12-07Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis
2023-11-07Use pthread_attr_setaffinity_np instead of pthread_setaffinity_npYusuke Endoh
2023-10-24Make rb_getaddrinfo interruptibleYusuke Endoh
2023-04-06Update VPATH for socket, & dependenciesMatt Valentine-House
2023-01-30Extract check for RSTRING_SOCKLENNobuyoshi Nakada
2022-11-21Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-11-04Substitute from the actual netinet6/in6.hNobuyoshi Nakada
2021-11-02ext/socket/extconf.rb: Fix the chech if if_indextoname is availableYusuke Endoh
2020-12-07Revert getaddrinfo_a()Masaki Matsushita
2019-11-01Prefer libsocksd over libsocksJustin McNally
2019-11-01Support libsocksd socks library for SOCKSSocketJustin McNally
2019-09-10Support timeout for AddrinfoMasaki Matsushita
2019-09-09Revert "Support timeout for Addrinfo"Masaki Matsushita
2019-09-09Support timeout for AddrinfoMasaki Matsushita
2018-03-02search winsock libraries explicitlynobu
2017-08-31Add Socket::Ifaddr.vhid on supported platforms [Feature #13803]naruse
2017-07-25socket: system getaddrinfo on Windowsnobu
2017-02-27ext/socket/extconf.rb: fix a typonobu
2015-12-16handle ext/ as r53141naruse
2015-11-24Drop support for BeOSnobu
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-03-25* ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,naruse
2015-02-08socket/extconf.rb: reduce duplicated codenobu
2014-05-19* ext/socket/extconf.rb: Don't check fields of struct tcp_info if theakr
2014-05-19* ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_...akr
2014-02-19* ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr
2013-06-12* ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS Xdrbrain
2013-05-14socket: fix build error and warnings on mingwnobu
2013-05-13* ext/socket/extconf.rb: Check socketpair again.akr
2013-05-13* win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental]usa
2013-05-11* ext/socket: New method, Socket.getifaddrs, implemented.akr
2013-05-07* ext/socket/extconf.rb: Set close_fds false for Cygwin.akr
2013-05-03* ext/socket/extconf.rb: Make default_ipv6 true for Cygwin.akr
2013-04-27* ext/socket/extconf.rb: Redundant test removed.akr
2013-04-27* ext/socket/extconf.rb (test_recvmsg_with_msg_peek_creates_fds):akr
2013-04-26* ext/socket/extconf.rb: Use a block of enable_config() forakr
2013-04-26* ext/curses/extconf.rb: Test linkability of curses_version at first.akr
2013-04-25* ext/socket/extconf.rb: Don't use WIDE getaddrinfo by default.akr
2013-04-25* ext/socket/extconf.rb: Remove obsolete options: ---with-ipv6-lib andakr
2013-04-25* ext/socket/extconf.rb: Implementakr
2013-04-25* ext/socket/extconf.rb: Extract C programs as toplevel constants.akr
2013-04-08socket/extconf.rb: add -Dnobu
2013-04-08socket/extconf.rb: check struct in_addr6nobu
2013-04-06socket/extconf.rb: RSTRING_SOCKLENnobu
2013-04-04* ext/socket/extconf.rb: Remove condition for bcc.akr
2013-04-03* ext/socket/extconf.rb: Specify arguments to test functions.akr
2013-04-03* ext/socket/extconf.rb: Test functions and libraries after headers.akr