Age | Commit message (Expand) | Author |
---|
2021-10-22 | [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://.com/ruby/ur... | Tiago |
2021-10-21 | [ruby/uri] Bump up uri version to 0.11.0 | Hiroshi SHIBATA |
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 |
2021-04-22 | [ruby/uri] Set required_ruby_version to 2.4 in gemspec | Jeremy Evans |
2021-04-22 | [ruby/uri] Only use UnboundMethod#bind_call if it is available | Jeremy Evans |
2021-04-22 | [ruby/uri] Optimize URI#hostname and URI#hostname= | Lukas Zapletal |
2021-04-22 | [ruby/uri] Upstream Java proxy property checks from JRuby | Charles Oliver Nutter |
2021-03-31 | Enclose the code that was accidentally a link in "tt" | aycabta |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-12-16 | fix doc typo | d-m-u |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-09-15 | [ruby/uri] Remove deprecated URI.escape/URI.unescape | Jeremy Evans |
2020-08-18 | Update the license for the default gems to dual licenses | Hiroshi SHIBATA |
2020-07-13 | [DOC] Use https:// instead of http:// [ci skip] | Kazuhiro NISHIYAMA |
2020-05-05 | [ruby/uri] Check if DN exists | Nobuyoshi Nakada |
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] Remove revision lines from comments | Matt Muller |
2020-03-26 | [ruby/uri] Add support for WebSockets | Matt Muller |
2020-03-26 | [ruby/uri] Simplify construction of URI instances using parser interface. | Samuel Williams |
2020-03-12 | Add workaround for test-bundler failure | Kazuhiro NISHIYAMA |
2020-01-09 | Fix warnings for URI.encode and URI.decode | Jeremy Evans |
2019-11-11 | Revert "Revert "Promote uri to default gems"" | Hiroshi SHIBATA |
2019-11-09 | Revert "Promote uri to default gems" | Hiroshi SHIBATA |
2019-11-09 | Promote uri to default gems | Hiroshi SHIBATA |
2019-10-11 | Use `bind_call` instead of `bind` and `call` | Kazuhiro NISHIYAMA |
2019-10-08 | Check for invalid hex escapes in URI#query= | 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-08-20 | Update link to Email address specification | kazu |
2018-07-27 | Escape debug output in InvalidURIError exceptions. | tenderlove |
2018-05-17 | http_proxy setting should respect both parent domain and subdomain | naruse |
2018-04-25 | [DOC] Fix capitallizing [ci skip] | kazu |
2018-04-25 | common.rb: unused constant | nobu |
2018-04-23 | [DOC] URI::Generic#port returns Integer [ci skip] | kazu |
2018-04-21 | Improve docs for URI library | stomar |
2018-04-17 | lib/uri/generic.rb: fix error in docs for URI::Generic#opaque | stomar |
2018-04-17 | lib/uri/ldap.rb: fix errors in docs for URI::LDAP | stomar |
2018-04-17 | lib/uri/file.rb: fix errors in docs for URI::File.build | stomar |
2018-04-17 | lib/uri/file.rb: improve docs for URI::File | stomar |
2018-04-02 | Fix typo on URI.hierarchical? [ci skip] | nobu |
2018-03-22 | set UTF-8 if given URI string is ASCII | naruse |
2018-03-21 | Docs and tests on URI.hierarchical?, URI.absolute? | nobu |
2018-03-15 | Introduce URI::File to handle file URI scheme | naruse |