Age | Commit message (Expand) | Author |
---|
2017-08-02 | Fix cgi/core code example missing comma | kazu |
2017-05-17 | cgi/util.rb: Don't escape tilde in #escape | k0kubun |
2017-05-06 | share `@@accept_charset` | nobu |
2017-02-18 | {lib,test}/cgi: Specify frozen_string_literal: true. | kazu |
2016-11-21 | lib/*: remove closed checks | normal |
2016-09-27 | * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] | naruse |
2016-05-28 | * lib/cgi/util.rb: added to missing quote. | hsbt |
2016-04-20 | cgi/util.rb: remove CGI::Util#_unescape | nobu |
2016-02-21 | cgi/escape: Optimize CGI.unescape | nobu |
2016-02-06 | ASCII-incompatible escape | nobu |
2015-12-20 | cgi/escape: Optimize CGI.escapeHTML | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-09-03 | session.rb: SHA512 | nobu |
2015-05-15 | cookie.rb: revert part of r50496 | nobu |
2015-05-14 | * lib/cgi/cookie.rb: Implement HttpOnly flag for cookies. | xibbar |
2015-04-29 | cookie.rb: trailing comma | nobu |
2014-08-10 | * lib/cgi/session/pstore.rb: separated sample code. | hsbt |
2014-07-27 | * lib/cgi/core.rb: remove unused variables. | hsbt |
2014-06-10 | * lib/cgi/core.rb: Provide a mechanism to specify the | xibbar |
2014-05-27 | * test/lib/minitest/unit.rb: Use Tempfile#close! instead of | akr |
2014-05-27 | * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlink | akr |
2014-04-28 | fix typo [Fix GH-603] | nobu |
2014-03-21 | cgi/util.rb: use alias | nobu |
2014-01-19 | * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] | hsbt |
2013-12-13 | * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because | akr |
2013-07-18 | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak |
2013-07-16 | * lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp special | xibbar |
2013-06-19 | * lib/cgi/util.rb (CGI.escapeHTML): performance improvement. | xibbar |
2013-06-19 | * lib/cgi/util.rb(CGI.escapeHTML): performance improvement. | xibbar |
2013-06-03 | * lib/cgi/cookie.rb (inspect): add inspect for debug. | xibbar |
2013-06-02 | * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znz | zzak |
2013-05-16 | * lib/cgi/util.rb: Constant parameter is faster and economy than | xibbar |
2013-05-16 | * lib/cgi/core.rb: Constant parameter is faster and economy than | xibbar |
2013-05-16 | * lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT") | xibbar |
2013-05-05 | * lib/cgi/session.rb: Fix a typo. | xibbar |
2013-05-03 | * lib/cgi/util.rb: class methods modulize for using like a function. | xibbar |
2013-04-19 | * lib/cgi/session.rb: update use rescue nil all because | xibbar |
2013-04-19 | * remove trailing spaces. | nobu |
2013-04-19 | * lib/cgi/session.rb: update use rescue Errno::ENOENT because | xibbar |
2013-04-19 | * lib/cgi/session.rb: update rescue in delete session file | xibbar |
2013-04-18 | * lib/cgi/cookie.rb: refactoring. | xibbar |
2013-04-18 | * lib/cgi/cookie.rb(CGI::Cookie.parse): add require | xibbar |
2013-04-11 | * lib/cgi/html.rb: remove 'super {yield}' which is for old version. | xibbar |
2013-04-11 | * lib/cgi/html.rb: fix indent. delete unnecessary code. | xibbar |
2013-04-11 | * lib/cgi/html.rb: fix tagmaker because attributes should recognize. | xibbar |
2013-04-11 | * lib/cgi/{core,html}.rb : Update define tagmaker | xibbar |
2013-04-08 | * lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character. | xibbar |
2013-03-29 | code cleanup by @vipulnsward [GH fixes #267] | hsbt |
2012-11-22 | * lib/cgi/core.rb: Documentation for CGI#header alias | zzak |
2012-11-16 | * lib/cgi/core.rb: Use symbols instead of strings for | marcandre |