aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/rfc3986_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* lib/uri: performance improvements [misc #10628]normal2014-12-241-39/+54
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-031-2/+2
* * lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass2014-09-271-1/+5
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-1/+1
* remove useless part of regexpnaruse2014-06-301-4/+4
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-231-1/+1
* * lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse2014-06-221-0/+4
* support RFC3986 [Feature #2542]naruse2014-06-221-0/+101