index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cgi
/
core.rb
Age
Commit message (
Expand
)
Author
2022-11-22
[ruby/cgi] Prevent CRLF injection
Yusuke Endoh
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-19
Prefer Regexp#=~ to Regexp#match when the RHS may be nil
Nobuyoshi Nakada
2019-08-04
change call CGI methods from :: to .
Semyon Pupkov
2018-12-04
Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`
kazu
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2017-12-12
Use printf instead of puts and sprintf
kazu
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-08-02
Fix cgi/core code example missing comma
kazu
2017-05-06
share `@@accept_charset`
nobu
2017-02-18
{lib,test}/cgi: Specify frozen_string_literal: true.
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-07-27
* lib/cgi/core.rb: remove unused variables.
hsbt
2014-06-10
* lib/cgi/core.rb: Provide a mechanism to specify the
xibbar
2014-05-27
* test/lib/minitest/unit.rb: Use Tempfile#close! instead of
akr
2014-05-27
* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlink
akr
2013-12-13
* ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
akr
2013-05-16
* lib/cgi/core.rb: Constant parameter is faster and economy than
xibbar
2013-04-11
* lib/cgi/{core,html}.rb : Update define tagmaker
xibbar
2013-03-29
code cleanup by @vipulnsward [GH fixes #267]
hsbt
2012-11-22
* lib/cgi/core.rb: Documentation for CGI#header alias
zzak
2012-11-16
* lib/cgi/core.rb: Use symbols instead of strings for
marcandre
2012-11-07
* lib/cgi/core.rb: alias CGI#http_header to CGI#header .
xibbar
2012-11-05
* lib/cgi/core.rb: check if Tempfile is defined before use it.
naruse
2012-11-05
Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <
[email protected]
>
xibbar
2012-11-04
Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <
[email protected]
>
xibbar
2012-10-04
* lib/cgi/html5.rb: Add html5 tag maker.
xibbar
2012-08-14
Suppress warnings.
naruse
2012-07-04
Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <
[email protected]
>
xibbar
2012-07-03
Wed Jul 4 08:11:15 2012 Takeyuki FUJIOKA <
[email protected]
>
xibbar
2011-10-17
Tue Oct 18 02:24:19 2011 Takeyuki FUJIOKA <
[email protected]
>
xibbar
2011-07-09
* lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]
xibbar
2011-06-01
* lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.
drbrain
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
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-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/core.rb (read_from_cmdline): this code is better.
xibbar
2009-10-03
* lib/cgi/core.rb: fix command-line option of
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-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
[next]