about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2006-10-24Patch to allow .html configured extensions for Rails caching.
2006-10-05 * lib/mongrel/camping.rb: borrowing DirHandler and @guard from the RailsHand...
2006-10-03Small tweaks for debugging something possibly causing 100% CPU.
2006-10-03Slight adjust so that people can see the request holding everything up.
2006-09-26* Cosmetic code/comment formatting
2006-09-26Fixes a bug on OSX by changing from exec to system on restart.
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
2006-09-03Stripped out some debugging for speed. Tweaked file serving to serve small f...
2006-08-26Finally a solution to the damn memory leak. It's a leak in ruby http://pasti...
2006-08-22Adds thread request blockage logging when USR1 is toggled.
2006-08-17New memory debugging that's faster and a bit more accurate.
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-15Small error on a rare condition.
2006-08-14Improves the timeout message so folks know why always.
2006-08-12Debugging output removed. Redirects work again.
2006-08-12Remove debug output.
2006-08-12Fixes redirects not working with new unlocked IO, becase Matt P. showed me I'...
2006-08-12Once and for all make sure .close does nothing if it doesn't matter (like it ...
2006-08-12Don't shadow out in the request.start block just in case.
2006-08-12Rails is now completely prevented from sending any data.
2006-08-12Makes reload! the same as other locking.
2006-08-12Fix so that response output is not locked while Rails is locked.
2006-08-11Fixes bug where PID file not written when in config file. Improves error mes...
2006-08-08Fixes the differences between mongrel and webrick around request URI, path_in...
2006-08-08Fixes the confusion in the PID and log file settings.
2006-08-08Fixes up the error messages on invalid options to commands
2006-08-08Fix for dirhandler directory listings.
2006-08-03Using at_exit to clean pid files
2006-08-03at_exit is used to unlink the pid file more reliably
2006-08-03sendfile is banished until it can get sorted out
2006-08-03Dan Kubb's conditional response patch.
2006-07-15Fixes up the IO loop to match 0.4
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-09Annoying bugs in debug mode because someone likes changing object_id and clas...
2006-06-08Fixes group and user switching problems if you're already the requested user.
2006-06-05Fixes bugs 4658, 4478, 4402, and minor fix for the katana killer concurrency ...