about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2006-06-30Switched Mongrel to Ruby license.
2006-06-28Test for request progress functionality
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-21win32 doesn't like binding to 0.0.0.0
2006-06-18Wrong include after handlers moved.
2006-06-18Additional simple feature for upload progress plugin. New redirect header an...
2006-06-16Needed file for gem testing.
2006-06-16Slight change to make tests work during gem install and builds.
2006-06-06Does a bit of validating the command stuff.
2006-06-05could fail on the second test due to randomness
2006-06-02Fixed tests for Win32. Included a nasty hack due sockets not raising the expe...
2006-05-30Win32 test and install fix-ups (cygwin)
2006-05-24Improved test coverage of the Command system and a simple method of stuffing ...
2006-05-23Necessary files for latest testing improvements.
2006-05-23Improved tests increasing test coverage.
2006-05-21LGPL preamble on all source files.
2006-05-20Two fixes reported by Rui Lopes so that test can run individually.
2006-05-20Initial code review fixing some things, and rcov addition.
2006-05-16Not sure where those .swp files come from.
2006-05-16OK, best fix is to set it to binmode.
2006-05-16Some people on windows have tmpfiles that are opened without rb.
2006-05-16Moved port to 4501 for configurator test.
2006-05-16resolv-replace causes problems on everything except Linux. Win32 seems to ha...
2006-05-14IO processing loop now processes HTTP requests without resetting the parser m...
2006-05-13Improved conditional response code from Dan Kubb. Handles ETag on 304 respon...
2006-05-04Test case for conditional http response.
2006-05-04Conditional response code from Dan Kubb.
2006-05-03Okay, so that was a bad test.
2006-04-11Added send_file method to the HttpResponse, culling parts from the DirHandler...
2006-04-04Additional debugging dumps just in case the parser is too ruthless. Removed ...
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-04-01Fixes incorrect version. Sets up an extra .rb config option (-S). Fixes an ...
2006-03-27Small fix for test in win32.
2006-03-26Final touches to get mongrel_rails working. Fixed URI registration bug. Sma...
2006-03-26mongrel_rails now uses the RailsConfigurator. All rails.rb are now in Mongre...
2006-03-25First crack at some advanced debugging features for mongrel and the console.
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...
2006-03-05Fixed up unit tests and cleaned up more of the gem plugin code. Temporarily ...
2006-03-05No need for external files to test plugin loading.
2006-03-02Removed a debugging printout and fixed a failing test related to plugins.
2006-03-02Commands now converted to new plugin setup. Implemented initial plugin loadi...
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...
2006-02-28Implemented the basic plugin system for Mongrel to replace pluginfactory with...
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-02Improved the trie searching to only require one search and work more correctl...
2006-01-30Last and final attempt at improving the Ruby only speed of the IO processing....
2006-01-28Slight change to make clear what's the body of the HttpResponse
2006-01-28First work at making a functional response class.