Age | Commit message (Expand) | Author |
---|
2025-05-09 | Removed CGI library without CGI::Escape features | Hiroshi SHIBATA |
2023-01-23 | [ruby/cgi] blade is hosted under ruby-lang.org now | Hiroshi SHIBATA |
2021-12-15 | [ruby/cgi] Extract CGI::Session#new_store_file | Nobuyoshi Nakada |
2019-08-04 | change call CGI methods from :: to . | Semyon Pupkov |
2018-05-04 | Use `&.` instead of modifier if | kazu |
2017-02-18 | {lib,test}/cgi: Specify frozen_string_literal: true. | kazu |
2016-11-21 | lib/*: remove closed checks | normal |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-09-03 | session.rb: SHA512 | nobu |
2014-04-28 | fix typo [Fix GH-603] | nobu |
2013-07-18 | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak |
2013-05-05 | * lib/cgi/session.rb: Fix a typo. | xibbar |
2013-04-19 | * lib/cgi/session.rb: update use rescue nil all because | xibbar |
2013-04-19 | * remove trailing spaces. | nobu |
2013-04-19 | * lib/cgi/session.rb: update use rescue Errno::ENOENT because | xibbar |
2013-04-19 | * lib/cgi/session.rb: update rescue in delete session file | xibbar |
2011-05-16 | * lib/cgi.rb: Add toplevel documentation to class CGI | drbrain |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-12-18 | * lib/cgi/session.rb: fix bug for ignore session_id option. | xibbar |
2008-11-08 | * lib/cgi/session.rb (FileStore): use marshalized data. | xibbar |
2008-11-08 | * lib/cgi/session.rb: remove debug code. | xibbar |
2008-11-08 | * lib/cgi/session.rb: fix indentation. | xibbar |
2008-06-04 | * lib/rdoc.rb: massive spelling correction from Evan Farrar | matz |
2007-11-15 | * lib/cgi/session.rb (CGI::Session::FileStore::restore): use | matz |
2007-06-29 | * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to | akr |
2007-06-10 | * lib/securerandom.rb: renamed from lib/secrand.rb. | akr |
2007-06-08 | * lib/cgi/session.rb: use secrand for generating cookies. | akr |
2006-07-30 | * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings. | nobu |
2005-03-07 | * object.c (inspect_obj): unintended space removal. | matz |
2004-12-19 | * lib/cgi/session.rb (CGI::Session#initialize): empty session id was | nobu |
2004-12-17 | * lib/cgi/session.rb (CGI::Session#initialize): control adding | nobu |
2004-12-15 | * lib/set.rb (Set#==): [ruby-dev:25206] | matz |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |
2004-11-19 | * string.c (str_gsub): internal buffer should not be listed by | matz |
2004-11-16 | * string.c (str_mod_check): frozen check should be separated. | matz |
2004-09-17 | * array.c (rb_ary_delete): element comparison might change array | matz |
2004-08-28 | * bignum.c (rb_big_and): protect parameters from GC. | matz |
2004-08-24 | * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not | shugo |
2004-08-24 | * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaint | shugo |
2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
2004-07-14 | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz |
2004-05-20 | * numeric.c (flo_eq): alway check if operands are NaN. | matz |
2004-01-02 | * dir.c: merge tuning from H.Yamamoto <[email protected]>. | matz |
2003-08-29 | Add documentation in RDoc format. | wew |
2003-07-23 | * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. | eban |
2003-07-21 | * lib/tmpdir.rb: new library to get temporary directory path, | matz |
2003-05-02 | * lib/cgi/session.rb (CGI::Session::initialize): updated to | matz |
2002-12-19 | Delete final.rb, which was obsoleted long ago. | knu |
2002-08-19 | * array.c (sort_2): *a - *b may overflow. | matz |
2002-04-10 | * lib/cgi/session.rb: support for multipart form. | wakou |