aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* 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-152-6/+18
* * lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse2011-06-031-1/+1
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-192-7/+7
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-182-75/+77
* * remove trailing spaces.nobu2011-05-153-14/+14
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-138-9/+24
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-133-5/+7
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-128-6/+678
* * Various .document files: Update .document files to match files whichdrbrain2011-05-111-7/+0
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-15/+11
* * 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/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+55
* * 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-212-36/+7
* * lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre2010-07-211-9/+20
* * lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre2010-05-111-1/+1
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-152-2/+10
* * 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
* Add description about de facto FTP URI spec.naruse2010-04-091-0/+5
* * 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/generic.rb (URI#normalize!): normalize case ofnaruse2010-01-011-0/+3
* * 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