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
/
generic.rb
Age
Commit message (
Expand
)
Author
2025-02-27
[ruby/uri] Fix the mention to removed `URI.escape/URI::Escape`
Yuji Yaginuma
2025-02-26
[ruby/uri] Fix merger of URI with authority component
Hiroshi SHIBATA
2025-02-26
[ruby/uri] Truncate userinfo with URI#join, URI#merge and URI#+
Hiroshi SHIBATA
2025-01-24
[ruby/uri] [DOC] Make documentation 100%
Nobuyoshi Nakada
2024-09-17
[ruby/uri] Fix spelling of "cannot"
David RodrÃguez
2024-08-08
[ruby/uri] Use URI::RFC2396_PARSER explicitly in URI
Hiroshi SHIBATA
2024-03-28
Use www.rfc-editor.org for RFC text.
Hiroshi SHIBATA
2024-01-22
[ruby/uri] Removed commented-out code
Hiroshi SHIBATA
2024-01-05
[ruby/uri] Make URI#to_s prepend relative path with / if there is a host or port
Jeremy Evans
2023-10-26
add #to_str to URI::Generic
Michael Chui
2022-05-12
[ruby/uri] Add URI::Generic#decoded_#{user,password}
Jeremy Evans
2021-04-22
[ruby/uri] Optimize URI#hostname and URI#hostname=
Lukas Zapletal
2021-04-22
[ruby/uri] Upstream Java proxy property checks from JRuby
Charles Oliver Nutter
2020-10-27
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-03-26
[ruby/uri] Remove RCS keywords
David RodrÃguez
2019-10-08
Check for invalid hex escapes in URI#query=
Jeremy Evans
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-05-17
http_proxy setting should respect both parent domain and subdomain
naruse
2018-04-23
[DOC] URI::Generic#port returns Integer [ci skip]
kazu
2018-04-21
Improve docs for URI library
stomar
2018-04-17
lib/uri/generic.rb: fix error in docs for URI::Generic#opaque
stomar
2018-04-02
Fix typo on URI.hierarchical? [ci skip]
nobu
2018-03-21
Docs and tests on URI.hierarchical?, URI.absolute?
nobu
2017-12-14
Use string instead of regexp
naruse
2017-12-14
Allow empty path components in a URI [Bug #8352]
knu
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-01
Append "//" if empty host for file or postgres URI
naruse
2017-09-28
URI::Generic: Separate no_proxy handling
naruse
2017-05-10
lib/uri/generic.rb: fix typos
stomar
2017-03-19
improve docs for URI::Generic
stomar
2017-01-17
uri/generic.rb: fix exception on non-IP format
nobu
2016-11-22
Use `&.` instead of `if` and `? :`
kazu
2016-10-31
uri/generic.rb: Tidy up merge
nobu
2016-10-11
forgot to replace two occurences of ENV.
akr
2016-10-11
Add an optional argument, env, to URI.find_proxy.
akr
2016-09-15
Don't include bad password in URI exception output
tenderlove
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-02-13
CIDR in no_proxy
nobu
2016-02-13
no_proxy with whitespaces and leading dots
nobu
2016-01-14
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
naruse
2015-12-14
* ext/socket/lib/socket.rb: use safe navigation operator.
hsbt
2015-12-08
lib/uri/generic.rb: enable frozen_string_literal
normal
2014-12-24
lib/uri: performance improvements [misc #10628]
normal
2014-12-23
* lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^
naruse
2014-12-01
* lib/uri/generic.rb (URI::Generic.build):
naruse
2014-11-03
* lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):
naruse
2014-10-07
* lib/uri/generic.rb (URI#inspect): remove Object id.
naruse
2014-08-05
remove path_query
naruse
2014-08-05
* lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?
naruse
2014-07-26
* lib/shell/command-processor.rb: remove unused variable.
hsbt
[next]