summaryrefslogtreecommitdiff
path: root/lib/resolv.rb
AgeCommit message (Expand)Author
2008-09-14trailing spaces removed.akr
2008-08-08* lib/resolv.rb: randomize source port and transaction id.akr
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
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
2008-01-05* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAAnaruse
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
2006-08-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz
2006-05-07* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr
2006-02-20* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz
2005-06-15* lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.akr
2005-06-09Added Eric Hodel's rdoc to resolv.rb and added file to .documentryan
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
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
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