aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation cleanup.drbrain2006-08-041-56/+53
* * lib/open-uri.rb: add :ssl_verify_mode option.akr2006-02-191-1/+25
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine2005-11-021-1/+1
* * lib/open-uri.rb (OpenURI.open_loop): prohibit multiple proxyakr2005-09-301-5/+17
* * lib/open-uri.rb (:proxy_http_basic_authentication): new option.akr2005-09-291-11/+47
* * lib/open-uri.rb: add :read_timeout option.akr2005-09-151-0/+11
* * lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr2005-09-071-2/+2
* * lib/open-uri.rb (OpenURI.open_http): refine post_connection_checkakr2005-07-011-3/+8
* * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content ofakr2005-05-251-1/+1
* * lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr2005-02-191-4/+33
* * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr2005-02-191-1/+6
* * lib/open-uri.rb (OpenURI.open_loop): send authentication only forakr2005-02-121-1/+7
* document updated.akr2005-02-121-8/+9
* * lib/open-uri.rb (OpenURI.open_http): reject userinfo explicitly.akr2005-02-121-0/+4
* * lib/open-uri.rb: support https if the platform provides CAakr2005-02-121-72/+83
* * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported:akr2005-02-111-2/+16
* document updated.akr2005-02-081-47/+53
* comment refined.akr2005-02-051-2/+2
* lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ...akr2004-07-091-0/+6
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-211-4/+14
* enable document for Kernel.open.akr2004-04-121-1/+1
* comments modified.akr2004-04-041-3/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * (lib/open-uri.rb): permit extra semicolon in content-type field.akr2004-03-271-2/+3
* * lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopbackakr2004-02-011-0/+9
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-311-0/+1
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr2004-01-311-0/+9
* fix typos.akr2004-01-071-7/+7
* fix previous change.akr2003-11-251-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity testakr2003-11-251-3/+13
* * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGIakr2003-11-251-7/+26
* * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): useakr2003-11-241-23/+31
* * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXYakr2003-11-241-2/+10
* * lib/open-uri.rb: validate option names.akr2003-11-241-8/+122
* * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr2003-11-151-17/+19
* inconsistency of the arguments for respond_to? in previous change is fixed.akr2003-11-131-1/+1
* * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr2003-11-131-8/+19
* * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr2003-11-131-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi2003-10-051-1/+1
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-151-0/+11
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-261-0/+1
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-051-45/+39
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-051-1/+7
* Add a missing ||.knu2002-12-181-1/+1
* * lib/open-uri.rb: new file.akr2002-12-161-0/+390