aboutsummaryrefslogtreecommitdiffstats
path: root/lib/resolv.rb
Commit message (Expand)AuthorAgeFilesLines
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * ext/Win32API/lib/win32/resolv.rb: added.usa2003-07-241-41/+51
* * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr2003-04-211-3/+3
* use Object#class instead of deprecated Object#type.nobu2002-10-021-3/+3
* * lib/resolv.rb (Resolv::DNS::open, close): new.nobu2002-07-121-17/+41
* * lib/resolv.rb: untaint strings read from /etc/hosts andshugo2002-07-111-0/+6
* modify document.akr2002-04-181-2/+5
* * lib/resolv.rb: fix arguments to create exceptions.akr2002-03-221-2/+2
* * lib/resolv.rb: don't complete domains for absolute FQNs.akr2002-03-121-30/+31
* * lib/resolv.rb: use its own thread group for background threads.akr2002-03-081-0/+5
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-161-2/+5
* * lib/time.rb: date.rb is not required anymore.akr2001-12-181-12/+35
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-7/+7
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-32/+318
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+4
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-0/+1346