about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-01-31Clean up some logging.
2009-01-31No more special params hash.
2009-01-31Remove abstract handler.
2009-01-31Remove CGIWrapper.
2009-01-31Made mongrel handle responces the way it should
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-31No commands.
2009-01-31Got rake working took out trash
2009-01-31Merge branch 'rack'
2008-12-04Removed uri_classifier, now we just use racks
2008-12-03Dont need rails adapter anymore, rack handles it
2008-12-03Dont need camping adapter anymore, rack does it for us
2008-12-01Doc fixes
2008-12-01Removed request_progress, make it a middlewear or something
2008-12-01Removed configurator completely
2008-12-01Got rid of handlers and test_conditional, now people just use rack
2008-12-01Removed configurator, replaced by Racks UrlMap
2008-12-01Got tests working with rack
2008-11-28Unjoined thread for now. Will fix later.
2008-11-22Join thread at the end of start
2008-11-22test_ws passes with rack
2008-11-22removed dispatchers
2008-11-22Remove handlers.
2008-11-22Non working rack implementation
2008-11-22Removed examples and debug.rb.
2008-11-08require 'fcntl' for the Fcntl::FD_CLOEXEC flag
2008-08-20set close-on-exec flag on listen socket
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2008-02-23Update all constants for the release, as Luis reminded me.
2008-02-20Close #10 (@throttle wrongly treated as seconds instead of 100th of seconds).
2008-02-20Restore fix for path traversal issue; fix camping handler.
2008-02-20Failing test for pass traversal issue.
2008-01-02updated version number to 1.1.3
2007-12-29Applied Zed's patch to fix a vulnerability recently introduced whereby url's ...
2007-12-15close 16319 in 1-1-2
2007-12-15update hardcoded version strings for 1-1-2
2007-12-15backport revision 5418 to 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-12apply #15590 (Aman Gupta)