about summary refs log tree commit homepage
path: root/lib/mongrel.rb
DateCommit message (Expand)
2006-07-15Fixes for many coding errors from last night.
2006-07-14Bugfixes for 0.3.13.4 release firming up IO tweaks.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-06-30Documentation update and sync with latest code.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-28Minor typo for send_file
2006-06-25Mongrel gets some hooks to help with upload progress.
2006-06-25Added params to progress.
2006-06-25Implemented request_progress for HttpHandlers.
2006-06-24Fixes for more blocking mongrels, allows changing user:group after socket bin...
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-21Version bump, news announce.
2006-06-18Additional simple feature for upload progress plugin. New redirect header an...
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-06-08Fixes group and user switching problems if you're already the requested user.
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-23Improved tests increasing test coverage.
2006-05-23A simple status and statistics handler for people.
2006-05-23Implemented a DeflateFilter for dynamic gzip of responses.
2006-05-23PID file wiping is now stopped, and also allows to run a debug without wiping...
2006-05-23Bug 4414 fixed, should no longer clobber pid file
2006-05-21Fixed up messages for win32 related to signals. Applied Bradley Taylor's use...
2006-05-21LGPL preamble on all source files.
2006-05-20Patch from Bradley Taylor allowing uid/gid change on start.
2006-05-20Bug 4477 fixed. send_file wasn't setting body_sent.
2006-05-20Man gvim spell checking is the bomb.
2006-05-20Added sleeper thread and INT for win32.
2006-05-20Added the dreaded 'sleeper thread' for windows to stop properly, and allowed ...
2006-05-20Fixed a format string error.
2006-05-20Initial code review fixing some things, and rcov addition.
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-11Bump the version number to 0.3.13
2006-05-11Mongrel 0.3.13 release push. Lots of documentation started and little fixes....
2006-05-04Conditional response code from Dan Kubb.
2006-04-20Forgot to check in my changes so this should resolve the conflict.
2006-04-19STDERR notice referred to a non-existant var.
2006-04-19Bug in large POSTs: needed to account for length of the initial body.
2006-04-11Support large file uploads, moving them into a Tempfile should they cross the...
2006-04-11Added send_file method to the HttpResponse, culling parts from the DirHandler...
2006-04-08Fixes the default content type and headers for unknown mime types. Fixes the...
2006-04-06Version number bump before releasing.
2006-04-05Repairs to the parser so it doesn't drop CONTENT_TYPE.
2006-04-05Adds thread tracking and cleaner shutdown.
2006-04-04Reverted a new feature from Ragel which broke the parser on certain multi-par...
2006-04-04Added the ability to put new handlers before other handlers in the handler ch...
2006-04-04Small fix so that the host address of baa clients is show (which will be wron...
2006-04-04Additional debugging dumps just in case the parser is too ruthless. Removed ...