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
/
lib
/
uri
/
rfc3986_parser.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/uri] Fix splitting relative URI
Nobuyoshi Nakada
2022-10-13
1
-1
/
+1
*
URI.parse should set empty string in host instead of nil
NARUSE, Yui
2022-10-13
1
-2
/
+1
*
[ruby/uri] Only use UnboundMethod#bind_call if it is available
Jeremy Evans
2021-04-22
1
-2
/
+8
*
[ruby/uri] Simplify construction of URI instances using parser interface.
Samuel Williams
2020-03-26
1
-12
/
+1
*
Use `bind_call` instead of `bind` and `call`
Kazuhiro NISHIYAMA
2019-10-11
1
-1
/
+1
*
Escape debug output in InvalidURIError exceptions.
tenderlove
2018-07-27
1
-2
/
+2
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
lib/uri: performance improvements [misc #10628]
normal
2014-12-24
1
-39
/
+54
*
* lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):
naruse
2014-11-03
1
-2
/
+2
*
* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError when
glass
2014-09-27
1
-1
/
+5
*
* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rb
naruse
2014-09-17
1
-1
/
+1
*
remove useless part of regexp
naruse
2014-06-30
1
-4
/
+4
*
* lib/uri/generic.rb (check_port): allow strings for port= as
naruse
2014-06-23
1
-1
/
+1
*
* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...
naruse
2014-06-22
1
-0
/
+4
*
support RFC3986 [Feature #2542]
naruse
2014-06-22
1
-0
/
+101