summaryrefslogtreecommitdiff
path: root/lib/cgi
AgeCommit message (Expand)Author
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-07Promote cgi to default gemsHiroshi SHIBATA
2019-08-19Prefer Regexp#=~ to Regexp#match when the RHS may be nilNobuyoshi Nakada
2019-08-09Fix typo: duplicated the [skip-ci]ohbarye
2019-08-04change call CGI methods from :: to .Semyon Pupkov
2018-12-04Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu
2018-11-03lib/cgi/util.rb: use requirenobu
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-05-04Use `&.` instead of modifier ifkazu
2017-12-12Use printf instead of puts and sprintfkazu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-08-02Fix cgi/core code example missing commakazu
2017-05-17cgi/util.rb: Don't escape tilde in #escapek0kubun
2017-05-06share `@@accept_charset`nobu
2017-02-18{lib,test}/cgi: Specify frozen_string_literal: true.kazu
2016-11-21lib/*: remove closed checksnormal
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-20cgi/util.rb: remove CGI::Util#_unescapenobu
2016-02-21cgi/escape: Optimize CGI.unescapenobu
2016-02-06ASCII-incompatible escapenobu
2015-12-20cgi/escape: Optimize CGI.escapeHTMLnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-03session.rb: SHA512nobu
2015-05-15cookie.rb: revert part of r50496nobu
2015-05-14* lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar
2015-04-29cookie.rb: trailing commanobu
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 thexibbar
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2014-04-28fix typo [Fix GH-603]nobu
2014-03-21cgi/util.rb: use aliasnobu
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 becauseakr
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 specialxibbar
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 znzzzak
2013-05-16* lib/cgi/util.rb: Constant parameter is faster and economy thanxibbar
2013-05-16* lib/cgi/core.rb: Constant parameter is faster and economy thanxibbar
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 becausexibbar
2013-04-19* remove trailing spaces.nobu
2013-04-19* lib/cgi/session.rb: update use rescue Errno::ENOENT becausexibbar