| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which | akira | 2003-12-22 | 1 | -1/+1 |
* | make case insensitive for host-part. | akira | 2003-12-09 | 1 | -1/+1 |
* | * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121] | aamine | 2003-12-08 | 1 | -17/+35 |
* | * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str. | akira | 2003-10-04 | 2 | -2/+2 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -4/+4 |
* | * lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-22 | 1 | -1/+1 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 1 | -3/+3 |
* | * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=() | akira | 2003-02-14 | 4 | -9/+20 |
* | * removed URI::Generic#to_ary. | akira | 2002-12-16 | 1 | -7/+4 |
* | fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea... | akira | 2002-12-12 | 1 | -9/+9 |
* | URI::extract extracts only URIs of specified schemes when schemes are specified. | akira | 2002-11-19 | 1 | -2/+2 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -1/+1 |
* | should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa... | akira | 2002-10-20 | 1 | -2/+3 |
* | updated uri.rb and uri/*.rb to uri-0.9.7 | akira | 2002-10-04 | 4 | -36/+75 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -4/+4 |
* | * io.c (appendline): forget to terminate with nul. | matz | 2002-09-25 | 1 | -5/+7 |
* | merged differences between uri-0.9.6 and uri-0.9.7 | akira | 2002-06-12 | 2 | -10/+17 |