about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2006-11-25Updated a bunch of TODO lines that aren't valid anymore. Added a test that s...
2006-11-25Prevents double headers from going out.
2006-11-25Removed experimental mime carving (in branch now).
2006-11-20Updated fuzzing tests to handle more edge cases.
2006-11-17Fuzz test was way too big.
2006-11-17More fully tested BMH with extensive fuzzing test.
2006-11-15Optimistic locking library.
2006-10-24Patch #6275 for improved deflate filter support for IE and Safari.
2006-10-24First changes for inclusion of the cgi multipart fix.
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
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-08-08working on more webrick style behavior for REQUEST_URI
2006-08-03Dan Kubb's conditional response patch.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-07-01Let Mongrel compile and test ok under cygwin (don't know who would think use ...
2006-06-30Ruby license applied to all files
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 ...