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
/
test
/
uri
Age
Commit message (
Expand
)
Author
2012-08-30
merge revision(s) 36852:
naruse
2012-02-23
merge revision(s) 34214:
naruse
2011-06-03
* lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri
naruse
2011-04-15
Add some more tests for the previous fix.
knu
2011-04-15
* lib/uri/generic.rb (#route_from_path): Fix a bug where
knu
2010-12-06
* test/uri/test_common.rb (TestCommon#test_encode_www_form): add
kazu
2010-12-06
* lib/uri/common.rb (URI::Parser#initialize_pattern):
naruse
2010-11-29
* lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosion
nobu
2010-10-06
* lib/uri/generic.rb (URI::Generic#hostname): new method.
akr
2010-09-30
* lib/uri/common.rb (URI.encode_www_form): change treatment of
naruse
2010-04-10
* lib/uri/common.rb (decode_www_form_component): validate.
naruse
2010-04-09
* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.
naruse
2010-03-21
* lib/uri/common.rb (URI.encode_www_form_component):
naruse
2010-03-17
* lib/uri/common.rb (URI#{en,de}code_www_form_component):
naruse
2010-03-12
* lib/uri/common.rb (URI.encode_www_form): new method to
naruse
2010-01-25
supress warnings.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-09-10
* lib/uri/common.rb (URI::Parser): new class.
akira
2007-11-18
use ML ref. for assertion message.
akr
2007-08-01
* generic.rb (URI::Generic::merge_path): behave as RFC 3986.
nobu
2005-10-10
* test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):
nobu
2005-09-07
Added .document file for lib/uri.
ryan
2005-02-23
* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""
akira
2004-07-13
* lib/uri/generic.rb (URI::Generic#merge_path):
akira
2004-07-05
* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.
akr
2004-06-09
* lib/uri/generic.rb (URI::Generic::merge,
akira
2003-12-23
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-22
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
akira
2003-12-09
make case insensitive for host-part.
akira
2003-12-08
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-10-05
* test/uri/*: translated RUNIT to Test::Unit.
akira
2003-10-04
* test/uri/* (6 files): added.
akira