aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri/test_generic.rb
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-161-0/+1
* 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/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
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-031-0/+4
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-0/+5
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-2/+2
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-231-0/+8
* 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/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* * 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/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-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
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+10
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-16/+16
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-12/+12
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-101-71/+30
* use ML ref. for assertion message.akr2007-11-181-13/+7
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-14/+61
* * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):nobu2005-10-101-1/+1
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-1/+16
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-131-0/+27
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-0/+14
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-0/+16
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-0/+3
* make case insensitive for host-part.akira2003-12-091-0/+6
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-051-35/+18
* * test/uri/* (6 files): added.akira2003-10-041-0/+634