index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
uri
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/uri] Increase rehearsals
Nobuyoshi Nakada
2023-03-29
1
-1
/
+1
*
[ruby/uri] Test for quadratic backtracking on invalid URI
Nobuyoshi Nakada
2023-03-28
1
-0
/
+11
*
[ruby/uri] Fix splitting relative URI
Nobuyoshi Nakada
2022-10-13
1
-0
/
+7
*
URI.parse should set empty string in host instead of nil
NARUSE, Yui
2022-10-13
2
-4
/
+11
*
[ruby/uri] Improve URI.register_scheme tests and automatically upcase the giv...
Benoit Daloze
2022-05-12
1
-3
/
+37
*
[ruby/uri] Add URI::Generic#decoded_#{user,password}
Jeremy Evans
2022-05-12
2
-0
/
+61
*
Use https for wss test
Hiroshi SHIBATA
2022-04-22
1
-1
/
+1
*
[ruby/uri] Feat: Support WSS
OKURA Masafumi
2022-04-22
2
-3
/
+74
*
'uri/https' is needed
Koichi Sasada
2021-10-22
1
-0
/
+1
*
[ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...
Tiago
2021-10-22
1
-7
/
+23
*
Update to latest uri
Benoit Daloze
2021-07-28
1
-0
/
+7
*
[ruby/uri] User assert_ractor for test case of Ractor
Hiroshi SHIBATA
2021-07-27
1
-2
/
+4
*
[ruby/uri] Add proper Ractor support to URI
Benoit Daloze
2021-07-27
1
-0
/
+20
*
[ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"
Benoit Daloze
2021-07-27
1
-19
/
+0
*
[ruby/uri] Fix to support Ruby 3.0 Ractor
kvokka
2021-07-27
1
-0
/
+19
*
[ruby/uri] Add tests for URI::RFC{2396,3986}_Parser#inspect
Jeremy Evans
2021-04-22
1
-0
/
+5
*
[ruby/uri] Optimize URI#hostname and URI#hostname=
Lukas Zapletal
2021-04-22
1
-0
/
+4
*
Fakes IPSocket.getaddress in the whole method
Nobuyoshi Nakada
2020-05-06
1
-24
/
+25
*
[ruby/uri] Check if DN exists
Nobuyoshi Nakada
2020-05-05
1
-0
/
+4
*
Added implictily require for URI::HTTP
Hiroshi SHIBATA
2020-03-26
1
-0
/
+1
*
[ruby/uri] Add support for WebSockets
Matt Muller
2020-03-26
1
-0
/
+70
*
Check for invalid hex escapes in URI#query=
Jeremy Evans
2019-10-08
1
-0
/
+5
*
Fix fallback in URI.encode_www_form_component to include #
Jeremy Evans
2019-09-27
1
-0
/
+2
*
Make portable for standalone test-unit gem.
Hiroshi SHIBATA
2019-08-19
2
-1
/
+3
*
http_proxy setting should respect both parent domain and subdomain
naruse
2018-05-17
1
-1
/
+7
*
set UTF-8 if given URI string is ASCII
naruse
2018-03-22
1
-0
/
+1
*
Docs and tests on URI.hierarchical?, URI.absolute?
nobu
2018-03-21
1
-0
/
+18
*
Introduce URI::File to handle file URI scheme
naruse
2018-03-15
1
-0
/
+67
*
fix error if the input is mixed Unicode and percent-escapes
naruse
2018-03-08
1
-0
/
+7
*
Allow empty path components in a URI [Bug #8352]
knu
2017-12-14
1
-0
/
+6
*
Append "//" if empty host for file or postgres URI
naruse
2017-12-01
1
-0
/
+4
*
URI::Generic: Separate no_proxy handling
naruse
2017-09-28
1
-0
/
+17
*
uri/generic.rb: fix exception on non-IP format
nobu
2017-01-17
1
-0
/
+25
*
test_mailto.rb: overwritten methods
nobu
2016-12-17
1
-6
/
+4
*
test_mailto.rb: adjust scope
nobu
2016-12-17
1
-10
/
+4
*
Use URI.decode_www_form_component [Bug #10774]
naruse
2016-12-12
1
-0
/
+6
*
fix warning: assigned but unused variable
kazu
2016-10-12
1
-1
/
+1
*
do not need to downcase twice
kazu
2016-10-12
1
-1
/
+1
*
Test URI.find_proxy using env argument.
akr
2016-10-11
1
-41
/
+111
*
* lib/uri/http.rb: Documentation and code style imrovements.
hsbt
2016-09-30
1
-0
/
+5
*
Don't include bad password in URI exception output
tenderlove
2016-09-15
1
-0
/
+9
*
* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`
hsbt
2016-09-12
1
-0
/
+51
*
* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
naruse
2016-07-02
1
-4
/
+6
*
CIDR in no_proxy
nobu
2016-02-13
1
-0
/
+8
*
no_proxy with whitespaces and leading dots
nobu
2016-02-13
1
-0
/
+4
*
test/uri/test_generic.rb: split test_find_proxy
nobu
2016-02-13
1
-5
/
+20
*
domainname no_proxy assertions
nobu
2016-02-13
1
-0
/
+4
*
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
naruse
2016-01-14
1
-0
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
7
-0
/
+7
*
test_generic.rb: fix assertion
nobu
2015-12-08
1
-1
/
+1
[next]