about summary refs log tree commit homepage
path: root/lib/mongrel/rails.rb
DateCommit message (Expand)
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2007-10-18doesn't appear to have been doing anything
2007-10-15its actually the rest_operator
2007-10-15old restful ; syntax is confusing us. handlers have a serious lack of test co...
2007-10-15chomp the pagecache lookup
2007-03-10add fix for rails page caching with ;foo in the urls
2006-11-25Updated a bunch of TODO lines that aren't valid anymore. Added a test that s...
2006-11-20Changed back to using regular Mutex, and trying out fastthread by mentalguy.
2006-11-15Got the api usage wrong for op/sync
2006-11-15Using the optimized locking system.
2006-10-24Patch to allow .html configured extensions for Rails caching.
2006-10-03Slight adjust so that people can see the request holding everything up.
2006-09-26* Cosmetic code/comment formatting
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-12Fixes redirects not working with new unlocked IO, becase Matt P. showed me I'...
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-03Dan Kubb's conditional response patch.
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-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-06-05Fixes bugs 4658, 4478, 4402, and minor fix for the katana killer concurrency ...
2006-06-05Late night hackery. Moving code for checking users and groups to common place...
2006-05-23Bug 4414 fixed, should no longer clobber pid file
2006-05-21LGPL preamble on all source files.
2006-05-20Man gvim spell checking is the bomb.
2006-05-20Fixed so that win32 signals are setup.
2006-05-20Initial code review fixing some things, and rcov addition.
2006-04-03Minor tweaks to the handlers and http parser to deal with more bad input poss...
2006-03-28Damn trotter and his bum patches. :-)
2006-03-28Big fix for the DirHandler so it sends only one content-length. Fix for how ...
2006-03-27Final tweaks to speed up the file serving a bit using sendfile and a modified...
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-12Finalizes the new look for the config tool and makes it functional for 0.3.10.
2006-03-09GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error wit...
2006-03-08Initial fix for some edge rails problems.
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...
2006-03-04Version bump to 0.3.8
2006-03-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-03-02Small fix to not show common EPIPE errors when clients cancel their page loads.
2006-02-28New plugin system that is much simpler than pluginfactory and has a lot more ...