summaryrefslogtreecommitdiff
path: root/lib/uri/common.rb
AgeCommit message (Expand)Author
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-15* remove trailing spaces.nobu
2011-05-13 * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain
2011-05-13 * lib/logger.rb: format comments to keep 80 columns in a line.nagachika
2011-05-12 * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain
2011-04-12* lib/uri/common.rb: avoid race condition. fixes #4572naruse
2010-12-06* lib/uri/common.rb (URI::Parser#initialize_pattern):naruse
2010-12-06* lib/uri/common.rb (URI::Parser#initialize_pattern):naruse
2010-12-02* lib/uri/common.rb (URI.encode_www_form):naruse
2010-11-29Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain
2010-11-29* lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu
2010-09-30* lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse
2010-09-23Add document about URI.join. [ruby-core:32462]naruse
2010-07-21* lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre
2010-07-21* lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre
2010-04-10* lib/uri/common.rb (decode_www_form_component): validate.naruse
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse
2010-03-17* lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse
2010-03-15* lib/uri/common.rb (URI.encode_www_component):naruse
2010-03-12* lib/uri/common.rb (URI.encode_www_form): new method tonaruse
2010-01-01* lib/uri/common.rb (initialize_regexp): allow leadingnaruse
2009-09-06* lib/uri/common.rb (URI.escape): obsoleted.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-02* lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu
2008-09-18* lib/uri/common.rb (unescape): skip '%' to make String#hex workmame
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira
2005-06-23fixed typo in the example of URI.extract.akira
2005-01-16* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban
2004-07-17* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-03-24 * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair
2004-03-08* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-22* lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-02-07uri-0.9.5akira
2002-01-10added uri library (uri-0.9.4)akira