aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/common.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/common.rb: avoid race condition. fixes #4572naruse2011-04-121-9/+19
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-1/+1
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-5/+6
* * lib/uri/common.rb (URI.encode_www_form):naruse2010-12-021-3/+21
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-9/+12
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-291-1/+1
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-12/+8
* Add document about URI.join. [ruby-core:32462]naruse2010-09-231-1/+14
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-211-9/+3
* * lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre2010-07-211-9/+20
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-11/+7
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-091-3/+6
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-26/+15
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-26/+68
* * lib/uri/common.rb (URI.encode_www_component):naruse2010-03-151-2/+4
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+86
* * lib/uri/common.rb (initialize_regexp): allow leadingnaruse2010-01-011-2/+2
* * lib/uri/common.rb (URI.escape): obsoleted.naruse2009-09-061-0/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-27/+27
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-021-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-101-207/+323
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+2
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-241-18/+17
* * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz2007-12-101-1/+1
* * lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine2005-11-131-1/+5
* * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira2005-06-241-8/+8
* fixed typo in the example of URI.extract.akira2005-06-231-2/+2
* * 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-171-2/+2
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+10
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-241-126/+281
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-1/+1
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-17/+35
* * 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
* 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
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-041-26/+18
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-121-4/+4
* uri-0.9.5akira2002-02-071-0/+13
* added uri library (uri-0.9.4)akira2002-01-101-0/+419