aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* Update link to Email address specificationkazu2018-08-201-1/+1
* Escape debug output in InvalidURIError exceptions.tenderlove2018-07-271-2/+2
* http_proxy setting should respect both parent domain and subdomainnaruse2018-05-171-4/+9
* [DOC] Fix capitallizing [ci skip]kazu2018-04-251-2/+2
* common.rb: unused constantnobu2018-04-251-3/+0
* [DOC] URI::Generic#port returns Integer [ci skip]kazu2018-04-231-2/+2
* Improve docs for URI librarystomar2018-04-218-348/+325
* lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar2018-04-171-3/+4
* lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar2018-04-171-3/+3
* lib/uri/file.rb: fix errors in docs for URI::File.buildstomar2018-04-171-4/+1
* lib/uri/file.rb: improve docs for URI::Filestomar2018-04-171-9/+11
* 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