index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
lib
/
cgi
Age
Commit message (
Expand
)
Author
2025-02-26
[ruby/cgi] Escape/unescape unclosed tags as well
Hiroshi SHIBATA
2025-02-26
[ruby/cgi] Use String#concat instead of String#+ for reducing cpu usage
Hiroshi SHIBATA
2025-02-21
[ruby/cgi] Use license files same as ruby/ruby
Hiroshi SHIBATA
2025-01-10
Make Pstore tests as optional
Hiroshi SHIBATA
2023-11-07
[ruby/cgi] Add snake case aliases for escapeURIComponent
Jean Boussier
2023-10-14
[ruby/cgi] doc: fix method name
Alexandre ZANNI
2023-05-29
[ruby/cgi] Add TruffleRuby support and add it in CI
Benoit Daloze
2023-01-23
[ruby/cgi] blade is hosted under ruby-lang.org now
Hiroshi SHIBATA
2022-11-28
[ruby/cgi] Loosen the domain regex to accept '.'
Xenor Chang
2022-11-22
[ruby/cgi] Relax domain label restrictions
Nobuyoshi Nakada
2022-11-22
[ruby/cgi] Prevent CRLF injection
Yusuke Endoh
2022-11-22
[ruby/cgi] Check cookie name/path/domain characters
Nobuyoshi Nakada
2022-08-16
[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`
Jean Boussier
2022-06-06
[ruby/cgi] jruby support
Pavel Rosický
2021-12-15
[ruby/cgi] Extract CGI::Session#new_store_file
Nobuyoshi Nakada
2021-11-27
[ruby/cgi] Exclude unused files from built package
Nobuyoshi Nakada
2021-11-27
[ruby/cgi] Set extconf.rb to extensions
Nobuyoshi Nakada
2021-11-24
[ruby/cgi] When parsing cookies, only decode the values
Nobuyoshi Nakada
2021-09-03
[ruby/cgi] Use Time#strftime
Nobuyoshi Nakada
2021-04-22
[ruby/cgi] gemspec: Explicitly empty executables list
Olle Jonsson
2021-04-22
[ruby/cgi] handle invalid encoding
pavel
2020-08-18
Update the license for the default gems to dual licenses
Hiroshi SHIBATA
2020-08-03
[ruby/cgi] Drop to Ruby 2.4
Hiroshi SHIBATA
2020-07-30
Extract version number from the source
Nobuyoshi Nakada
2020-03-12
Add workaround for test-bundler failure
Kazuhiro NISHIYAMA
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-07
Promote cgi to default gems
Hiroshi SHIBATA
2019-08-19
Prefer Regexp#=~ to Regexp#match when the RHS may be nil
Nobuyoshi Nakada
2019-08-09
Fix typo: duplicated the [skip-ci]
ohbarye
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-03
lib/cgi/util.rb: use require
nobu
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-05-04
Use `&.` instead of modifier if
kazu
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-17
cgi/util.rb: Don't escape tilde in #escape
k0kubun
2017-05-06
share `@@accept_charset`
nobu
2017-02-18
{lib,test}/cgi: Specify frozen_string_literal: true.
kazu
2016-11-21
lib/*: remove closed checks
normal
2016-09-27
* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]
naruse
2016-05-28
* lib/cgi/util.rb: added to missing quote.
hsbt
2016-04-20
cgi/util.rb: remove CGI::Util#_unescape
nobu
2016-02-21
cgi/escape: Optimize CGI.unescape
nobu
2016-02-06
ASCII-incompatible escape
nobu
2015-12-20
cgi/escape: Optimize CGI.escapeHTML
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-09-03
session.rb: SHA512
nobu
2015-05-15
cookie.rb: revert part of r50496
nobu
[next]