Age | Commit message (Expand) | Author |
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 |
2011-05-11 | * Various .document files: Update .document files to match files which | drbrain |
2010-10-13 | * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte | xibbar |
2010-05-01 | * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead | nobu |
2010-04-20 | * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS): | xibbar |
2010-04-06 | Surpress warnings. | naruse |
2010-03-20 | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu |
2009-11-16 | Rolled out last change | ryan |
2009-11-16 | Minor cleanup to improve hash use | ryan |
2009-11-12 | * lib/cgi/util.rb (CGI::pretty): fix the overflow bug | xibbar |
2009-11-12 | * lib/cgi/core.rb (read_from_cmdline): this code is better. | xibbar |
2009-10-04 | * lib/cgi/cookie.rb: add default value to @@accept_charset | xibbar |
2009-10-03 | * lib/cgi/core.rb: fix command-line option of | 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-05-24 | * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch from | matz |
2009-04-16 | * lib/cgi/core.rb (read_multipart): When path is not defined, | mame |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-01-22 | * lib/cgi/core.rb (CGI.parse): generate only key on params hash | xibbar |
2008-12-18 | * lib/cgi/session.rb: fix bug for ignore session_id option. | xibbar |
2008-11-08 | * lib/cgi/session/pstore.rb: fix indentation. | 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-10-24 | * lib/cgi/html.rb: allow symbolized key. | xibbar |
2008-10-24 | * lib/cgi/core.rb (read_multipart): change field value as String | xibbar |
2008-10-20 | * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bit | xibbar |
2008-10-06 | * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the | xibbar |
2008-10-02 | * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody | xibbar |
2008-09-28 | * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}): | xibbar |
2008-09-28 | * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu): | xibbar |
2008-09-28 | * lib/cgi/core.rb (CGI::parse): ignore illegal query params. | xibbar |
2008-09-24 | * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) : | xibbar |
2008-09-23 | Fix ruby -w warnings for mismatched indentation discovered by rdoc | drbrain |
2008-09-17 | * lib/cgi/html.rb (checkbox_group,radio_group): bug fix | xibbar |
2008-09-16 | * lib/cgi/core.rb: performance improvement. | xibbar |
2008-09-14 | * lib/cgi/core.rb (CGI::parse): performance improvement | xibbar |
2008-09-10 | properties. | 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 |
2008-06-04 | * lib/rdoc.rb: massive spelling correction patch 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 |