index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
uri
/
common.rb
Age
Commit message (
Expand
)
Author
2023-01-08
[ruby/uri] [DOC] Enhanced RDoc for URI
Burdette Lamar
2023-01-08
[ruby/uri] [DOC] Enhanced RDoc for URI.decode_www_form
Burdette Lamar
2023-01-07
[ruby/uri] [DOC] Common rdoc (https://github.com/ruby/uri/pull/52)
Burdette Lamar
2023-01-06
[ruby/uri] [DOC] Enhanced RDoc for common methods
Burdette Lamar
2023-01-04
[ruby/uri] [DOC] Common methods rdoc
Burdette Lamar
2023-01-03
[ruby/uri] [DOC] Enhanced RDoc for common methods
Burdette Lamar
2022-05-12
[ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...
Benoit Daloze
2022-05-12
[ruby/uri] Add URI::Generic#decoded_#{user,password}
Jeremy Evans
2022-04-22
[ruby/uri] Include RFC2396_REGEXP module directly
Peter Zhu
2021-07-28
Update to latest uri
Benoit Daloze
2021-07-27
Fix test failure for parallel testing
Hiroshi SHIBATA
2021-07-27
[ruby/uri] Add proper Ractor support to URI
Benoit Daloze
2021-07-27
[ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"
Benoit Daloze
2021-07-27
[ruby/uri] Fix to support Ruby 3.0 Ractor
kvokka
2021-04-22
[ruby/uri] Use Regexp#match? to avoid extra allocations
Steven Harman
2020-12-16
fix doc typo
d-m-u
2020-09-15
[ruby/uri] Remove deprecated URI.escape/URI.unescape
Jeremy Evans
2020-07-13
[DOC] Use https:// instead of http:// [ci skip]
Kazuhiro NISHIYAMA
2020-03-26
* remove trailing spaces. [ci skip]
git
2020-03-26
[ruby/uri] Remove RCS keywords
David RodrÃguez
2020-03-26
[ruby/uri] Simplify construction of URI instances using parser interface.
Samuel Williams
2020-01-09
Fix warnings for URI.encode and URI.decode
Jeremy Evans
2019-09-27
Warn for URI.{,un}{escape,encode}, even if not in verbose mode
Jeremy Evans
2019-09-27
Fix fallback in URI.encode_www_form_component to include #
Jeremy Evans
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-04-25
common.rb: unused constant
nobu
2018-04-21
Improve docs for URI library
stomar
2018-01-28
uri/common: reduce allocations and retained objects
normal
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-10-21
Use caller with length to reduce unused strings
kazu
2017-05-26
* lib/uri/common.rb: [DOC] add rdoc to describe
sonots
2017-01-23
Fix typo of URI#escape [Bug #13147]
naruse
2016-11-08
Update comment about default constant
a_matsuda
2016-10-20
* lib/uri/common.rb: added documentation for deprecated method.
hsbt
2016-10-06
uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]
nobu
2016-10-06
Update URI WEB_ENCODINGS_ hash, and fix documented cmd to
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-15
* lib/uri/common.rb: make code block for rdoc.
hsbt
2015-02-24
* lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]
marcandre
2014-12-30
lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Array
duerst
2014-08-27
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.
hsbt
2014-08-25
uri/common.rb: use negative look-ahead
nobu
2014-07-27
* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escape
zzak
2014-07-27
* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join arguments
zzak
2014-06-22
support RFC3986 [Feature #2542]
naruse
2014-01-21
* lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]
zzak
2014-01-19
* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]
hsbt
2013-12-13
* lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]
hsbt
2013-11-25
* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]
zzak
2013-07-31
* lib/uri/common.rb (URI.decode_www_form_component): Use String#b.
knu
[next]