index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
resolv.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disable
akr
2009-10-09
1
-1
/
+3
*
* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.
akr
2009-10-06
1
-4
/
+5
*
* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
nobu
2009-02-01
1
-2
/
+2
*
fix rdoc.
akr
2009-01-31
1
-2
/
+2
*
* lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 address
akr
2009-01-31
1
-1
/
+13
*
trailing spaces removed.
akr
2008-09-14
1
-20
/
+20
*
* lib/resolv.rb: randomize source port and transaction id.
akr
2008-08-08
1
-118
/
+159
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-2
/
+2
*
* lib/resolv.rb (Resolv::Config.default_config_hash): requires
nobu
2008-03-31
1
-0
/
+1
*
* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.
nobu
2008-03-21
1
-1
/
+1
*
* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
naruse
2008-01-05
1
-10
/
+2
*
* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.
naruse
2007-12-28
1
-3
/
+10
*
* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
naruse
2007-12-26
1
-3
/
+3
*
* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):
matz
2006-08-08
1
-2
/
+3
*
* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):
akr
2006-05-07
1
-1
/
+1
*
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
matz
2006-02-20
1
-8
/
+12
*
* lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute.
akr
2005-06-15
1
-7
/
+22
*
Added Eric Hodel's rdoc to resolv.rb and added file to .document
ryan
2005-06-09
1
-319
/
+636
*
* lib/resolv.rb (Resolv::DNS::Name#subdomain_of?): new method.
akr
2005-02-07
1
-0
/
+31
*
* lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was not
akr
2005-02-05
1
-6
/
+24
*
example modified a bit.
akr
2005-01-29
1
-4
/
+4
*
* lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRV
akr
2005-01-29
1
-0
/
+58
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):
akr
2005-01-28
1
-0
/
+10
*
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
akr
2005-01-21
1
-3
/
+1
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignore
akr
2005-01-18
1
-0
/
+2
*
* lib/resolv.rb (Config.default_config_hash): when multiple domains
usa
2004-08-23
1
-1
/
+1
*
* lib/resolv.rb (Resolv::DNS::Config): make it configurable without
akr
2004-05-12
1
-35
/
+92
*
* lib/resolv.rb: don't use Regexp#source to embed regexps.
akr
2004-04-23
1
-5
/
+5
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-6
/
+6
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-1
/
+1
*
* ext/Win32API/lib/win32/resolv.rb: added.
usa
2003-07-24
1
-41
/
+51
*
* lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulate
akr
2003-04-21
1
-3
/
+3
*
use Object#class instead of deprecated Object#type.
nobu
2002-10-02
1
-3
/
+3
*
* lib/resolv.rb (Resolv::DNS::open, close): new.
nobu
2002-07-12
1
-17
/
+41
*
* lib/resolv.rb: untaint strings read from /etc/hosts and
shugo
2002-07-11
1
-0
/
+6
*
modify document.
akr
2002-04-18
1
-2
/
+5
*
* lib/resolv.rb: fix arguments to create exceptions.
akr
2002-03-22
1
-2
/
+2
*
* lib/resolv.rb: don't complete domains for absolute FQNs.
akr
2002-03-12
1
-30
/
+31
*
* lib/resolv.rb: use its own thread group for background threads.
akr
2002-03-08
1
-0
/
+5
*
* lib/timeout.rb (timeout): new optional argument to specify an
akr
2002-01-16
1
-2
/
+5
*
* lib/time.rb: date.rb is not required anymore.
akr
2001-12-18
1
-12
/
+35
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-7
/
+7
*
* bignum.c (rb_big_aref): idx may be a Bignum.
matz
2001-11-01
1
-32
/
+318
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-1
/
+4
*
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-19
1
-1
/
+1
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-0
/
+1346