aboutsummaryrefslogtreecommitdiffstats
path: root/test/cgi
Commit message (Expand)AuthorAgeFilesLines
* test_cgi_util.rb: test_cgi_unescapeHTML_invalidnobu2016-02-141-0/+4
* ASCII-incompatible escapenobu2016-02-061-0/+16
* escape.c: should not freezenobu2015-12-221-8/+24
* escape.c: Preserve original statenobu2015-12-211-0/+10
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-201-0/+6
* test_cgi_util.rb: fix arguments ordersnobu2015-12-201-6/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* test: use String#b instead of dup.force_encodingnobu2015-12-141-2/+1
* * lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar2015-05-141-1/+4
* cookie.rb: trailing commanobu2015-04-291-1/+1
* fix env leaksnobu2015-03-129-92/+105
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/cgi/test_cgi_core.rb: removed obsoleted condition for Ruby 1.8.hsbt2014-08-094-92/+21
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-101-6/+21
* Use Tempfile#close!.akr2014-05-271-3/+3
* * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr2014-05-271-3/+3
* cgi/util.rb: use aliasnobu2014-03-211-0/+15
* test_cgi_util.rb: escape for ruby-mode.elnobu2014-03-211-4/+4
* * lib/cgi/util.rb: class methods modulize for using like a function.xibbar2013-05-031-1/+22
* * lib/cgi/html.rb: fix tagmaker because attributes should recognize.xibbar2013-04-111-0/+1
* * lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character.xibbar2013-04-081-0/+4
* * test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar2012-11-081-1/+7
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-051-0/+29
* Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+16
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-044-30/+39
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-041-0/+8
* * lib/cgi/util.rb (CGI.escapeHTML): use &#39;naruse2012-08-211-2/+2
* Suppress warnings.naruse2012-08-144-7/+8
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-141-1/+1
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-2/+2
* Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-171-0/+8
* Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-041-4/+0
* Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-041-1/+1
* Wed Jul 4 08:24:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-031-0/+4
* test: why believe source directories are writable always?nobu2012-05-081-2/+1
* * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn2012-01-231-0/+12
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-201-0/+6
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-091-1/+14
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah2011-07-061-1/+5
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah2011-07-061-4/+3
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah2011-07-061-1/+6
* Prevent timing failure.naruse2010-11-151-1/+1
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-131-0/+1
* * test/cgi: check by Encoding.nobu2009-12-235-19/+16
* * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu2009-12-231-5/+2
* * test/cgi/test_cgi_multipart.rb (_read):xibbar2009-11-121-5/+1
* add a test.xibbar2009-07-301-0/+5
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-303-9/+44
* Set tempfile name with literal.naruse2009-07-141-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-2/+2