aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/common.rb
Commit message (Expand)AuthorAgeFilesLines
* fix doc typod-m-u2020-12-161-1/+1
* [ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans2020-09-151-76/+0
* [DOC] Use https:// instead of http:// [ci skip]Kazuhiro NISHIYAMA2020-07-131-2/+2
* * remove trailing spaces. [ci skip]git2020-03-261-1/+1
* [ruby/uri] Remove RCS keywordsDavid Rodríguez2020-03-261-1/+0
* [ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams2020-03-261-0/+14
* Fix warnings for URI.encode and URI.decodeJeremy Evans2020-01-091-2/+2
* Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans2019-09-271-2/+2
* Fix fallback in URI.encode_www_form_component to include #Jeremy Evans2019-09-271-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-021-2/+2
* common.rb: unused constantnobu2018-04-251-3/+0
* Improve docs for URI librarystomar2018-04-211-55/+52
* uri/common: reduce allocations and retained objectsnormal2018-01-281-8/+8
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-4/+4
* Use caller with length to reduce unused stringskazu2017-10-211-4/+4
* * lib/uri/common.rb: [DOC] add rdoc to describesonots2017-05-261-0/+6
* Fix typo of URI#escape [Bug #13147]naruse2017-01-231-1/+1
* Update comment about default constanta_matsuda2016-11-081-1/+1
* * lib/uri/common.rb: added documentation for deprecated method.hsbt2016-10-201-0/+4
* 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
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/uri/common.rb: make code block for rdoc.hsbt2015-12-151-6/+6
* * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]marcandre2015-02-241-1/+1
* lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Arrayduerst2014-12-301-2/+2
* * 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
* * 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
* support RFC3986 [Feature #2542]naruse2014-06-221-533/+11
* * 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/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]hsbt2013-12-131-1/+1
* * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak2013-11-251-1/+1
* * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.knu2013-07-311-3/+1
* * lib/uri/common.rb (URI.decode_www_form_component):sorah2013-07-311-1/+3
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-13/+9
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-30/+272
* fix typo by @zsalzbank [fix GH-289]hsbt2013-04-171-1/+1
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-241-28/+15
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-10/+10
* updating documentation linktenderlove2011-12-181-1/+1
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1
* * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain2011-08-121-6/+6
* Fix r32622.naruse2011-07-221-1/+1
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-2/+2
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-151-3/+15
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-5/+5
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-69/+69