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/uri/generic.rb (URI::Generic#hostname): new method.
akr
2010-10-06
1
-0
/
+55
*
* lib/uri/common.rb (URI.encode_www_form): change treatment of
naruse
2010-09-30
1
-12
/
+8
*
Add document about URI.join. [ruby-core:32462]
naruse
2010-09-23
1
-1
/
+14
*
* lib/uri/common.rb: Have URI#route_to, URI#route_from accept
marcandre
2010-07-21
2
-36
/
+7
*
* lib/uri/common.rb: Have URI() and URI.join accept URI objects in addition
marcandre
2010-07-21
1
-9
/
+20
*
* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]
marcandre
2010-05-11
1
-1
/
+1
*
* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling of
mame
2010-04-15
2
-2
/
+10
*
* lib/uri/common.rb (decode_www_form_component): validate.
naruse
2010-04-10
1
-11
/
+7
*
* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.
naruse
2010-04-09
1
-3
/
+6
*
Add description about de facto FTP URI spec.
naruse
2010-04-09
1
-0
/
+5
*
* lib/uri/common.rb (URI.encode_www_form_component):
naruse
2010-03-21
1
-26
/
+15
*
* lib/uri/common.rb (URI#{en,de}code_www_form_component):
naruse
2010-03-17
1
-26
/
+68
*
* lib/uri/common.rb (URI.encode_www_component):
naruse
2010-03-15
1
-2
/
+4
*
* lib/uri/common.rb (URI.encode_www_form): new method to
naruse
2010-03-12
1
-0
/
+86
*
* lib/uri/common.rb (initialize_regexp): allow leading
naruse
2010-01-01
1
-2
/
+2
*
* lib/uri/generic.rb (URI#normalize!): normalize case of
naruse
2010-01-01
1
-0
/
+3
*
* lib/uri/generic.rb (eql?): Check the class of the compared object.
marcandre
2009-12-24
1
-0
/
+1
*
* lib/uri/common.rb (URI.escape): obsoleted.
naruse
2009-09-06
1
-0
/
+2
*
* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshaling
akr
2009-05-27
2
-30
/
+37
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
6
-109
/
+109
*
* lib/uri/common.rb (URI::Parser#escape): escaped string is ascii
nobu
2009-03-02
1
-2
/
+2
*
* lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should a
matz
2008-11-11
1
-1
/
+1
*
Fix ruby -w warnings for mismatched indentation discovered by rdoc
drbrain
2008-09-23
2
-2
/
+2
*
* lib/uri/common.rb (unescape): skip '%' to make String#hex work
mame
2008-09-18
1
-1
/
+1
*
* lib/uri/common.rb (URI::Parser): new class.
akira
2008-09-10
3
-234
/
+356
*
* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse
naruse
2008-02-13
1
-1
/
+1
*
* ext/json/lib/json/pure/generator.rb,
naruse
2008-02-12
2
-2
/
+3
*
* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
nobu
2008-01-24
1
-1
/
+2
*
Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.
drbrain
2007-12-24
2
-19
/
+18
*
* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME
matz
2007-12-10
1
-1
/
+1
*
* lib/uri.rb, lib/uri/ldaps.rb: added LDAPS
akira
2007-10-25
1
-0
/
+12
*
* generic.rb (URI::Generic::merge_path): behave as RFC 3986.
nobu
2007-08-01
1
-52
/
+52
*
* lib/uri/generic.rb (URI::Generic::userinfo): Considering how
knu
2007-02-15
1
-6
/
+6
*
* lib/uri/generic.rb (URI::Generic::userinfo): should support
matz
2007-02-13
1
-2
/
+4
*
* lib/uri/common.rb (escape): regard second argument as a character set. [rub...
aamine
2005-11-13
1
-1
/
+5
*
Added .document file for lib/uri.
ryan
2005-09-07
1
-0
/
+7
*
Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb
ryan
2005-08-24
5
-34
/
+151
*
* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and
akira
2005-06-24
2
-19
/
+19
*
fixed typo in the example of URI.extract.
akira
2005-06-23
1
-2
/
+2
*
* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""
akira
2005-02-23
1
-8
/
+1
*
* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]
eban
2005-01-16
1
-1
/
+1
*
* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.
akira
2004-07-17
2
-5
/
+5
*
* lib/uri/generic.rb (URI::Generic#merge_path):
akira
2004-07-13
1
-6
/
+10
*
* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.
akr
2004-07-05
1
-0
/
+10
*
* lib/uri/generic.rb (URI::Generic::merge,
akira
2004-06-09
1
-19
/
+31
*
* lib/uri.rb: Documented (thanks Dmitry V. Sabanin).
gsinclair
2004-03-24
7
-960
/
+957
*
* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})
akira
2004-03-08
1
-1
/
+1
*
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
akira
2004-02-22
1
-0
/
+9
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
1
-9
/
+12
*
* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
akira
2003-12-22
1
-1
/
+1
[next]