index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
cgi
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-11-19
2
-4
/
+18
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
1
-3
/
+7
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-5
/
+1
*
* 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
2
-17
/
+7
*
* 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
2
-1
/
+4
*
* 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
*
Doug Kearns's doc. patch
dave
2004-02-26
1
-0
/
+1
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
1
-2
/
+2
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-2
/
+2
*
Add documentation in RDoc format.
wew
2003-08-29
1
-1
/
+46
[next]