summaryrefslogtreecommitdiff
path: root/lib/uri/generic.rb
AgeCommit message (Expand)Author
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-05-18* lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse
2012-04-11* lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain
2011-07-15* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre
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-12 * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain
2011-04-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu
2010-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
2010-07-21* lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre
2010-04-15* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame
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-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
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-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-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-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-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira
2004-07-13* lib/uri/generic.rb (URI::Generic#merge_path):akira
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-03-24 * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair
2003-12-23* lib/uri/generic.rb (URI::Generic::check_userinfo,akira
2003-12-22* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira
2003-12-22* lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira
2003-12-09make case insensitive for host-part.akira
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
2002-12-16* removed URI::Generic#to_ary.akira
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-02-26* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira
2002-02-07uri-0.9.5akira
2002-01-10added uri library (uri-0.9.4)akira