aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on URI.hierarchical? [ci skip]nobu2018-04-021-1/+1
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-1/+3
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-211-3/+21
* Introduce URI::File to handle file URI schemenaruse2018-03-151-0/+95
* fix error if the input is mixed Unicode and percent-escapesnaruse2018-03-081-3/+3
* uri/common: reduce allocations and retained objectsnormal2018-01-281-8/+8
* Use string instead of regexpnaruse2017-12-141-1/+1
* Allow empty path components in a URI [Bug #8352]knu2017-12-141-3/+3
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-122-5/+5
* Append "//" if empty host for file or postgres URInaruse2017-12-011-1/+1
* Use caller with length to reduce unused stringskazu2017-10-211-4/+4
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-16/+20
* Remove commented out code of URI::HTTP.new.hsbt2017-09-111-24/+0
* ftp.rb: fix example format [ci skip]nobu2017-08-151-2/+2
* * 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