1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/mongrel
zedshaw d51ec2ce14 Enhanced the version and usage messages just for the bikeshedders :-).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@174 19e92222-5c0b-0410-8929-a290d50e31e9
2006-05-13 21:54:05 +00:00
..
camping.rb For now, each content-type gets special treatment in the Camping handler. 2006-04-11 03:24:53 +00:00
cgi.rb Support large file uploads, moving them into a Tempfile should they cross the MAX_BODY threshold. The only change here really is that HttpRequest#body is now an IO object rather than a string. I changed the various handlers to support this. 2006-04-11 01:46:13 +00:00
command.rb Enhanced the version and usage messages just for the bikeshedders :-). 2006-05-13 21:54:05 +00:00
debug.rb Mongrel 0.3.13 release push. Lots of documentation started and little fixes. See news page for more details. 2006-05-11 19:10:34 +00:00
handlers.rb Improved conditional response code from Dan Kubb. Handles ETag on 304 responses better. 2006-05-13 21:25:53 +00:00
init.rb GemPlugin now doesn't use autorequire. Mongrel adapted to cover an error with daemonize, logger, and closed files. 2006-03-09 03:05:11 +00:00
rails.rb Minor tweaks to the handlers and http parser to deal with more bad input possibilities. 2006-04-03 15:22:17 +00:00
stats.rb Cleaned up the test suite so it spews less logging. Fixed up the debug access logging so it works. 2006-04-01 09:09:10 +00:00
tcphack.rb Fixed and tested with edge rails and works such that mephisto doesn't report closed log files from daemonize. Added a little hack from Sean Treadway that increases the tcp accept queue (needs win32 testing). 2006-03-09 04:38:02 +00:00