summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
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-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
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-05-11* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre
2010-04-15* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame
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-04-09Add description about de facto FTP URI spec.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
2010-01-01* lib/uri/generic.rb (URI#normalize!): normalize case ofnaruse
2009-12-24* lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre
2009-09-06* lib/uri/common.rb (URI.escape): obsoleted.naruse
2009-05-27* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr
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-11-11* lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz
2008-09-23Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain
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-13* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
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
2007-10-25* lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu
2007-02-13* lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-09-07Added .document file for lib/uri.ryan
2005-08-24Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan
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-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""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-13* lib/uri/generic.rb (URI::Generic#merge_path):akira
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira