aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/uri/generic.rb (URI::Generic.build):naruse2014-12-011-3/+17
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-031-0/+4
* * lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass2014-09-271-0/+6
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-0/+5
* uri/common.rb: use negative look-aheadnobu2014-08-251-0/+3
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-2/+2
* * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse2014-06-271-0/+4
* suppress warnings: URI.regexp is obsoletenaruse2014-06-271-11/+13
* Revert "* lib/uri/mailto.rb: support RFC6068."naruse2014-06-241-1/+4
* * test/uri/test_common.rb: use `require_relative` for parallel test.nobu2014-06-231-1/+1
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-231-4/+1
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-231-0/+8