aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/generic.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* CIDR in no_proxynobu2016-02-131-3/+12
* no_proxy with whitespaces and leading dotsnobu2016-02-131-1/+1
* * lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse2016-01-141-1/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* lib/uri/generic.rb: enable frozen_string_literalnormal2015-12-081-15/+17
* lib/uri: performance improvements [misc #10628]normal2014-12-241-14/+9
* * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse2014-12-231-1/+1
* * lib/uri/generic.rb (URI::Generic.build):naruse2014-12-011-1/+1
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-031-1/+1
* * lib/uri/generic.rb (URI#inspect): remove Object id.naruse2014-10-071-2/+1
* remove path_querynaruse2014-08-051-6/+0
* * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse2014-08-051-16/+12
* * lib/shell/command-processor.rb: remove unused variable.hsbt2014-07-261-1/+1
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-77/+30
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-231-1/+1
* remove registrynaruse2014-06-221-87/+32
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-12-211-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak2013-11-251-2/+2
* * lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse2013-09-131-17/+15
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+76
* * lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse2012-05-181-5/+6
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-111-1/+1
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-151-3/+3
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-2/+2
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-6/+8
* * remove trailing spaces.nobu2011-05-151-6/+6
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-131-2/+2
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-3/+431
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-15/+11
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+55
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-211-27/+4
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-151-1/+3
* * 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: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-271-23/+30
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-39/+39
* * 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-231-1/+1
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-101-20/+26
* * 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-121-1/+1
* * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu2008-01-241-1/+2
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-52/+52
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-6/+6
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz2007-02-131-2/+4
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-241-0/+1
* * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira2005-06-241-11/+11