about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2009-01-31No more special params hash.
2009-01-31Remove CGIWrapper.
2009-01-31Mongrel.run(app, opts)
2009-01-31Let the kernel schedule some shit.
2009-01-31Cleanup.
2009-01-31Started in test_server
2009-01-31Fixed test threading?
2009-01-31removed test_stats
2009-01-31Dead code.
2009-01-31Rename.
2009-01-31Removed bad requires
2009-01-31Merge pivotal code.
2009-01-31Removed test_command
2009-01-31Got rake working took out trash
2009-01-31Merge branch 'rack'
2008-12-04Removed uri_classifier, now we just use racks
2008-12-01Removed request_progress, make it a middlewear or something
2008-12-01Got rid of send_file test, moved to rack
2008-12-01Got rid of handlers and test_conditional, now people just use rack
2008-12-01Removed configurator, replaced by Racks UrlMap
2008-12-01Got tests working with rack
2008-11-22Remove debug.
2008-11-22Non working rack implementation
2008-11-22Added testing for rack support
2008-07-15http_parser: restore r996 (accept '"', '<', and '>' characters in URLs)
2008-07-15Remove nasty_pound_header test since we've always failed it
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2008-03-01Use correct requirement for test helper in test/unit/test_ws.rb (Eric Wong).
2008-02-23Add IOError to test exception list because JRuby trunk started throwing it in...
2008-02-20Move tools/trickletest into test/tools.
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2008-02-20Add concurrency benchmarks, mostly copied from Thin's.
2008-02-20Failing test for pass traversal issue.
2007-11-01manifest; jruby test removed
2007-10-27yet another possible exception class for test_header_is_too_long
2007-10-27let's say that a minor thread contention issue in the test suite is not a fai...
2007-10-26move socket close into ensure
2007-10-26revert trunk to 1.1
2007-10-26reverts for 1.0.2
2007-10-26thank god for those tests
2007-10-26close #14941
2007-10-22classifier faster yet because we don't need to rebuild that string
2007-10-22classifier optimization for only one handler on "/", with unit test
2007-10-22update manifest
2007-10-22do_test needs to be threadsafe
2007-10-22ruby uriclassifier in place. 3x slower on MRI vs TST; 1.5x slower on JRuby vs...
2007-10-22fix benchmark method in uriclassifier test
2007-10-22incomplete benchmark method
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...