index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cgi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/cgi] blade is hosted under ruby-lang.org now
Hiroshi SHIBATA
2023-01-23
1
-1
/
+1
*
[ruby/cgi] Loosen the domain regex to accept '.'
Xenor Chang
2022-11-28
1
-1
/
+1
*
[ruby/cgi] Relax domain label restrictions
Nobuyoshi Nakada
2022-11-22
1
-1
/
+1
*
[ruby/cgi] Prevent CRLF injection
Yusuke Endoh
2022-11-22
1
-17
/
+28
*
[ruby/cgi] Check cookie name/path/domain characters
Nobuyoshi Nakada
2022-11-22
1
-8
/
+36
*
[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`
Jean Boussier
2022-08-16
1
-8
/
+41
*
[ruby/cgi] jruby support
Pavel Rosický
2022-06-06
1
-4
/
+15
*
[ruby/cgi] Extract CGI::Session#new_store_file
Nobuyoshi Nakada
2021-12-15
2
-29
/
+45
*
[ruby/cgi] Exclude unused files from built package
Nobuyoshi Nakada
2021-11-27
1
-2
/
+1
*
[ruby/cgi] Set extconf.rb to extensions
Nobuyoshi Nakada
2021-11-27
1
-0
/
+1
*
[ruby/cgi] When parsing cookies, only decode the values
Nobuyoshi Nakada
2021-11-24
1
-1
/
+0
*
[ruby/cgi] Use Time#strftime
Nobuyoshi Nakada
2021-09-03
1
-10
/
+1
*
[ruby/cgi] gemspec: Explicitly empty executables list
Olle Jonsson
2021-04-22
1
-1
/
+1
*
[ruby/cgi] handle invalid encoding
pavel
2021-04-22
1
-3
/
+8
*
Update the license for the default gems to dual licenses
Hiroshi SHIBATA
2020-08-18
1
-1
/
+1
*
[ruby/cgi] Drop to Ruby 2.4
Hiroshi SHIBATA
2020-08-03
1
-0
/
+1
*
Extract version number from the source
Nobuyoshi Nakada
2020-07-30
2
-9
/
+9
*
Add workaround for test-bundler failure
Kazuhiro NISHIYAMA
2020-03-12
1
-1
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
2
-3
/
+2
*
Promote cgi to default gems
Hiroshi SHIBATA
2019-11-07
2
-0
/
+30
*
Prefer Regexp#=~ to Regexp#match when the RHS may be nil
Nobuyoshi Nakada
2019-08-19
2
-10
/
+5
*
Fix typo: duplicated the [skip-ci]
ohbarye
2019-08-09
1
-1
/
+1
*
change call CGI methods from :: to .
Semyon Pupkov
2019-08-04
5
-30
/
+30
*
Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`
kazu
2018-12-04
1
-2
/
+2
*
lib/cgi/util.rb: use require
nobu
2018-11-03
1
-1
/
+1
*
lib/*: Prefer require_relative over require.
marcandre
2018-11-02
4
-8
/
+8
*
Use `&.` instead of modifier if
kazu
2018-05-04
1
-4
/
+4
*
Use printf instead of puts and sprintf
kazu
2017-12-12
1
-1
/
+1
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-1
/
+1
*
Fix cgi/core code example missing comma
kazu
2017-08-02
1
-1
/
+1
*
cgi/util.rb: Don't escape tilde in #escape
k0kubun
2017-05-17
1
-1
/
+1
*
share `@@accept_charset`
nobu
2017-05-06
2
-2
/
+13
*
{lib,test}/cgi: Specify frozen_string_literal: true.
kazu
2017-02-18
6
-16
/
+16
*
lib/*: remove closed checks
normal
2016-11-21
1
-1
/
+1
*
* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]
naruse
2016-09-27
1
-1
/
+1
*
* lib/cgi/util.rb: added to missing quote.
hsbt
2016-05-28
1
-1
/
+1
*
cgi/util.rb: remove CGI::Util#_unescape
nobu
2016-04-20
1
-4
/
+0
*
cgi/escape: Optimize CGI.unescape
nobu
2016-02-21
1
-0
/
+4
*
ASCII-incompatible escape
nobu
2016-02-06
1
-10
/
+29
*
cgi/escape: Optimize CGI.escapeHTML
nobu
2015-12-20
1
-0
/
+5
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
6
-0
/
+6
*
session.rb: SHA512
nobu
2015-09-03
1
-12
/
+14
*
cookie.rb: revert part of r50496
nobu
2015-05-15
1
-1
/
+2
*
* lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.
xibbar
2015-05-14
1
-23
/
+39
*
cookie.rb: trailing comma
nobu
2015-04-29
1
-5
/
+5
*
* lib/cgi/session/pstore.rb: separated sample code.
hsbt
2014-08-10
1
-12
/
+1
*
* lib/cgi/core.rb: remove unused variables.
hsbt
2014-07-27
1
-1
/
+0
*
* lib/cgi/core.rb: Provide a mechanism to specify the
xibbar
2014-06-10
1
-9
/
+31
*
* test/lib/minitest/unit.rb: Use Tempfile#close! instead of
akr
2014-05-27
1
-2
/
+2
*
* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlink
akr
2014-05-27
1
-2
/
+2
[next]