aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri
Commit message (Expand)AuthorAgeFilesLines
* 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
* suppress warnings of URI.extractnaruse2014-06-231-15/+18
* support RFC3986 [Feature #2542]naruse2014-06-221-2/+2
* * test/uri/test_generic.rb: fix wrong arguments for test case.hsbt2014-06-161-2/+2
* * test/uri/test_generic.rb (URI#test_merge): Test uri + URI(path)knu2013-11-211-9/+25
* * lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse2013-09-131-2/+2
* * lib/uri/common.rb (URI.decode_www_form_component):sorah2013-07-311-0/+3
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-0/+2
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-8/+46
* * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"naruse2012-08-301-0/+4
* * test/uri/test_generic.rb (URI#test_find_proxy): add tests with empty *_prox...kazu2012-07-221-0/+8
* fix failureskazu2012-07-221-2/+9
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+49
* * lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse2012-05-181-0/+9