| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte | xibbar | 2010-10-13 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead | nobu | 2010-05-01 | 1 | -1/+1 |
* | * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS): | xibbar | 2010-04-20 | 2 | -6/+6 |
* | Surpress warnings. | naruse | 2010-04-06 | 1 | -0/+2 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 2 | -2/+2 |
* | Rolled out last change | ryan | 2009-11-16 | 1 | -3/+4 |
* | Minor cleanup to improve hash use | ryan | 2009-11-16 | 1 | -4/+3 |
* | * lib/cgi/util.rb (CGI::pretty): fix the overflow bug | xibbar | 2009-11-12 | 1 | -1/+1 |
* | * lib/cgi/core.rb (read_from_cmdline): this code is better. | xibbar | 2009-11-12 | 1 | -5/+1 |
* | * lib/cgi/cookie.rb: add default value to @@accept_charset | xibbar | 2009-10-04 | 2 | -0/+2 |
* | * lib/cgi/core.rb: fix command-line option of | xibbar | 2009-10-03 | 1 | -3/+12 |
* | * lib/cgi/cookie.rb: fixed indent. | nobu | 2009-09-20 | 1 | -33/+33 |
* | * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i... | marcandre | 2009-09-13 | 1 | -6/+13 |
* | * lib/cgi/util.rb (CGI::unescape): support encoding option. | xibbar | 2009-07-30 | 2 | -7/+7 |
* | * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch from | matz | 2009-05-24 | 1 | -1/+1 |
* | * lib/cgi/core.rb (read_multipart): When path is not defined, | mame | 2009-04-16 | 1 | -1/+7 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 6 | -115/+115 |
* | * lib/cgi/core.rb (CGI.parse): generate only key on params hash | xibbar | 2009-01-22 | 1 | -0/+2 |
* | * lib/cgi/session.rb: fix bug for ignore session_id option. | xibbar | 2008-12-18 | 2 | -3/+5 |
* | * lib/cgi/session/pstore.rb: fix indentation. | xibbar | 2008-11-08 | 1 | -25/+25 |
* | * 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/cgi/html.rb: allow symbolized key. | xibbar | 2008-10-24 | 1 | -2/+2 |
* | * lib/cgi/core.rb (read_multipart): change field value as String | xibbar | 2008-10-24 | 1 | -1/+23 |
* | * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bit | xibbar | 2008-10-20 | 1 | -6/+6 |
* | * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the | xibbar | 2008-10-06 | 1 | -1/+1 |
* | * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody | xibbar | 2008-10-02 | 1 | -131/+97 |
* | * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}): | xibbar | 2008-09-28 | 1 | -8/+8 |
* | * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu): | xibbar | 2008-09-28 | 1 | -3/+3 |
* | * lib/cgi/core.rb (CGI::parse): ignore illegal query params. | xibbar | 2008-09-28 | 1 | -1/+3 |
* | * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) : | xibbar | 2008-09-24 | 1 | -12/+98 |
* | Fix ruby -w warnings for mismatched indentation discovered by rdoc | drbrain | 2008-09-23 | 1 | -6/+6 |
* | * lib/cgi/html.rb (checkbox_group,radio_group): bug fix | xibbar | 2008-09-17 | 1 | -6/+6 |
* | * lib/cgi/core.rb: performance improvement. | xibbar | 2008-09-16 | 1 | -109/+112 |
* | * lib/cgi/core.rb (CGI::parse): performance improvement | xibbar | 2008-09-14 | 1 | -8/+3 |
* | properties. | nobu | 2008-09-10 | 1 | -1/+1 |
* | * lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement | xibbar | 2008-09-10 | 1 | -25/+6 |
* | * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041] | xibbar | 2008-09-09 | 4 | -0/+2068 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 2 | -3/+3 |
* | * 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 | 2 | -23/+10 |
* | * 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 | 2 | -17/+28 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -2/+2 |