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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
cgi
Age
Commit message (
Expand
)
Author
2024-04-27
ruby tool/update-deps --fix
卜部昌平
2023-11-30
[ruby/cgi] Fix unescapeHTML
flosacca
2023-11-07
[ruby/cgi] Add snake case aliases for escapeURIComponent
Jean Boussier
2023-05-29
[ruby/cgi] Add TruffleRuby support and add it in CI
Benoit Daloze
2023-02-28
Update the depend files
Matt Valentine-House
2023-02-27
Remove intern/gc.h from Make deps
Matt Valentine-House
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
2022-08-16
[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-02-22
[Feature #18249] Update dependencies
Peter Zhu
2021-12-12
[ruby/cgi] Check integer overflow in long range
Nobuyoshi Nakada
2021-11-24
[ruby/cgi] Fix integer overflow
Nobuyoshi Nakada
2021-11-21
Update dependencies
Nobuyoshi Nakada
2021-10-05
ruby tool/update-deps --fix
卜部昌平
2021-05-04
Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE
Benoit Daloze
2021-04-13
dependency updates
卜部昌平
2020-12-20
cgi/escape is ractor-safe
Koichi Sasada
2020-08-27
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
sed -i '\,2/extern.h,d'
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-07-14
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-06-05
Optimize CGI.escapeHTML by reducing buffer extension
Takashi Kokubun
2019-06-05
* expand tabs.
git
2019-06-05
Revert "Optimize CGI.escapeHTML by reducing buffer extension"
Takashi Kokubun
2019-06-05
Optimize CGI.escapeHTML by reducing buffer extension
Takashi Kokubun
2019-02-11
Use $(hdrdir) for include/ruby.h, as well as r67033
nobu
2018-05-03
Revert "ext/cgi/escape: preserve String subclass in result"
normal
2018-05-02
ext/cgi/escape: preserve String subclass in result
normal
2017-05-17
cgi/util.rb: Don't escape tilde in #escape
k0kubun
2017-03-22
ruby tool/update-deps --fix
shyouhei
2017-02-02
escape.c: check argument
nobu
2016-07-06
Update dependencies
nobu
2016-06-30
Magic numbers
nobu
2016-06-30
Initialize ID
nobu
2016-04-20
cgi/util.rb: remove CGI::Util#_unescape
nobu
2016-02-21
cgi/escape: Optimize CGI.unescape
nobu
2016-02-21
cgi/escape: Optimize CGI.unescapeHTML
nobu
2016-02-04
mask upper nibble
nobu
2016-02-04
initialize dest to 0
nobu
2016-02-04
cgi/escape: Optimize CGI.escape
nobu
2015-12-22
escape.c: should not freeze
nobu
2015-12-21
escape.c: Preserve original state
nobu
2015-12-20
cgi/escape: Optimize CGI.escapeHTML
nobu