aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/open-uri] Bump up 0.4.1Hiroshi SHIBATA2023-12-071-1/+1
* [ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane2023-12-071-2/+5
* [ruby/open-uri] Add :max_redirects optionAndrew Kane2023-12-071-0/+3
* [ruby/open-uri] Bump up 0.4.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/open-uri] Make URI.open pass keywordsJeremy Evans2023-08-231-0/+1
* [ruby/open-uri] Expose OpenURI::VERSIONHiroshi SHIBATA2023-04-131-0/+3
* Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi2022-10-121-3/+18
* [ruby/open-uri] Support 308 status redirectJanko Marohnić2022-10-071-1/+2
* * remove trailing spaces. [ci skip]git2022-10-061-1/+1
* [ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during...Nishant Patel2022-10-061-0/+3
* [ruby/open-uri] Avoid busting the global constant cacheJean Boussier2022-10-061-7/+7
* [ruby/open-uri] [DOC] Fix markup for `URI.open`Alexander Ilyin2022-06-071-1/+1
* Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA2021-05-271-1/+6
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-161-24/+1
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-1/+1
* Add `URI#open` to warning messageKazuhiro NISHIYAMA2019-12-201-1/+1
* open-uri: change global docs to reflect that URI.open syntax is preferredzverok2019-10-261-7/+7
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-3/+3
* The default charset of text/* media type is UTF-8.Tanaka Akira2019-07-151-5/+4
* Warn open-uri's "open" method at Kernel.Tanaka Akira2019-07-141-9/+18
* open-uri: clear string after bufferingnormal2018-01-081-0/+1
* open-uri defines URI.open defined as an alias.akr2017-12-211-0/+7
* lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr2017-10-211-0/+7
* * lib/open-uri.rb: Improved documentation grammar forhsbt2016-10-201-2/+2
* lib/open-uri.rb: Allow http to https redirection.akr2016-09-071-1/+1
* * 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