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
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
Age
Commit message (
Expand
)
Author
2017-05-09
merge revision(s) 57359: [Backport #13442]
nagachika
2017-03-11
merge revision(s) 57411: [Backport #13147]
naruse
2016-12-12
Use URI.decode_www_form_component [Bug #10774]
naruse
2016-11-22
Use `&.` instead of `if` and `? :`
kazu
2016-11-08
Update comment about default constant
a_matsuda
2016-10-31
uri/generic.rb: Tidy up merge
nobu
2016-10-20
* lib/uri/common.rb: added documentation for deprecated method.
hsbt
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-10-06
uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]
nobu
2016-10-06
Update URI WEB_ENCODINGS_ hash, and fix documented cmd to
nobu
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-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-03-25
fix URI::HTTP.new example
nobu
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-16
Add frozen_string_literal: false for all files
naruse
2015-12-15
* lib/uri/common.rb: make code block for rdoc.
hsbt
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
2015-11-08
* lib/uri/ftp.rb: fix a typo.
hsbt
2015-05-19
* lib/uri/rfc2396_parser.rb (initialize_pattern):
naruse
2015-02-24
* lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]
marcandre
2015-01-14
* lib/uri/mailto.rb: raising URI::InvalidComponentError instead
duerst
2014-12-30
lib/uri/common.rb: Initialize HTML5ASCIIINCOMPAT to empty Array
duerst
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-20
* lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.
usa
2014-11-06
lib/uri/rfc2396_parser.rb (initialize): reduce bytecode size
normal
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-09-27
* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError when
glass
2014-09-17
* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rb
naruse
2014-08-27
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.
hsbt
2014-08-25
uri/common.rb: use negative look-ahead
nobu
2014-08-05
remove path_query
naruse
2014-08-05
* lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?
naruse
2014-08-05
* lib/uri/http.rb (URI::HTTP#request_uri): optimized.
naruse
2014-07-27
* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escape
zzak
2014-07-27
* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join arguments
zzak
2014-07-26
* lib/shell/command-processor.rb: remove unused variable.
hsbt
2014-07-03
* lib/uri/generic.rb (URI::Generic#query=): remove validation, just
naruse
2014-06-30
suppress warnings: assigned but unused variable
naruse
2014-06-30
remove useless part of regexp
naruse
2014-06-27
* lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.
naruse
[next]