Age | Commit message (Expand) | Author |
---|
2013-09-13 | * lib/uri/generic.rb (URI::Generic.find_proxy): return nil if | naruse |
2013-07-31 | * lib/uri/common.rb (URI.decode_www_form_component): Use String#b. | knu |
2013-07-31 | * lib/uri/common.rb (URI.decode_www_form_component): | sorah |
2013-07-24 | * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI is | naruse |
2013-05-18 | * lib/uri/common.rb (URI.decode_www_form): scrub string if decoded | naruse |
2013-04-25 | * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard. | naruse |
2013-04-17 | fix typo by @zsalzbank [fix GH-289] | hsbt |
2013-04-09 | Finish docs for URI::FTP by @darkhelmet [fix GH-274] | hsbt |
2013-02-02 | * lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301] | zzak |
2013-02-02 | * lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is not | mame |
2012-11-05 | * lib/uri/http.rb (URI::HTTP.build): Fix example | zzak |
2012-08-30 | * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//" | naruse |
2012-07-20 | * lib/net/http.rb: Net::HTTP now automatically detects and uses | drbrain |
2012-05-18 | * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding | naruse |
2012-04-11 | * lib/uri/generic.rb (module URI): URI now downcases the scheme to | drbrain |
2012-01-24 | * lib/uri/common.rb (URI.encode_www_form_component): initialize on | naruse |
2012-01-23 | * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of | naruse |
2012-01-05 | * lib/uri/common.rb (URI::Parser#initialize_regexp): | naruse |
2011-12-18 | updating documentation link | tenderlove |
2011-11-05 | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj |
2011-08-24 | Add a missing parenthesis in the example. | naruse |
2011-08-12 | * lib/uri/common.rb: Fix documentation of URI::Parser.new. by | drbrain |
2011-07-22 | Fix r32622. | naruse |
2011-07-22 | * lib/uri/generic.rb (WFKV_): unroll the loop of regexp. | naruse |
2011-07-15 | * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI | marcandre |
2011-06-03 | * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri | naruse |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2011-05-15 | * remove trailing spaces. | nobu |
2011-05-13 | * lib/uri.rb: Add toplevel documentation. by Vincent Batts. | drbrain |
2011-05-13 | * lib/logger.rb: format comments to keep 80 columns in a line. | nagachika |
2011-05-12 | * re.c (Init_Regexp): Document option constants. by Vincent | drbrain |
2011-05-11 | * Various .document files: Update .document files to match files which | drbrain |
2011-04-15 | * lib/uri/generic.rb (#route_from_path): Fix a bug where | knu |
2011-04-12 | * lib/uri/common.rb: avoid race condition. fixes #4572 | naruse |
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-29 | Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte... | drbrain |
2010-11-29 | * lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosion | nobu |
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 of | naruse |
2010-09-23 | Add document about URI.join. [ruby-core:32462] | naruse |
2010-07-21 | * lib/uri/common.rb: Have URI#route_to, URI#route_from accept | marcandre |
2010-07-21 | * lib/uri/common.rb: Have URI() and URI.join accept URI objects in addition | marcandre |
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 of | mame |
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-09 | Add description about de facto FTP URI spec. | naruse |