summaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre2009-12-241-0/+1
* * lib/uri/common.rb (URI.escape): obsoleted.naruse2009-09-061-0/+2
* * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-272-30/+37
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-066-109/+109
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-021-2/+2
* * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz2008-11-111-1/+1
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-232-2/+2
* * lib/uri/common.rb (unescape): skip '%' to make String#hex workmame2008-09-181-1/+1
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-103-234/+356
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-1/+1
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-122-2/+3
* * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu2008-01-241-1/+2
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-242-19/+18
* * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz2007-12-101-1/+1
* * lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira2007-10-251-0/+12
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-52/+52
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-6/+6
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz2007-02-131-2/+4
* * lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine2005-11-131-1/+5
* Added .document file for lib/uri.ryan2005-09-071-0/+7
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-245-34/+151
* * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira2005-06-242-19/+19
* fixed typo in the example of URI.extract.akira2005-06-231-2/+2
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-8/+1
* * lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban2005-01-161-1/+1
* * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira2004-07-172-5/+5
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-131-6/+10
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+10
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-19/+31
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-247-960/+957
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-1/+1
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-221-0/+9
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-9/+12
* * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira2003-12-221-1/+1
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-1/+1
* make case insensitive for host-part.akira2003-12-091-1/+1
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-17/+35
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-042-2/+2
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-4/+4
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-221-1/+1
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-211-3/+3
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-144-9/+20
* * removed URI::Generic#to_ary.akira2002-12-161-7/+4
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* URI::extract extracts only URIs of specified schemes when schemes are specified.akira2002-11-191-2/+2
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-1/+1
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-044-36/+75
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+4
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-5/+7