about summary refs log tree commit homepage
path: root/lib/mongrel/cgi.rb
DateCommit message (Expand)
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2007-08-15Make CGI Wrapper work with CGI::Session (closes: #8386)
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-12Don't shadow out in the request.start block just in case.
2006-08-12Rails is now completely prevented from sending any data.
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-05-21LGPL preamble on all source files.
2006-05-20Man gvim spell checking is the bomb.
2006-04-11Support large file uploads, moving them into a Tempfile should they cross the...
2006-03-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-02-21As the CGI and Handlers get bigger we'll need to separate their code out. Th...