summaryrefslogtreecommitdiff
path: root/test/webrick
AgeCommit message (Expand)Author
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-23rescue Errno::EPROTOTYPEnobu
2018-04-07Use assert_includenobu
2018-04-06Use assert_operator instead of assertkazu
2018-04-03adjust indent [ci skip]nobu
2018-04-03repatch r62966 and r62969.ko1
2018-04-03adjust indent [ci skip]nobu
2018-04-03Revert r62966 and r62969naruse
2018-03-28adjust indents [ci skip]nobu
2018-03-28webrick: prevent response splitting and header injectionnormal
2018-03-28webrick/httpproxy: stream request and response bodiesnormal
2018-03-28webrick: add test for Digest auth-intnormal
2018-03-28webrick/httprequest: use InputBufferSize for chunked requestsnormal
2018-03-28webrick/httprequest: raise correct exceptionnormal
2018-03-28webrick/httprequest: limit request headers sizenormal
2018-03-28test/webrick/test_filehandler.rb: stricter multipart range testnormal
2018-03-28webrick: use IO.copy_stream for single range responsenormal
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2017-12-22webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal
2017-12-13webrick: compile RE correctly for beginning and end matchnormal
2017-10-30webrick: support Proc objects as body responsesnormal
2017-10-12webrick: do not hang acceptor on slow TLS connectionsnormal
2017-09-14lib/webrick/log.rb: sanitize any type of logsmame
2017-09-13Fix a typo.hsbt
2017-07-18webrick: fix SNI supportnormal
2017-07-07webrick: add Server Name Indication (SNI)normal
2017-04-25Import gemspechsbt
2016-12-07Delay Utils.getservername until needed.shugo
2016-11-29webrick: don't use OpenSSL::TestUtils from webrick testsrhe
2016-09-27* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse
2016-08-23test_ssl_server.rb: fix FD leaknobu
2016-07-22webrick: filter out HTTP_PROXY for CGIHandlernormal
2016-06-21Multiple values X-Forwarded-Proto in webricknobu
2016-05-09webrick/utils.rb: suppress messagesnobu
2016-05-09test_ssl_server.rb: assert_self_signed_certnobu
2016-05-07* lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt
2016-05-07* test/webrick/test_ssl_server.rb: Added basic test for `webrick/ssl`hsbt
2016-03-29* lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-24fix common misspelling [ci skip]nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-06* test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the testusa
2015-07-22* test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seemsusa
2015-07-14test_filehandler.rb: fix UNC path failurenobu
2015-07-14webrick/test_utils.rb: no timeout during assertionnobu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14test_utils.rb: splitnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13use Timeout.timeoutnobu
2015-06-02use assert_raisenobu