aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-1/+1
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-271-1/+1
* uri/common.rb: use negative look-aheadnobu2014-08-251-1/+1
* remove path_querynaruse2014-08-051-6/+0
* * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse2014-08-051-16/+12
* * lib/uri/http.rb (URI::HTTP#request_uri): optimized.naruse2014-08-051-5/+5
* * lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak2014-07-271-0/+3
* * lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak2014-07-271-1/+1
* * 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
* suppress warnings: assigned but unused variablenaruse2014-06-301-2/+0
* remove useless part of regexpnaruse2014-06-301-4/+4
* * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse2014-06-271-65/+73
* Revert "* lib/uri/mailto.rb: support RFC6068."naruse2014-06-241-22/+43
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-231-43/+22
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-232-2/+2
* remove registrynaruse2014-06-221-87/+32
* * lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse2014-06-221-0/+4
* support RFC3986 [Feature #2542]naruse2014-06-223-533/+655
* lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse2014-06-221-1/+1
* fix that arg_check didn't worknaruse2014-06-221-7/+14
* * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak2014-01-211-1/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-12-211-1/+1
* * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]hsbt2013-12-131-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-252-3/+3
* * lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse2013-09-131-17/+15
* * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.knu2013-07-311-3/+1
* * lib/uri/common.rb (URI.decode_www_form_component):sorah2013-07-311-1/+3
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-13/+9
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-30/+272
* fix typo by @zsalzbank [fix GH-289]hsbt2013-04-171-1/+1
* Finish docs for URI::FTP by @darkhelmet [fix GH-274]hsbt2013-04-091-1/+3
* * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]zzak2013-02-021-1/+1
* * lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is notmame2013-02-021-8/+3
* * lib/uri/http.rb (URI::HTTP.build): Fix examplezzak2012-11-051-1/+1
* * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"naruse2012-08-301-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 (URI.encode_www_form_component): initialize onnaruse2012-01-241-28/+15
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-1/+1
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-10/+10
* updating documentation linktenderlove2011-12-181-1/+1
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1
* * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain2011-08-121-6/+6
* Fix r32622.naruse2011-07-221-1/+1