aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri
Commit message (Expand)AuthorAgeFilesLines
* [ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...Benoit Daloze2022-05-121-3/+37
* [ruby/uri] Add URI::Generic#decoded_#{user,password}Jeremy Evans2022-05-122-0/+61
* Use https for wss testHiroshi SHIBATA2022-04-221-1/+1
* [ruby/uri] Feat: Support WSSOKURA Masafumi2022-04-222-3/+74
* 'uri/https' is neededKoichi Sasada2021-10-221-0/+1
* [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...Tiago2021-10-221-7/+23
* Update to latest uriBenoit Daloze2021-07-281-0/+7
* [ruby/uri] User assert_ractor for test case of RactorHiroshi SHIBATA2021-07-271-2/+4
* [ruby/uri] Add proper Ractor support to URIBenoit Daloze2021-07-271-0/+20
* [ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"Benoit Daloze2021-07-271-19/+0
* [ruby/uri] Fix to support Ruby 3.0 Ractorkvokka2021-07-271-0/+19
* [ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspectJeremy Evans2021-04-221-0/+5
* [ruby/uri] Optimize URI#hostname and URI#hostname=Lukas Zapletal2021-04-221-0/+4
* Fakes IPSocket.getaddress in the whole methodNobuyoshi Nakada2020-05-061-24/+25
* [ruby/uri] Check if DN existsNobuyoshi Nakada2020-05-051-0/+4
* Added implictily require for URI::HTTPHiroshi SHIBATA2020-03-261-0/+1
* [ruby/uri] Add support for WebSocketsMatt Muller2020-03-261-0/+70
* Check for invalid hex escapes in URI#query=Jeremy Evans2019-10-081-0/+5
* Fix fallback in URI.encode_www_form_component to include #Jeremy Evans2019-09-271-0/+2
* Make portable for standalone test-unit gem.Hiroshi SHIBATA2019-08-192-1/+3
* http_proxy setting should respect both parent domain and subdomainnaruse2018-05-171-1/+7
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-0/+1
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-211-0/+18
* Introduce URI::File to handle file URI schemenaruse2018-03-151-0/+67
* fix error if the input is mixed Unicode and percent-escapesnaruse2018-03-081-0/+7
* Allow empty path components in a URI [Bug #8352]knu2017-12-141-0/+6
* Append "//" if empty host for file or postgres URInaruse2017-12-011-0/+4
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-0/+17
* uri/generic.rb: fix exception on non-IP formatnobu2017-01-171-0/+25
* test_mailto.rb: overwritten methodsnobu2016-12-171-6/+4
* test_mailto.rb: adjust scopenobu2016-12-171-10/+4
* Use URI.decode_www_form_component [Bug #10774]naruse2016-12-121-0/+6
* fix warning: assigned but unused variablekazu2016-10-121-1/+1
* do not need to downcase twicekazu2016-10-121-1/+1
* Test URI.find_proxy using env argument.akr2016-10-111-41/+111
* * lib/uri/http.rb: Documentation and code style imrovements.hsbt2016-09-301-0/+5
* Don't include bad password in URI exception outputtenderlove2016-09-151-0/+9
* * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt2016-09-121-0/+51
* * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse2016-07-021-4/+6
* CIDR in no_proxynobu2016-02-131-0/+8
* no_proxy with whitespaces and leading dotsnobu2016-02-131-0/+4
* test/uri/test_generic.rb: split test_find_proxynobu2016-02-131-5/+20
* domainname no_proxy assertionsnobu2016-02-131-0/+4
* * lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse2016-01-141-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-167-0/+7
* test_generic.rb: fix assertionnobu2015-12-081-1/+1
* test/uri/test_generic.rb (to_s): new testnormal2015-12-081-0/+7
* * lib/uri/rfc2396_parser.rb (initialize_pattern):naruse2015-05-191-0/+4
* * lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst2015-01-141-0/+3
* * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse2014-12-231-2/+2