summaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a typo.akr2009-11-051-1/+1
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-131-1/+3
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-121-2/+3
* * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr2009-09-121-1/+2
* * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.akr2009-01-071-1/+1
* * lib/open-uri.rb (OpenURI.redirectable?): permit https redirection.akr2008-12-271-1/+1
* * lib/open-uri.rb: remove debug code introduced by previous change.akr2008-10-051-1/+0
* * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.naruse2008-10-051-0/+7
* trailing spaces removed.akr2008-09-141-6/+6
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-281-5/+7
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr2008-02-281-1/+20
* * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr2008-02-081-1/+6
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-231-1/+1
* * lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295]akr2007-12-241-2/+2
* Fix method redefined warning in open-uri.rb. [ruby-core:14304].drbrain2007-12-231-0/+3
* * lib/open-uri.rb: :redirect option implemented to disable redirects.akr2007-10-281-0/+24
* * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr2007-10-131-1/+0
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-071-5/+0
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-10/+5
* * lib/open-uri.rb: add :ftp_active_mode option.akr2007-08-291-1/+11
* * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr2007-08-131-0/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-131-1/+1
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-311-3/+0
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-311-0/+3
* 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