summaryrefslogtreecommitdiffstats
path: root/ext/socket/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solarisakr2009-02-121-0/+3
* * ext/socket/extconf.rb: check getpeereid.akr2009-02-111-0/+2
* * ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.akr2009-02-081-0/+3
* * ext/socket/extconf.rb: check struct cmsgcred.akr2009-02-081-0/+1
* * ext/socket/extconf.rb: check struct sockcred.akr2009-02-081-0/+2
* * lib/mkmf.rb (have_header): needs dependent headers if trying tonobu2009-02-071-1/+1
* revert useless change part in the previous commit.akr2009-02-031-2/+2
* * ext/socket/extconf.rb: fix struct in_pktinfo and struct in6_pktinfoakr2009-02-031-4/+4
* * ext/socket/extconf.rb (in_pktinfo, in6_pktinfo),nobu2009-02-021-0/+8
* * ext/socket/rubysocket.h (cmsg_type_arg): declared.akr2009-02-021-0/+1
* * ext/socket/rubysocket.h (rb_cSockOpt): declared.akr2009-02-021-0/+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-201-0/+6
* * ext/socket: split files for each class.akr2009-01-171-1/+14
* * ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu2009-01-141-0/+13
* * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr2009-01-131-0/+1
* * ext/socket/extconf.rb: use headers instead of "netdb.h" in checkingusa2009-01-121-1/+1
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-0/+2
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-1/+4
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-141-0/+5
* * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaroundmatz2006-11-021-0/+4
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-021-1/+3
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-53/+35
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-211-1/+0
* * sorry, commit miss.usa2005-10-181-1/+1
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-181-0/+2
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-191-1/+0
* * bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz2005-06-071-2/+7
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-7/+2
* * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa2005-02-061-2/+3
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-168/+53
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-12/+13
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * ext/socket/extconf.rb: useless assignment removed.akr2003-10-071-2/+2
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-061-1/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-0/+1
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-5/+14
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-021-0/+18
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-301-2/+4
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-1/+1
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-241-2/+23
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-0/+1
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-081-59/+5
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+4
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-041-3/+4
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-2/+3
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-191-9/+19
* * ext/socket/extconf.rb (have_struct_member): don't print checkedakr2002-03-081-4/+4
* * ext/socket/extconf.rb (have_struct_member): new method.akr2002-02-281-0/+40