summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
2014-07-03* lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse
2014-06-30suppress warnings: assigned but unused variablenaruse
2014-06-30remove useless part of regexpnaruse
2014-06-27* lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse
2014-06-24Revert "* lib/uri/mailto.rb: support RFC6068."naruse
2014-06-23* lib/uri/mailto.rb: support RFC6068.naruse
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-22remove registrynaruse
2014-06-22* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2014-06-22fix that arg_check didn't worknaruse
2014-01-21* lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak
2014-01-19* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt
2013-12-21* lib/uri/generic.rb: [DOC] Fix typoa_matsuda
2013-12-13 * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]hsbt
2013-11-29* lib/uri/generic.rb: [DOC] Fix typoa_matsuda
2013-11-25* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak
2013-09-13* lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse
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 isnaruse
2013-05-18* lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse
2013-04-25* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse
2013-04-17fix typo by @zsalzbank [fix GH-289]hsbt
2013-04-09Finish 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 notmame
2012-11-05* lib/uri/http.rb (URI::HTTP.build): Fix examplezzak
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 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
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-05* lib/uri/common.rb (URI::Parser#initialize_regexp):naruse
2011-12-18updating documentation linktenderlove
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-08-24Add a missing parenthesis in the example.naruse
2011-08-12* lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain
2011-07-22Fix 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#URImarcandre
2011-06-03* lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse
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-13 * lib/logger.rb: format comments to keep 80 columns in a line.nagachika
2011-05-12 * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain