aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-2/+0
* * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): theseusa2013-08-081-0/+3
* * lib/webrick/httpresponse.rb: Allow #body to be an IO-like objectdrbrain2013-08-071-0/+89
* * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}):usa2013-08-071-2/+2
* test_filehandler.rb: fix for non-NTFSnobu2013-06-211-1/+3
* test_filehandler.rb: reap zombienobu2013-06-211-1/+1
* webrick: fix non-ascii escape bugsnobu2013-05-202-1/+9
* * test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.ayumin2013-05-191-0/+16
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-81/+81
* Overwrite Ruby's path for cgi in testsnaruse2013-04-181-0/+7
* Suppress warningsnaruse2013-04-023-4/+6
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+2
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* test_cgi.rb: skip a test on Windowsshirosaki2012-10-121-2/+7
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-141-2/+2
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-131-5/+4
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-112-4/+29