about summary refs log tree commit homepage
path: root/lib/mongrel.rb
DateCommit message (Expand)
2009-02-01Realistic defaults.
2009-01-31Clean up some logging.
2009-01-31No more special params hash.
2009-01-31Remove abstract handler.
2009-01-31Mongrel.run(app, opts)
2009-01-31No more throttling.
2009-01-31Make stop raise if server was not started.
2009-01-31Cleanup.
2009-01-31Cleanup.
2009-01-31Cleanup.
2009-01-31Removed bad requires
2009-01-31Merge pivotal code.
2009-01-31Moving toward using a logger instead of dumping to STDERR all over the place.
2009-01-31Got rake working took out trash
2008-12-04Removed uri_classifier, now we just use racks
2008-12-01Removed configurator completely
2008-11-28Unjoined thread for now. Will fix later.
2008-11-22Join thread at the end of start
2008-11-22removed dispatchers
2008-11-22Non working rack implementation
2008-11-08require 'fcntl' for the Fcntl::FD_CLOEXEC flag
2008-08-20set close-on-exec flag on listen socket
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2008-02-20Close #10 (@throttle wrongly treated as seconds instead of 100th of seconds).
2007-12-15close 16319 in 1-1-2
2007-12-15backport #15631 to 1-1-2
2007-11-12close #15539
2007-11-12don't warn about unitted @reason; fix objectspace errors on jruby; make subpr...
2007-11-01oops... gems is quite necessary
2007-11-01reinstate bsd accept filter
2007-10-31Mongrel::Gems helper to deal with Rubygems and ActiveSupport infighting
2007-10-30mongrel_experimental works
2007-10-29no filter on freebsd
2007-10-27use rubygems a little less aggressively
2007-10-27let's say that a minor thread contention issue in the test suite is not a fai...
2007-10-26move socket close into ensure
2007-10-26break classes into their own files
2007-10-26i think mutex_fix is not used due to fastthread
2007-10-26revert trunk to 1.1
2007-10-26reverts for 1.0.2
2007-10-22classifier faster yet because we don't need to rebuild that string
2007-10-22classifier optimization for only one handler on "/", with unit test
2007-10-22no sense breaking the internal api (@routes => @handler_map again)
2007-10-22mongrel_rails and mongrel_cluster support throttle/timeout appropriately
2007-10-22ruby uriclassifier in place. 3x slower on MRI vs TST; 1.5x slower on JRuby vs...
2007-10-22incomplete benchmark method
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...
2007-10-21minor test cleanups
2007-10-19minimal jruby socket test; restore some output redirection; echoe trunk suppo...
2007-10-18did something