aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi
Commit message (Expand)AuthorAgeFilesLines
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/cgi] Drop to Ruby 2.4Hiroshi SHIBATA2020-08-031-0/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-302-9/+9
* Add workaround for test-bundler failureKazuhiro NISHIYAMA2020-03-121-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-182-3/+2
* Promote cgi to default gemsHiroshi SHIBATA2019-11-072-0/+30
* Prefer Regexp#=~ to Regexp#match when the RHS may be nilNobuyoshi Nakada2019-08-192-10/+5
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-091-1/+1
* change call CGI methods from :: to .Semyon Pupkov2019-08-045-30/+30
* Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu2018-12-041-2/+2
* lib/cgi/util.rb: use requirenobu2018-11-031-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-024-8/+8
* Use `&.` instead of modifier ifkazu2018-05-041-4/+4
* Use printf instead of puts and sprintfkazu2017-12-121-1/+1
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-1/+1
* Fix cgi/core code example missing commakazu2017-08-021-1/+1
* cgi/util.rb: Don't escape tilde in #escapek0kubun2017-05-171-1/+1
* share `@@accept_charset`nobu2017-05-062-2/+13
* {lib,test}/cgi: Specify frozen_string_literal: true.kazu2017-02-186-16/+16
* lib/*: remove closed checksnormal2016-11-211-1/+1
* * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse2016-09-271-1/+1
* * lib/cgi/util.rb: added to missing quote.hsbt2016-05-281-1/+1
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-201-4/+0
* cgi/escape: Optimize CGI.unescapenobu2016-02-211-0/+4
* ASCII-incompatible escapenobu2016-02-061-10/+29
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-201-0/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-166-0/+6
* session.rb: SHA512nobu2015-09-031-12/+14
* cookie.rb: revert part of r50496nobu2015-05-151-1/+2
* * lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar2015-05-141-23/+39
* cookie.rb: trailing commanobu2015-04-291-5/+5
* * lib/cgi/session/pstore.rb: separated sample code.hsbt2014-08-101-12/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-1/+0
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-101-9/+31
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-2/+2
* * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr2014-05-271-2/+2
* fix typo [Fix GH-603]nobu2014-04-281-1/+1
* cgi/util.rb: use aliasnobu2014-03-211-12/+4
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-2/+3
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-2/+2
* * lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp specialxibbar2013-07-161-4/+4
* * lib/cgi/util.rb (CGI.escapeHTML): performance improvement.xibbar2013-06-191-1/+1
* * lib/cgi/util.rb(CGI.escapeHTML): performance improvement.xibbar2013-06-191-1/+2
* * lib/cgi/cookie.rb (inspect): add inspect for debug.xibbar2013-06-031-0/+5
* * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znzzzak2013-06-021-1/+1
* * lib/cgi/util.rb: Constant parameter is faster and economy thanxibbar2013-05-161-1/+1
* * lib/cgi/core.rb: Constant parameter is faster and economy thanxibbar2013-05-161-5/+5
* * lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT")xibbar2013-05-161-1/+1
* * lib/cgi/session.rb: Fix a typo.xibbar2013-05-051-1/+1