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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/*: Prefer require_relative over require.
marcandre
2018-11-02
9
-10
/
+10
*
Update link to Email address specification
kazu
2018-08-20
1
-1
/
+1
*
Escape debug output in InvalidURIError exceptions.
tenderlove
2018-07-27
1
-2
/
+2
*
http_proxy setting should respect both parent domain and subdomain
naruse
2018-05-17
1
-4
/
+9
*
[DOC] Fix capitallizing [ci skip]
kazu
2018-04-25
1
-2
/
+2
*
common.rb: unused constant
nobu
2018-04-25
1
-3
/
+0
*
[DOC] URI::Generic#port returns Integer [ci skip]
kazu
2018-04-23
1
-2
/
+2
*
Improve docs for URI library
stomar
2018-04-21
8
-348
/
+325
*
lib/uri/generic.rb: fix error in docs for URI::Generic#opaque
stomar
2018-04-17
1
-3
/
+4
*
lib/uri/ldap.rb: fix errors in docs for URI::LDAP
stomar
2018-04-17
1
-3
/
+3
*
lib/uri/file.rb: fix errors in docs for URI::File.build
stomar
2018-04-17
1
-4
/
+1
*
lib/uri/file.rb: improve docs for URI::File
stomar
2018-04-17
1
-9
/
+11
*
Fix typo on URI.hierarchical? [ci skip]
nobu
2018-04-02
1
-1
/
+1
*
set UTF-8 if given URI string is ASCII
naruse
2018-03-22
1
-1
/
+3
*
Docs and tests on URI.hierarchical?, URI.absolute?
nobu
2018-03-21
1
-3
/
+21
*
Introduce URI::File to handle file URI scheme
naruse
2018-03-15
1
-0
/
+95
*
fix error if the input is mixed Unicode and percent-escapes
naruse
2018-03-08
1
-3
/
+3
*
uri/common: reduce allocations and retained objects
normal
2018-01-28
1
-8
/
+8
*
Use string instead of regexp
naruse
2017-12-14
1
-1
/
+1
*
Allow empty path components in a URI [Bug #8352]
knu
2017-12-14
1
-3
/
+3
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
2
-5
/
+5
*
Append "//" if empty host for file or postgres URI
naruse
2017-12-01
1
-1
/
+1
*
Use caller with length to reduce unused strings
kazu
2017-10-21
1
-4
/
+4
*
URI::Generic: Separate no_proxy handling
naruse
2017-09-28
1
-16
/
+20
*
Remove commented out code of URI::HTTP.new.
hsbt
2017-09-11
1
-24
/
+0
*
ftp.rb: fix example format [ci skip]
nobu
2017-08-15
1
-2
/
+2
*
* lib/uri/common.rb: [DOC] add rdoc to describe
sonots
2017-05-26
1
-0
/
+6
*
lib/uri/generic.rb: fix typos
stomar
2017-05-10
1
-1
/
+1
*
improve docs for URI::Generic
stomar
2017-03-19
1
-11
/
+21
*
Fix typo of URI#escape [Bug #13147]
naruse
2017-01-23
1
-1
/
+1
*
uri/generic.rb: fix exception on non-IP format
nobu
2017-01-17
1
-2
/
+2
*
Use URI.decode_www_form_component [Bug #10774]
naruse
2016-12-12
1
-5
/
+5
*
Use `&.` instead of `if` and `? :`
kazu
2016-11-22
1
-2
/
+2
*
Update comment about default constant
a_matsuda
2016-11-08
1
-1
/
+1
*
uri/generic.rb: Tidy up merge
nobu
2016-10-31
1
-31
/
+10
*
* lib/uri/common.rb: added documentation for deprecated method.
hsbt
2016-10-20
1
-0
/
+4
*
forgot to replace two occurences of ENV.
akr
2016-10-11
1
-1
/
+1
*
Add an optional argument, env, to URI.find_proxy.
akr
2016-10-11
1
-10
/
+12
*
uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]
nobu
2016-10-06
1
-2
/
+19
*
Update URI WEB_ENCODINGS_ hash, and fix documented cmd to
nobu
2016-10-06
1
-1
/
+3
*
* lib/uri/http.rb: Documentation and code style imrovements.
hsbt
2016-09-30
1
-16
/
+19
*
Don't include bad password in URI exception output
tenderlove
2016-09-15
1
-1
/
+1
*
* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`
hsbt
2016-09-12
1
-5
/
+5
*
* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
naruse
2016-07-02
1
-0
/
+3
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-2
/
+2
*
fix URI::HTTP.new example
nobu
2016-03-25
1
-2
/
+4
*
CIDR in no_proxy
nobu
2016-02-13
1
-3
/
+12
*
no_proxy with whitespaces and leading dots
nobu
2016-02-13
1
-1
/
+1
*
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
naruse
2016-01-14
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
9
-0
/
+9
[next]