about summary refs log tree commit homepage
path: root/lib/mongrel/camping.rb
DateCommit message (Expand)
2007-10-28camping doesn't require a root path
2006-11-25Fix for Sync not being available.
2006-11-25Reverted zimbatm patch from r4378 since it doesn't work.
2006-11-25Patch 5718: camping fixes from zimbatm
2006-10-25 * lib/mongrel/camping.rb: get_or_head var was going unused.
2006-10-05 * lib/mongrel/camping.rb: borrowing DirHandler and @guard from the RailsHand...
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-14Empty requests were tossing an exception. Found while testing Tepee.
2006-04-11For now, each content-type gets special treatment in the Camping handler.
2006-04-11Support large file uploads, moving them into a Tempfile should they cross the...
2006-04-11Excuse my improprieties. Wrongful use of @response in the Camping handler. ...
2006-04-11Added send_file method to the HttpResponse, culling parts from the DirHandler...
2006-04-10Update setup.rb to silence errors on shebang replacement. Camping handler no...
2006-03-09Slight mod to how mongrel/camping.rb works so that you can access the HttpSer...
2006-03-07Support for Camping as a first-class citizen. The postamble is now one or tw...