summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
AgeCommit message (Expand)Author
2013-02-15 * ext/socket/extconf.rb: workaround for mswin/mingw build problem.usa
2013-02-15* ext/socket/extconf.rb: use all all tested available headers forakr
2013-02-15* ext/socket/extconf.rb: test struct sockaddr_storage directly.akr
2013-02-13* ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.akr
2013-02-13add comment.akr
2013-02-13* ext/socket/extconf.rb: don't define socklen_t here, just test.akr
2013-02-12* ext/socket/extconf.rb: test functions just after struct members.akr
2013-02-10* ext/socket/extconf.rb: test structure members just after types test.akr
2013-02-10* ext/socket/extconf.rb: test types just after headers test.akr
2013-02-10add comments.akr
2013-02-10* ext/socket/extconf.rb: test headers at first.akr
2013-01-26extconf.rb: fix warningsnobu
2012-07-19* ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa
2012-03-05* ext/socket/extconf.rb: fix typo.nobu
2012-01-12Do not define _WIN32_WINNT multiple timesluislavena
2011-12-08* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa
2011-12-05* include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa
2011-12-01* ext/socket/extconf.rb: get rid of warnings bynobu
2011-12-01* ext/socket/extconf.rb: add arguments for macro calls.nobu
2011-10-31* ext/socket/init.c (cloexec_accept): new function to use accept4 ifakr
2011-07-24* ext/socket/extconf.rb: refine the recvmsg test.akr
2011-07-24* ext/socket/extconf.rb: fix the recvmsg test.akr
2011-07-23* ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr
2011-06-21* internal.h: move rb_thread_io_blocking_region() declarationkosaki
2010-12-25 * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-11-01* ext/socket/extconf.rb: win64 is just same with win32 about socket.usa
2010-09-13* ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of anobu
2010-05-19* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa
2010-05-12* ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa
2010-05-11* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr
2010-04-28* ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,nobu
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2009-12-30* ext/socket/extconf.rb: use have_struct_member.nobu
2009-12-30* ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu
2009-10-28* ext/socket/extconf.rb : Compilation failure on AIX.kanemoto
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-07-22 * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa
2009-07-22 * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa
2009-07-22 * ext/socket/extconf.rb: enable ipv6 support for win32.usa
2009-03-18* ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not definedtakano32
2009-02-12* ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solarisakr
2009-02-11* ext/socket/extconf.rb: check getpeereid.akr
2009-02-08* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr
2009-02-08* ext/socket/extconf.rb: check struct cmsgcred.akr
2009-02-08* ext/socket/extconf.rb: check struct sockcred.akr
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-02-03revert useless change part in the previous commit.akr