aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Remove unused variables.naruse2012-04-071-4/+4
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-0/+64
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-14/+17
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-0/+46
* * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa2011-11-162-2/+2
* * test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki2011-11-122-0/+2
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-0/+9
* Remove debug print of r32410.naruse2011-07-051-1/+1
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-051-0/+85
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-241-0/+22
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-211-0/+27
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-201-14/+21
* * remove trailing spaces.nobu2011-05-152-3/+3
* Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2011-04-011-0/+20
* * test/webrick/test_filehandler.rbusa2011-03-291-1/+4
* * test/webrick/test_filehandler.rb (test_short_filename):arton2011-03-281-2/+6
* * test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa2011-01-201-0/+1
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-0/+7
* Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan2011-01-121-2/+2