aboutsummaryrefslogtreecommitdiffstats
path: root/ext/cgi
Commit message (Expand)AuthorAgeFilesLines
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-2/+0
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Optimize CGI.escapeHTML by reducing buffer extensionTakashi Kokubun2019-06-051-49/+36
* * expand tabs.git2019-06-051-29/+29
* Revert "Optimize CGI.escapeHTML by reducing buffer extension"Takashi Kokubun2019-06-051-33/+49
* Optimize CGI.escapeHTML by reducing buffer extensionTakashi Kokubun2019-06-051-49/+33
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* Revert "ext/cgi/escape: preserve String subclass in result"normal2018-05-031-5/+5
* ext/cgi/escape: preserve String subclass in resultnormal2018-05-021-5/+5
* cgi/util.rb: Don't escape tilde in #escapek0kubun2017-05-171-1/+1
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* escape.c: check argumentnobu2017-02-021-1/+2
* Update dependenciesnobu2016-07-061-0/+15
* Magic numbersnobu2016-06-301-10/+8
* Initialize IDnobu2016-06-301-2/+10
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-201-4/+21
* cgi/escape: Optimize CGI.unescapenobu2016-02-211-0/+79
* cgi/escape: Optimize CGI.unescapeHTMLnobu2016-02-211-0/+129
* mask upper nibblenobu2016-02-041-5/+5
* initialize dest to 0nobu2016-02-041-10/+8
* cgi/escape: Optimize CGI.escapenobu2016-02-041-0/+87
* escape.c: should not freezenobu2015-12-221-2/+2
* escape.c: Preserve original statenobu2015-12-211-1/+9
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-202-0/+100