Age | Commit message (Expand) | Author |
---|
2024-11-06 | [ruby/open-uri] Bump up v0.5.0 | Hiroshi SHIBATA |
2024-09-08 | [ruby/open-uri] Update error message for `request_specific_fields` option val... | otegami |
2024-09-08 | [ruby/open-uri] Add documentation for `request_specific_fields` option | otegami |
2024-09-08 | [ruby/open-uri] Add `request_specific_fields` option for customizing headers | otegami |
2024-07-11 | [ruby/open-uri] document max_redirects option | João Pinheiro |
2024-07-11 | [ruby/open-uri] apply default max_redirects | João Pinheiro |
2023-12-07 | [ruby/open-uri] Bump up 0.4.1 | Hiroshi SHIBATA |
2023-12-07 | [ruby/open-uri] Set default for max_redirects and add exception class | Andrew Kane |
2023-12-07 | [ruby/open-uri] Add :max_redirects option | Andrew Kane |
2023-11-07 | [ruby/open-uri] Bump up 0.4.0 | Hiroshi SHIBATA |
2023-08-23 | [ruby/open-uri] Make URI.open pass keywords | Jeremy Evans |
2023-04-13 | [ruby/open-uri] Expose OpenURI::VERSION | Hiroshi SHIBATA |
2022-10-12 | Add :ssl_min_version and :ssl_max_version options | Kazuki Yamaguchi |
2022-10-07 | [ruby/open-uri] Support 308 status redirect | Janko Marohnić |
2022-10-06 | * remove trailing spaces. [ci skip] | git |
2022-10-06 | [ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during... | Nishant Patel |
2022-10-06 | [ruby/open-uri] Avoid busting the global constant cache | Jean Boussier |
2022-06-07 | [ruby/open-uri] [DOC] Fix markup for `URI.open` | Alexander Ilyin |
2021-05-27 | Guard for the ftp protocol feature of OpenURI | Hiroshi SHIBATA |
2020-08-16 | Remove the deprecated override of Kernel#open in open-uri | Jeremy Evans |
2020-04-07 | [DOC] get rid of parsing as TIDYLINK unintentionally | Nobuyoshi Nakada |
2019-12-20 | Add `URI#open` to warning message | Kazuhiro NISHIYAMA |
2019-10-26 | open-uri: change global docs to reflect that URI.open syntax is preferred | zverok |
2019-09-25 | Make rb_scan_args handle keywords more similar to Ruby methods (#2460) | Jeremy Evans |
2019-07-15 | The default charset of text/* media type is UTF-8. | Tanaka Akira |
2019-07-14 | Warn open-uri's "open" method at Kernel. | Tanaka Akira |
2018-01-08 | open-uri: clear string after buffering | normal |
2017-12-21 | open-uri defines URI.open defined as an alias. | akr |
2017-10-21 | lib/open-uri.rb: accept :encoding option as well as encoding in mode string. | akr |
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 |