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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
uri
Age
Commit message (
Expand
)
Author
3 days
[ruby/uri] Increase rehearsals
Nobuyoshi Nakada
4 days
[ruby/uri] Test for quadratic backtracking on invalid URI
Nobuyoshi Nakada
2022-10-13
[ruby/uri] Fix splitting relative URI
Nobuyoshi Nakada
2022-10-13
URI.parse should set empty string in host instead of nil
NARUSE, Yui
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
Use https for wss test
Hiroshi SHIBATA
2022-04-22
[ruby/uri] Feat: Support WSS
OKURA Masafumi
2021-10-22
'uri/https' is needed
Koichi Sasada
2021-10-22
[ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...
Tiago
2021-07-28
Update to latest uri
Benoit Daloze
2021-07-27
[ruby/uri] User assert_ractor for test case of Ractor
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] Add tests for URI::RFC{2396,3986}_Parser#inspect
Jeremy Evans
2021-04-22
[ruby/uri] Optimize URI#hostname and URI#hostname=
Lukas Zapletal
2020-05-06
Fakes IPSocket.getaddress in the whole method
Nobuyoshi Nakada
2020-05-05
[ruby/uri] Check if DN exists
Nobuyoshi Nakada
2020-03-26
Added implictily require for URI::HTTP
Hiroshi SHIBATA
2020-03-26
[ruby/uri] Add support for WebSockets
Matt Muller
2019-10-08
Check for invalid hex escapes in URI#query=
Jeremy Evans
2019-09-27
Fix fallback in URI.encode_www_form_component to include #
Jeremy Evans
2019-08-19
Make portable for standalone test-unit gem.
Hiroshi SHIBATA
2018-05-17
http_proxy setting should respect both parent domain and subdomain
naruse
2018-03-22
set UTF-8 if given URI string is ASCII
naruse
2018-03-21
Docs and tests on URI.hierarchical?, URI.absolute?
nobu
2018-03-15
Introduce URI::File to handle file URI scheme
naruse
2018-03-08
fix error if the input is mixed Unicode and percent-escapes
naruse
2017-12-14
Allow empty path components in a URI [Bug #8352]
knu
2017-12-01
Append "//" if empty host for file or postgres URI
naruse
2017-09-28
URI::Generic: Separate no_proxy handling
naruse
2017-01-17
uri/generic.rb: fix exception on non-IP format
nobu
2016-12-17
test_mailto.rb: overwritten methods
nobu
2016-12-17
test_mailto.rb: adjust scope
nobu
2016-12-12
Use URI.decode_www_form_component [Bug #10774]
naruse
2016-10-12
fix warning: assigned but unused variable
kazu
2016-10-12
do not need to downcase twice
kazu
2016-10-11
Test URI.find_proxy using env argument.
akr
2016-09-30
* lib/uri/http.rb: Documentation and code style imrovements.
hsbt
2016-09-15
Don't include bad password in URI exception output
tenderlove
2016-09-12
* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`
hsbt
2016-07-02
* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
naruse
2016-02-13
CIDR in no_proxy
nobu
2016-02-13
no_proxy with whitespaces and leading dots
nobu
2016-02-13
test/uri/test_generic.rb: split test_find_proxy
nobu
2016-02-13
domainname no_proxy assertions
nobu
2016-01-14
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
naruse
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-08
test_generic.rb: fix assertion
nobu
[next]