aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt2016-03-301-0/+3
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+2
* * lib/net/ftp.rb (initialize): Connections are in passive mode pershugo2015-11-111-1/+1
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-181-0/+2
* * lib/open-uri.rb (OpenURI.open_http): refactoring of r48941.usa2014-12-241-2/+1
* * lib/open-uri.rb (OpenURI.open_http): accept multiple certs path inusa2014-12-231-5/+8
* open-uri: accept :open_timeout optionnormal2014-10-101-0/+11
* * lib/open-uri.rb: remove needless condition for old ruby version.hsbt2014-08-081-2/+1
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-051-1/+1
* * lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak2014-02-071-2/+3
* * lib/open-uri.rb: Make proxy disabling working again.akr2014-01-181-1/+1
* * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak2014-01-131-1/+1
* * lib/open-uri.rb (meta_add_field): : Re-implemented.akr2013-10-261-0/+4
* * lib/open-uri.rb: Support multiple fields with same fieldakr2013-04-091-11/+22
* * lib/open-uri.rb: Documentation for OpenURIzzak2012-10-201-8/+15
* * lib/open-uri.rb: use respond_to? to test Tempfile.akr2012-07-231-2/+2
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-78/+0
* * lib/open-uri.rb: delete space.ayumin2012-07-171-1/+1
* * lib/open-uri.rb: call io.close! for Tempfile.akr2012-07-171-1/+5
* * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain2011-08-261-27/+35
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-29/+27
* update comment.akr2011-05-271-1/+1
* * lib/resolv-replace.rb: suppress warning.akr2010-10-291-3/+3
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-7/+7
* 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