Age | Commit message (Expand) | Author |
---|
2025-02-27 | [ruby/uri] Use a fully qualified name in warning messages | yuuji.yaginuma |
2025-01-24 | [ruby/uri] [DOC] Make documentation 100% | Nobuyoshi Nakada |
2024-11-14 | [ruby/uri] Check existence constants only URI module | Hiroshi SHIBATA |
2024-11-14 | [ruby/uri] Removed duplicated declare step for constants under the URI::RFC23... | Hiroshi SHIBATA |
2024-11-08 | [ruby/uri] Added more fallback constants like URI::PARTTERN and URI::REGEXP | Hiroshi SHIBATA |
2024-08-06 | [ruby/uri] Fallback missing constants with RFC3986_PARSER | Hiroshi SHIBATA |
2024-08-05 | [ruby/uri] Use DEFAULT_PARSER at split, parse, join | Hiroshi SHIBATA |
2024-07-21 | [ruby/uri] Restrict constant checks to current namespace to avoid conflicts w... | Randy Stauner |
2024-07-19 | [ruby/uri] Also support URI::PATTERN with switch-back | Hiroshi SHIBATA |
2024-07-19 | [ruby/uri] Added test for constant definition and remove URI::REGEXP when usi... | Hiroshi SHIBATA |
2024-07-19 | [ruby/uri] Added URI.parser= method for switch back to RFC2396_Parser | Hiroshi SHIBATA |
2023-01-08 | [ruby/uri] [DOC] Enhanced RDoc for URI | Burdette Lamar |
2023-01-08 | [ruby/uri] [DOC] Enhanced RDoc for URI.decode_www_form | Burdette Lamar |
2023-01-07 | [ruby/uri] [DOC] Common rdoc (https://.com/ruby/uri/pull/52) | Burdette Lamar |
2023-01-06 | [ruby/uri] [DOC] Enhanced RDoc for common methods | Burdette Lamar |
2023-01-04 | [ruby/uri] [DOC] Common methods rdoc | Burdette Lamar |
2023-01-03 | [ruby/uri] [DOC] Enhanced RDoc for common methods | Burdette Lamar |
2022-05-12 | [ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv... | Benoit Daloze |
2022-05-12 | [ruby/uri] Add URI::Generic#decoded_#{user,password} | Jeremy Evans |
2022-04-22 | [ruby/uri] Include RFC2396_REGEXP module directly | Peter Zhu |
2021-07-28 | Update to latest uri | Benoit Daloze |
2021-07-27 | Fix test failure for parallel testing | Hiroshi SHIBATA |
2021-07-27 | [ruby/uri] Add proper Ractor support to URI | Benoit Daloze |
2021-07-27 | [ruby/uri] Revert "Fix to support Ruby 3.0 Ractor" | Benoit Daloze |
2021-07-27 | [ruby/uri] Fix to support Ruby 3.0 Ractor | kvokka |
2021-04-22 | [ruby/uri] Use Regexp#match? to avoid extra allocations | Steven Harman |
2020-12-16 | fix doc typo | d-m-u |
2020-09-15 | [ruby/uri] Remove deprecated URI.escape/URI.unescape | Jeremy Evans |
2020-07-13 | [DOC] Use https:// instead of http:// [ci skip] | Kazuhiro NISHIYAMA |
2020-03-26 | * remove trailing spaces. [ci skip] | git |
2020-03-26 | [ruby/uri] Remove RCS keywords | David RodrÃguez |
2020-03-26 | [ruby/uri] Simplify construction of URI instances using parser interface. | Samuel Williams |
2020-01-09 | Fix warnings for URI.encode and URI.decode | Jeremy Evans |
2019-09-27 | Warn for URI.{,un}{escape,encode}, even if not in verbose mode | Jeremy Evans |
2019-09-27 | Fix fallback in URI.encode_www_form_component to include # | Jeremy Evans |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-04-25 | common.rb: unused constant | nobu |
2018-04-21 | Improve docs for URI library | stomar |
2018-01-28 | uri/common: reduce allocations and retained objects | normal |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-10-21 | Use caller with length to reduce unused strings | kazu |
2017-05-26 | * lib/uri/common.rb: [DOC] add rdoc to describe | sonots |
2017-01-23 | Fix typo of URI#escape [Bug #13147] | naruse |
2016-11-08 | Update comment about default constant | a_matsuda |
2016-10-20 | * lib/uri/common.rb: added documentation for deprecated method. | hsbt |
2016-10-06 | uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip] | nobu |
2016-10-06 | Update URI WEB_ENCODINGS_ hash, and fix documented cmd to | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-15 | * lib/uri/common.rb: make code block for rdoc. | hsbt |
2015-02-24 | * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838] | marcandre |