summaryrefslogtreecommitdiff
path: root/lib/resolv.rb
AgeCommit message (Expand)Author
2008-06-06* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-04-10* lib/resolv.rb (Resolv::DNS#each_address): backport from 1.9 forakr
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2007-12-28* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse
2007-12-26* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse
2007-12-01* lib/resolv.rb: documentation update. backported from 1.9.matz
2006-05-07* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr
2005-02-07* lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.akr
2005-02-05* lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was notakr
2005-01-29example modified a bit.akr
2005-01-29* lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRVakr
2005-01-28* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):akr
2005-01-21* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.akr
2005-01-18* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignoreakr
2004-08-23* lib/resolv.rb (Config.default_config_hash): when multiple domainsusa
2004-05-12* lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr
2004-04-23* lib/resolv.rb: don't use Regexp#source to embed regexps.akr
2003-10-16consistent parentheses in assignment RHS.matz
2003-07-24* ext/Win32API/lib/win32/resolv.rb: added.usa
2003-04-21* lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-07-12* lib/resolv.rb (Resolv::DNS::open, close): new.nobu
2002-07-11* lib/resolv.rb: untaint strings read from /etc/hosts andshugo
2002-04-18modify document.akr
2002-03-22* lib/resolv.rb: fix arguments to create exceptions.akr
2002-03-12* lib/resolv.rb: don't complete domains for absolute FQNs.akr
2002-03-08* lib/resolv.rb: use its own thread group for background threads.akr
2002-01-16* lib/timeout.rb (timeout): new optional argument to specify anakr
2001-12-18* lib/time.rb: date.rb is not required anymore.akr
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz