aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-2/+2
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-152-6/+18
* * lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse2011-06-031-1/+1
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-192-7/+7
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-182-75/+77
* * remove trailing spaces.nobu2011-05-153-14/+14
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-138-9/+24
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-133-5/+7
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-128-6/+678
* * Various .document files: Update .document files to match files whichdrbrain2011-05-111-7/+0
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-15/+11
* * lib/uri/common.rb: avoid race condition. fixes #4572naruse2011-04-121-9/+19
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-1/+1
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-5/+6
* * lib/uri/common.rb (URI.encode_www_form):naruse2010-12-021-3/+21
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-9/+12
* * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosionnobu2010-11-291-1/+1
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+55
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-12/+8
* Add document about URI.join. [ruby-core:32462]naruse2010-09-231-1/+14
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-212-36/+7
* * lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre2010-07-211-9/+20
* * lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre2010-05-111-1/+1
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-152-2/+10
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-101-11/+7
* * lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse2010-04-091-3/+6
* Add description about de facto FTP URI spec.naruse2010-04-091-0/+5
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-26/+15
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-26/+68