aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* Use binread because webrick also uses binreadnaruse2018-10-052-3/+3
* webrick: raise EOFError in parse when read line is nilnormal2018-09-241-0/+7
* Silence Net::HTTP warning in test.hsbt2018-08-071-0/+4
* Add missing test for WEBrick::HTTPAuth::Htgroup.hsbt2018-08-071-0/+19
* Add missing escapekazu2018-07-261-1/+1
* webrick: Support bcrypt password hashingnormal2018-07-261-80/+95
* webrick/httpresponse: set_redirect requires a valid URInormal2018-07-141-0/+21
* io.c: workaround for EPROTOTYPEnobu2018-04-301-1/+1
* rescue Errno::EPROTOTYPEnobu2018-04-231-1/+1
* Use assert_includenobu2018-04-071-3/+3
* Use assert_operator instead of assertkazu2018-04-061-3/+3
* adjust indent [ci skip]nobu2018-04-031-1/+1
* repatch r62966 and r62969.ko12018-04-033-2/+105
* adjust indent [ci skip]nobu2018-04-031-1/+1
* Revert r62966 and r62969naruse2018-04-033-105/+2
* adjust indents [ci skip]nobu2018-03-282-16/+17
* webrick: prevent response splitting and header injectionnormal2018-03-281-0/+22
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-1/+103
* webrick: add test for Digest auth-intnormal2018-03-281-2/+88
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-0/+33
* webrick/httprequest: raise correct exceptionnormal2018-03-281-0/+17
* webrick/httprequest: limit request headers sizenormal2018-03-281-0/+17
* test/webrick/test_filehandler.rb: stricter multipart range testnormal2018-03-281-0/+17
* webrick: use IO.copy_stream for single range responsenormal2018-03-281-10/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-042-0/+2
* webrick: add test for WEBrick::HTTPServlet::ERBHandlernormal2017-12-222-0/+20
* webrick: compile RE correctly for beginning and end matchnormal2017-12-131-0/+25
* webrick: support Proc objects as body responsesnormal2017-10-301-0/+23
* webrick: do not hang acceptor on slow TLS connectionsnormal2017-10-121-0/+27
* lib/webrick/log.rb: sanitize any type of logsmame2017-09-141-0/+36
* Fix a typo.hsbt2017-09-131-1/+1
* webrick: fix SNI supportnormal2017-07-181-30/+58
* webrick: add Server Name Indication (SNI)normal2017-07-071-0/+84
* Import gemspechsbt2017-04-251-0/+2
* Delay Utils.getservername until needed.shugo2016-12-071-0/+17
* webrick: don't use OpenSSL::TestUtils from webrick testsrhe2016-11-291-10/+48
* * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse2016-09-271-0/+9
* test_ssl_server.rb: fix FD leaknobu2016-08-231-1/+3
* webrick: filter out HTTP_PROXY for CGIHandlernormal2016-07-222-1/+17
* Multiple values X-Forwarded-Proto in webricknobu2016-06-211-1/+1
* webrick/utils.rb: suppress messagesnobu2016-05-091-1/+2
* test_ssl_server.rb: assert_self_signed_certnobu2016-05-091-13/+9
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-071-0/+14
* * test/webrick/test_ssl_server.rb: Added basic test for `webrick/ssl`hsbt2016-05-071-0/+28
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-0/+10
* leakchecker.rb: remove temporary measurenobu2016-01-057-0/+35
* fix common misspelling [ci skip]nobu2015-12-241-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-1615-0/+15
* * test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the testusa2015-12-061-5/+4
* * test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seemsusa2015-07-221-2/+2