summaryrefslogtreecommitdiff
path: root/lib/cgi/cookie.rb
AgeCommit message (Expand)Author
2022-11-28[ruby/cgi] Loosen the domain regex to accept '.'Xenor Chang
2022-11-22[ruby/cgi] Relax domain label restrictionsNobuyoshi Nakada
2022-11-22[ruby/cgi] Check cookie name/path/domain charactersNobuyoshi Nakada
2021-11-24[ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada
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-11-02lib/*: Prefer require_relative over require.marcandre
2017-02-18{lib,test}/cgi: Specify frozen_string_literal: true.kazu
2016-09-27* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
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
2013-06-03* lib/cgi/cookie.rb (inspect): add inspect for debug.xibbar
2013-04-18* lib/cgi/cookie.rb: refactoring.xibbar
2013-04-18* lib/cgi/cookie.rb(CGI::Cookie.parse): add requirexibbar
2011-05-18 * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.drbrain
2011-05-16 * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain
2010-04-06Surpress warnings.naruse
2009-10-04* lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar
2009-09-20* lib/cgi/cookie.rb: fixed indent.nobu
2009-09-13* lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre
2009-07-30* lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-10* lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvementxibbar
2008-09-09* lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar