about summary refs log tree commit homepage
path: root/lib/mongrel.rb
DateCommit message (Expand)
2006-04-03Several robustness improvements to protect mongrel against bad HTTP requests.
2006-04-01Fixes incorrect version. Sets up an extra .rb config option (-S). Fixes an ...
2006-03-31Implements REMOTE_ADDR such that if HTTP_X_FORWARDED_FOR is set then REMOTE_A...
2006-03-30Implements minor little tweaks to reduce String cycling. Adds ETag and Last-...
2006-03-28Fixes for processing static files where the client aborts.
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-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-22Updates mongrel scripts to the new thread model with max concurrent and with ...
2006-03-22Initial creation of the Configurator config system.
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-03-19Beginning of a tuning effort.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-11Removed useless exception.
2006-03-09Slight mod to how mongrel/camping.rb works so that you can access the HttpSer...
2006-03-09Fixed and tested with edge rails and works such that mephisto doesn't report ...
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-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-03-03Damn bug in how CGI encodes redirects so that they default to port 0 if SERVE...
2006-03-03Small tweak to make sure the stop gets through.
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-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-21As the CGI and Handlers get bigger we'll need to separate their code out. Th...
2006-02-20Initial setup for graceful stop. Removed timeout code since buggy on OSX.
2006-02-20Slight documentation update for the CGIWrapper.initialize
2006-02-20Change to compensate for people who use CGIWrapper with bad status. Uses the...
2006-02-19Fixed the content-type finally and added a bit to let windows do CTRL-C.
2006-02-18Did the recent announcement for 0.3.5. Modified the Rakefile in prep for the...
2006-02-18Bumped version number.
2006-02-18A much better written CGIWrapper that actually processes the given header par...
2006-02-16Functioning CGIWrapper that does a better job of dealing with the CGI->Mongre...
2006-02-15Fix for that same content-length bug, but now fixed by gutting CGI to use Htt...
2006-02-14Bug fix for a missed require that didn't show up until ran without Rails. Si...
2006-02-14Added requested features for running RoR applications.
2006-02-12Created the project page dripping with sappy honey goodness.
2006-02-11Small bug fix for possible images not being served.
2006-02-10Added simple mime type mapping for files.
2006-02-10Tried out using a ThreadGroup and the performance wasn't as good as with a fi...
2006-02-10Fixed the URIClassifier to solve a problem with 1 character lookups. Complet...
2006-02-10Created rails runner, started making it daemon capable.
2006-02-08Fixed a bug in the Error404Handler. Created the first Rails runner script.
2006-02-03* Moved various constants around. * Created the remaining feasible CGI varia...
2006-01-31Attempted on last performance tune by rewriting the process_client method in ...
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.