summaryrefslogtreecommitdiff
path: root/test/uri
AgeCommit message (Expand)Author
2021-07-28Update to latest uriBenoit Daloze
2021-07-27[ruby/uri] User assert_ractor for test case of RactorHiroshi SHIBATA
2021-07-27[ruby/uri] Add proper Ractor support to URIBenoit 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 Ractorkvokka
2021-04-22[ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans
2021-04-22[ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal
2020-05-06Fakes IPSocket.getaddress in the whole methodNobuyoshi Nakada
2020-05-05[ruby/uri] Check if DN existsNobuyoshi Nakada
2020-03-26Added implictily require for URI::HTTPHiroshi SHIBATA
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2019-09-27Fix fallback in URI.encode_www_form_component to include #Jeremy Evans
2019-08-19Make portable for standalone test-unit gem.Hiroshi SHIBATA
2018-05-17http_proxy setting should respect both parent domain and subdomainnaruse
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
2017-12-14Allow empty path components in a URI [Bug #8352]knu
2017-12-01Append "//" if empty host for file or postgres URInaruse
2017-09-28URI::Generic: Separate no_proxy handlingnaruse
2017-01-17uri/generic.rb: fix exception on non-IP formatnobu
2016-12-17test_mailto.rb: overwritten methodsnobu
2016-12-17test_mailto.rb: adjust scopenobu
2016-12-12Use URI.decode_www_form_component [Bug #10774]naruse
2016-10-12fix warning: assigned but unused variablekazu
2016-10-12do not need to downcase twicekazu
2016-10-11Test URI.find_proxy using env argument.akr
2016-09-30* lib/uri/http.rb: Documentation and code style imrovements.hsbt
2016-09-15Don't include bad password in URI exception outputtenderlove
2016-09-12* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt
2016-07-02* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse
2016-02-13CIDR in no_proxynobu
2016-02-13no_proxy with whitespaces and leading dotsnobu
2016-02-13test/uri/test_generic.rb: split test_find_proxynobu
2016-02-13domainname no_proxy assertionsnobu
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-08test_generic.rb: fix assertionnobu
2015-12-08test/uri/test_generic.rb (to_s): new testnormal
2015-05-19* lib/uri/rfc2396_parser.rb (initialize_pattern):naruse
2015-01-14* lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst
2014-12-23* lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse
2014-12-01* lib/uri/generic.rb (URI::Generic.build):naruse
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-03* lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse
2014-09-27* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass
2014-09-17* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse
2014-08-25uri/common.rb: use negative look-aheadnobu