aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* fix URI::HTTP.new examplenobu2016-03-251-2/+4
* CIDR in no_proxynobu2016-02-131-3/+12
* no_proxy with whitespaces and leading dotsnobu2016-02-131-1/+1
* * lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse2016-01-141-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* * lib/uri/common.rb: make code block for rdoc.hsbt2015-12-151-6/+6
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* lib/uri/generic.rb: enable frozen_string_literalnormal2015-12-081-15/+17
* * lib/uri/ftp.rb: fix a typo.hsbt2015-11-081-2/+2
* * lib/uri/rfc2396_parser.rb (initialize_pattern):naruse2015-05-191-1/+1
* * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]marcandre2015-02-241-1/+1
* * lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst2015-01-141-0/+4
* lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Arrayduerst2014-12-301-2/+2
* lib/uri: performance improvements [misc #10628]normal2014-12-242-53/+63
* * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse2014-12-231-1/+1
* * lib/uri/generic.rb (URI::Generic.build):naruse2014-12-011-1/+1
* * lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa2014-11-201-1/+1
* lib/uri/rfc2396_parser.rb (initialize): reduce bytecode sizenormal2014-11-061-2/+2
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-032-3/+3
* * lib/uri/generic.rb (URI#inspect): remove Object id.naruse2014-10-071-2/+1
* * 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
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-271-1/+1
* uri/common.rb: use negative look-aheadnobu2014-08-251-1/+1
* remove path_querynaruse2014-08-051-6/+0
* * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse2014-08-051-16/+12
* * lib/uri/http.rb (URI::HTTP#request_uri): optimized.naruse2014-08-051-5/+5
* * lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak2014-07-271-0/+3
* * lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak2014-07-271-1/+1
* * lib/shell/command-processor.rb: remove unused variable.hsbt2014-07-261-1/+1
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-77/+30
* suppress warnings: assigned but unused variablenaruse2014-06-301-2/+0
* remove useless part of regexpnaruse2014-06-301-4/+4
* * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse2014-06-271-65/+73
* Revert "* lib/uri/mailto.rb: support RFC6068."naruse2014-06-241-22/+43
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-231-43/+22
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-232-2/+2
* remove registrynaruse2014-06-221-87/+32
* * 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-223-533/+655
* lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse2014-06-221-1/+1
* fix that arg_check didn't worknaruse2014-06-221-7/+14
* * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak2014-01-211-1/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-12-211-1/+1
* * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]hsbt2013-12-131-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak2013-11-252-3/+3
* * lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse2013-09-131-17/+15
* * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.knu2013-07-311-3/+1