Age | Commit message (Expand) | Author |
---|
2016-10-20 | * lib/open-uri.rb: Improved documentation grammar for | hsbt |
2016-09-07 | lib/open-uri.rb: Allow http to https redirection. | akr |
2016-03-30 | * lib/open-uri.rb: Use `userinfo` for authenticated proxy. | hsbt |
2016-01-10 | stdlib: avoid extra calls to eliminate "\n" from Base64 | normal |
2015-11-11 | * lib/net/ftp.rb (initialize): Connections are in passive mode per | shugo |
2015-11-10 | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr |
2015-10-18 | * lib/open-uri.rb: Specify frozen_string_literal: true. | akr |
2014-12-24 | * lib/open-uri.rb (OpenURI.open_http): refactoring of r48941. | usa |
2014-12-23 | * lib/open-uri.rb (OpenURI.open_http): accept multiple certs path in | usa |
2014-10-10 | open-uri: accept :open_timeout option | normal |
2014-08-08 | * lib/open-uri.rb: remove needless condition for old ruby version. | hsbt |
2014-05-05 | * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only if | akr |
2014-02-07 | * lib/open-uri.rb: [DOC] use lower case version of core classes, same | zzak |
2014-01-18 | * lib/open-uri.rb: Make proxy disabling working again. | akr |
2014-01-13 | * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis | zzak |
2013-10-26 | * lib/open-uri.rb (meta_add_field): : Re-implemented. | akr |
2013-04-09 | * lib/open-uri.rb: Support multiple fields with same field | akr |
2012-10-20 | * lib/open-uri.rb: Documentation for OpenURI | zzak |
2012-07-23 | * lib/open-uri.rb: use respond_to? to test Tempfile. | akr |
2012-07-20 | * lib/net/http.rb: Net::HTTP now automatically detects and uses | drbrain |
2012-07-17 | * lib/open-uri.rb: delete space. | ayumin |
2012-07-17 | * lib/open-uri.rb: call io.close! for Tempfile. | akr |
2011-08-26 | * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++ | drbrain |
2011-08-26 | * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. | drbrain |
2011-05-27 | update comment. | akr |
2010-10-29 | * lib/resolv-replace.rb: suppress warning. | akr |
2010-10-06 | * lib/uri/generic.rb (URI::Generic#hostname): new method. | akr |
2009-11-05 | fix a typo. | akr |
2009-09-13 | * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. | akr |
2009-09-12 | * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling. | akr |
2009-09-12 | * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in | akr |
2009-01-07 | * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection. | akr |
2008-12-27 | * lib/open-uri.rb (OpenURI.redirectable?): permit https redirection. | akr |
2008-10-05 | * lib/open-uri.rb: remove debug code introduced by previous change. | akr |
2008-10-05 | * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio. | naruse |
2008-09-14 | trailing spaces removed. | akr |
2008-06-04 | * lib/rdoc.rb: massive spelling correction from Evan Farrar | matz |
2008-02-28 | * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BIT | akr |
2008-02-28 | * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encoding | akr |
2008-02-08 | * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError by | akr |
2008-01-23 | * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, | naruse |
2007-12-24 | * lib/open-uri.rb (OpenURI::Buffer): use Meta ===. [ruby-core:14295] | akr |
2007-12-23 | Fix method redefined warning in open-uri.rb. [ruby-core:14304]. | drbrain |
2007-10-28 | * lib/open-uri.rb: :redirect option implemented to disable redirects. | akr |
2007-10-13 | * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option. | akr |
2007-10-07 | * lib/net/http.rb: remove enable_post_connection_check flag. | gotoyuzo |
2007-09-23 | * lib/net/http.rb: an SSL verification (the server hostname should | gotoyuzo |
2007-08-29 | * lib/open-uri.rb: add :ftp_active_mode option. | akr |
2007-08-13 | * lib/open-uri.rb: make ftp passive mode to avoid NAT problem. | akr |
2007-07-13 | * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to access | akr |