about summary refs log tree commit homepage
path: root/test/test_http11.rb
DateCommit message (Expand)
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2007-10-20use synchronous stop everywhere; clean up test helpers
2007-10-18java setters are strewn all over the place
2007-10-15fix #14086
2006-10-24First changes for inclusion of the cgi multipart fix.
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-12Regenerates the parser so the fix for non-spaced headers goes through, and ad...
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-05-23Improved tests increasing test coverage.
2006-05-21LGPL preamble on all source files.
2006-05-14IO processing loop now processes HTTP requests without resetting the parser m...
2006-04-03Several robustness improvements to protect mongrel against bad HTTP requests.
2006-04-01Cleaned up the test suite so it spews less logging. Fixed up the debug acces...
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-01-30Last and final attempt at improving the Ruby only speed of the IO processing....
2006-01-28initial import into trunk