aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-111-0/+6
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-0/+10
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-0/+1
* * lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse2011-06-031-0/+1
* Add some more tests for the previous fix.knu2011-04-151-3/+9
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-0/+5
* * test/uri/test_common.rb (TestCommon#test_encode_www_form): addkazu2010-12-061-0/+5
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-1/+1
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-291-0/+2
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+10
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-0/+15
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-0/+2