index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cgi
/
cookie.rb
Age
Commit message (
Expand
)
Author
2025-02-26
[ruby/cgi] Use String#concat instead of String#+ for reducing cpu usage
Hiroshi SHIBATA
2022-11-28
[ruby/cgi] Loosen the domain regex to accept '.'
Xenor Chang
2022-11-22
[ruby/cgi] Relax domain label restrictions
Nobuyoshi Nakada
2022-11-22
[ruby/cgi] Check cookie name/path/domain characters
Nobuyoshi Nakada
2021-11-24
[ruby/cgi] When parsing cookies, only decode the values
Nobuyoshi Nakada
2019-08-19
Prefer Regexp#=~ to Regexp#match when the RHS may be nil
Nobuyoshi Nakada
2019-08-09
Fix typo: duplicated the [skip-ci]
ohbarye
2019-08-04
change call CGI methods from :: to .
Semyon Pupkov
2018-11-02
lib/*: 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-16
Add frozen_string_literal: false for all files
naruse
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
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 require
xibbar
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 CGI
drbrain
2010-04-06
Surpress warnings.
naruse
2009-10-04
* lib/cgi/cookie.rb: add default value to @@accept_charset
xibbar
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 improvement
xibbar
2008-09-09
* lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]
xibbar