index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
open-uri.rb
Age
Commit message (
Expand
)
Author
2007-10-08
* lib/net/http.rb, lib/open-uri.rb: remove
gotoyuzo
2007-09-23
* lib/net/http.rb: an SSL verification (the server hostname should
gotoyuzo
2007-07-13
* lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to access
akr
2006-08-04
Merge RDoc changes from HEAD.
drbrain
2005-09-07
* lib/open-uri.rb: abolish mod === tempfile to avoid a problem
akr
2005-07-01
* lib/open-uri.rb (OpenURI.open_http): refine post_connection_check
akr
2005-05-25
* lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of
akr
2005-02-19
* lib/open-uri.rb (URI::FTP#buffer_open): access mechanism
akr
2005-02-19
* lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check
akr
2005-02-12
* lib/open-uri.rb (OpenURI.open_loop): send authentication only for
akr
2005-02-12
document updated.
akr
2005-02-12
* lib/open-uri.rb: support https if the platform provides CA
akr
2005-02-11
* lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:
akr
2005-02-08
document updated.
akr
2005-02-05
comment refined.
akr
2004-07-09
lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ...
akr
2004-04-21
* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.
akr
2004-04-12
enable document for Kernel.open.
akr
2004-04-04
comments modified.
akr
2004-03-27
* (lib/open-uri.rb): permit extra semicolon in content-type field.
akr
2004-02-01
* lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopback
akr
2004-01-31
* lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.
akr
2004-01-31
lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.
akr
2004-01-07
fix typos.
akr
2003-11-25
fix previous change.
akr
2003-11-25
* lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity test
akr
2003-11-25
* lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI
akr
2003-11-24
* lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use
akr
2003-11-24
* lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY
akr
2003-11-24
* lib/open-uri.rb: validate option names.
akr
2003-11-15
* lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):
akr
2003-11-13
inconsistency of the arguments for respond_to? in previous change is fixed.
akr
2003-11-13
* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.
akr
2003-11-13
* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.
akr
2003-10-05
* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.
nahi
2003-05-15
* lib/open-uri.rb (OpenURI::Redirect#initialize): call super to
akr
2003-02-26
* lib/open-uri.rb: replace Kernel.open as well.
akr
2003-02-05
* lib/open-uri.rb: dispatch code restructured to make it openable
akr
2003-02-05
* lib/open-uri.rb: Location: field may has a relative URI.
akr
2002-12-18
Add a missing ||.
knu
2002-12-16
* lib/open-uri.rb: new file.
akr