index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cgi
/
session.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/cgi] blade is hosted under ruby-lang.org now
Hiroshi SHIBATA
2023-01-23
1
-1
/
+1
*
[ruby/cgi] Extract CGI::Session#new_store_file
Nobuyoshi Nakada
2021-12-15
1
-15
/
+43
*
change call CGI methods from :: to .
Semyon Pupkov
2019-08-04
1
-2
/
+2
*
Use `&.` instead of modifier if
kazu
2018-05-04
1
-4
/
+4
*
{lib,test}/cgi: Specify frozen_string_literal: true.
kazu
2017-02-18
1
-1
/
+1
*
lib/*: remove closed checks
normal
2016-11-21
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
session.rb: SHA512
nobu
2015-09-03
1
-12
/
+14
*
fix typo [Fix GH-603]
nobu
2014-04-28
1
-1
/
+1
*
* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]
zzak
2013-07-18
1
-2
/
+2
*
* lib/cgi/session.rb: Fix a typo.
xibbar
2013-05-05
1
-1
/
+1
*
* lib/cgi/session.rb: update use rescue nil all because
xibbar
2013-04-19
1
-3
/
+3
*
* remove trailing spaces.
nobu
2013-04-19
1
-1
/
+1
*
* lib/cgi/session.rb: update use rescue Errno::ENOENT because
xibbar
2013-04-19
1
-4
/
+3
*
* lib/cgi/session.rb: update rescue in delete session file
xibbar
2013-04-19
1
-3
/
+4
*
* lib/cgi.rb: Add toplevel documentation to class CGI
drbrain
2011-05-16
1
-16
/
+10
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-27
/
+27
*
* lib/cgi/session.rb: fix bug for ignore session_id option.
xibbar
2008-12-18
1
-2
/
+4
*
* lib/cgi/session.rb (FileStore): use marshalized data.
xibbar
2008-11-08
1
-2
/
+2
*
* lib/cgi/session.rb: remove debug code.
xibbar
2008-11-08
1
-2
/
+0
*
* lib/cgi/session.rb: fix indentation.
xibbar
2008-11-08
1
-64
/
+66
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-2
/
+2
*
* lib/cgi/session.rb (CGI::Session::FileStore::restore): use
matz
2007-11-15
1
-4
/
+12
*
* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to
akr
2007-06-29
1
-1
/
+1
*
* lib/securerandom.rb: renamed from lib/secrand.rb.
akr
2007-06-10
1
-2
/
+2
*
* lib/cgi/session.rb: use secrand for generating cookies.
akr
2007-06-08
1
-9
/
+15
*
* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.
nobu
2006-07-30
1
-10
/
+6
*
* object.c (inspect_obj): unintended space removal.
matz
2005-03-07
1
-2
/
+2
*
* lib/cgi/session.rb (CGI::Session#initialize): empty session id was
nobu
2004-12-19
1
-1
/
+2
*
* lib/cgi/session.rb (CGI::Session#initialize): control adding
nobu
2004-12-17
1
-6
/
+5
*
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2004-12-15
1
-16
/
+27
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-2
/
+2
*
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-11-19
1
-3
/
+14
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
1
-3
/
+7
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
1
-0
/
+37
*
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-08-28
1
-1
/
+3
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not
shugo
2004-08-24
1
-8
/
+3
*
* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint
shugo
2004-08-24
1
-1
/
+1
*
* gc.c (define_final): should not disclose NODE* to Ruby world.
matz
2004-07-23
1
-1
/
+1
*
* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by
matz
2004-07-14
1
-2
/
+2
*
* numeric.c (flo_eq): alway check if operands are NaN.
matz
2004-05-20
1
-25
/
+24
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
1
-2
/
+2
*
Add documentation in RDoc format.
wew
2003-08-29
1
-4
/
+278
*
* lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.
eban
2003-07-23
1
-1
/
+1
*
* lib/tmpdir.rb: new library to get temporary directory path,
matz
2003-07-21
1
-1
/
+2
*
* lib/cgi/session.rb (CGI::Session::initialize): updated to
matz
2003-05-02
1
-3
/
+5
*
Delete final.rb, which was obsoleted long ago.
knu
2002-12-19
1
-1
/
+0
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-0
/
+3
*
* lib/cgi/session.rb: support for multipart form.
wakou
2002-04-10
1
-0
/
+1
*
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
1
-0
/
+1
[next]