summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
2021-04-22[ruby/uri] Use Regexp#match? to avoid extra allocationsSteven Harman
2021-04-22[ruby/uri] Set required_ruby_version to 2.4 in gemspecJeremy Evans
2021-04-22[ruby/uri] Only use UnboundMethod#bind_call if it is availableJeremy 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 JRubyCharles Oliver Nutter
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-12-16fix doc typod-m-u
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-09-15[ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-07-13[DOC] Use https:// instead of http:// [ci skip]Kazuhiro NISHIYAMA
2020-05-05[ruby/uri] Check if DN existsNobuyoshi Nakada
2020-03-26* remove trailing spaces. [ci skip]git
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2020-03-26[ruby/uri] Remove revision lines from commentsMatt Muller
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2020-03-26[ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-01-09Fix warnings for URI.encode and URI.decodeJeremy Evans
2019-11-11Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA
2019-11-09Revert "Promote uri to default gems"Hiroshi SHIBATA
2019-11-09Promote uri to default gemsHiroshi SHIBATA
2019-10-11Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2019-09-27Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans
2019-09-27Fix fallback in URI.encode_www_form_component to include #Jeremy Evans
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-08-20Update link to Email address specificationkazu
2018-07-27Escape debug output in InvalidURIError exceptions.tenderlove
2018-05-17http_proxy setting should respect both parent domain and subdomainnaruse
2018-04-25[DOC] Fix capitallizing [ci skip]kazu
2018-04-25common.rb: unused constantnobu
2018-04-23[DOC] URI::Generic#port returns Integer [ci skip]kazu
2018-04-21Improve docs for URI librarystomar
2018-04-17lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar
2018-04-17lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar
2018-04-17lib/uri/file.rb: fix errors in docs for URI::File.buildstomar
2018-04-17lib/uri/file.rb: improve docs for URI::Filestomar
2018-04-02Fix typo on URI.hierarchical? [ci skip]nobu
2018-03-22set UTF-8 if given URI string is ASCIInaruse
2018-03-21Docs and tests on URI.hierarchical?, URI.absolute?nobu
2018-03-15Introduce URI::File to handle file URI schemenaruse
2018-03-08fix error if the input is mixed Unicode and percent-escapesnaruse
2018-01-28uri/common: reduce allocations and retained objectsnormal
2017-12-14Use string instead of regexpnaruse
2017-12-14Allow empty path components in a URI [Bug #8352]knu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-01Append "//" if empty host for file or postgres URInaruse
2017-10-21Use caller with length to reduce unused stringskazu