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
/
rfc2396_parser.rb
Age
Commit message (
Expand
)
Author
2025-01-24
[ruby/uri] [DOC] Make documentation 100%
Nobuyoshi Nakada
2024-11-14
[ruby/uri] Check existence constants only URI module
Hiroshi SHIBATA
2024-11-14
[ruby/uri] Restore constants like URI::REGEXP::PATTERN::IPV6ADDR
Hiroshi SHIBATA
2024-08-05
[ruby/uri] Add space after `bad URI`
Josh Soref
2023-06-29
[ruby/uri] Fix quadratic backtracking on invalid relative URI
Nobuyoshi Nakada
2021-04-22
[ruby/uri] Only use UnboundMethod#bind_call if it is available
Jeremy Evans
2021-03-31
Enclose the code that was accidentally a link in "tt"
aycabta
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
2019-10-11
Use `bind_call` instead of `bind` and `call`
Kazuhiro NISHIYAMA
2018-04-25
[DOC] Fix capitallizing [ci skip]
kazu
2018-04-21
Improve docs for URI library
stomar
2018-03-22
set UTF-8 if given URI string is ASCII
naruse
2018-03-08
fix error if the input is mixed Unicode and percent-escapes
naruse
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-05-19
* lib/uri/rfc2396_parser.rb (initialize_pattern):
naruse
2014-11-06
lib/uri/rfc2396_parser.rb (initialize): reduce bytecode size
normal
2014-06-22
support RFC3986 [Feature #2542]
naruse