aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_filehandler.rb: fix UNC path failurenobu2015-07-141-3/+6
* webrick/test_utils.rb: no timeout during assertionnobu2015-07-141-11/+16
* webrick/utils.rb: wakeup immediatelynobu2015-07-141-8/+8
* test_utils.rb: splitnobu2015-07-141-6/+21
* webrick/server.rb: stop immediatelynobu2015-07-141-0/+4
* use Timeout.timeoutnobu2015-07-131-1/+1
* use assert_raisenobu2015-06-021-1/+1
* * lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt2015-03-161-0/+70
* * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr2015-03-101-1/+27
* * test/webrick/test_filehandler.rb: on vboxsf (on VirtualBoxko12015-03-061-4/+10
* test_utils.rb: dynamically chosen port numbernobu2015-01-111-4/+20
* * lib/webrick/utils.rb: removed unused argument variable.hsbt2015-01-021-3/+7
* skip old OpenSSLnobu2014-12-131-3/+3
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * lib/webrick/server.rb: Setup shutdown pipe in listen method.akr2014-11-101-0/+32
* * lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr2014-11-091-0/+4
* * test/webrick/webrick.cgi: Don't use debug mode.akr2014-11-092-2/+2
* * test/open-uri: Test server log in server thread.akr2014-11-095-45/+104
* * test/webrick: Fix the argument order of assert_equal.akr2014-11-093-33/+33
* * test/webrick: Store log in an array.akr2014-11-093-13/+8
* Fix previous change.akr2014-11-091-2/+2
* * test/webrick: Refine log tests.akr2014-11-092-15/+24
* * test/webrick: Examine log and use assert_join_threads.akr2014-11-085-28/+61
* Close FDs.akr2014-05-302-44/+51
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+0
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-081-0/+23
* * test: get rid of warnings.usa2014-03-111-1/+1