aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/common.rb: [DOC] add rdoc to describesonots2017-05-261-0/+6
* lib/uri/generic.rb: fix typosstomar2017-05-101-1/+1
* improve docs for URI::Genericstomar2017-03-191-11/+21
* Fix typo of URI#escape [Bug #13147]naruse2017-01-231-1/+1
* uri/generic.rb: fix exception on non-IP formatnobu2017-01-171-2/+2
* Use URI.decode_www_form_component [Bug #10774]naruse2016-12-121-5/+5
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* Update comment about default constanta_matsuda2016-11-081-1/+1
* uri/generic.rb: Tidy up mergenobu2016-10-311-31/+10
* * lib/uri/common.rb: added documentation for deprecated method.hsbt2016-10-201-0/+4
* forgot to replace two occurences of ENV.akr2016-10-111-1/+1
* Add an optional argument, env, to URI.find_proxy.akr2016-10-111-10/+12
* uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]nobu2016-10-061-2/+19
* Update URI WEB_ENCODINGS_ hash, and fix documented cmd tonobu2016-10-061-1/+3
* * lib/uri/http.rb: Documentation and code style imrovements.hsbt2016-09-301-16/+19
* Don't include bad password in URI exception outputtenderlove2016-09-151-1/+1
* * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt2016-09-121-5/+5
* * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse2016-07-021-0/+3
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* 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