aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/common.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-241-28/+15
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-10/+10
* updating documentation linktenderlove2011-12-181-1/+1
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1
* * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain2011-08-121-6/+6
* Fix r32622.naruse2011-07-221-1/+1
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-2/+2
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-151-3/+15
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-5/+5
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-69/+69
* * remove trailing spaces.nobu2011-05-151-7/+7
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-131-2/+5
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-131-1/+2
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-1/+106
* * 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