about summary refs log tree commit homepage
path: root/lib/mongrel/handlers.rb
DateCommit message (Expand)
2008-02-20Restore fix for path traversal issue; fix camping handler.
2008-02-20Failing test for pass traversal issue.
2007-12-29Applied Zed's patch to fix a vulnerability recently introduced whereby url's ...
2007-10-29update comment
2007-10-28dir handler was all messed up (Clifford Heath)
2007-10-26thank god for those tests
2007-10-26close #15009
2007-10-26close #14941
2007-10-22no sense breaking the internal api (@routes => @handler_map again)
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...
2007-09-24avoid warnings on 1.8.6, at least
2007-09-24refactor timeout and death_time to throttle and timeout, respectively, make t...
2006-12-15Implements the more extensive mime types now external to the mongrle source.
2006-12-15Patch to allow multiple request progress listeners, needs to be tested for sp...
2006-11-25Updated a bunch of TODO lines that aren't valid anymore. Added a test that s...
2006-11-25Bug with default content-type not set for things without endings.
2006-11-20Added better default mime types to lame DirHandler.
2006-10-24Error in syntax on .xml patch.
2006-10-24Patch #6275 for improved deflate filter support for IE and Safari.
2006-10-24Patch to give a default text/xml for .xml files.
2006-09-26* Cosmetic code/comment formatting
2006-09-22Mongrel 0.3.13.5 version bump. Final commit of changes from 0.3.13.4. I've b...
2006-09-03Stripped out some debugging for speed. Tweaked file serving to serve small f...
2006-08-08Fix for dirhandler directory listings.
2006-08-03Dan Kubb's conditional response patch.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-25Mongrel gets some hooks to help with upload progress.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-18Additional simple feature for upload progress plugin. New redirect header an...
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-05-29Corrected a few spelling mistakes in the documentation.
2006-05-23Improved tests increasing test coverage.
2006-05-23A simple status and statistics handler for people.
2006-05-23Implemented a DeflateFilter for dynamic gzip of responses.
2006-05-23PID file wiping is now stopped, and also allows to run a debug without wiping...
2006-05-21LGPL preamble on all source files.
2006-05-20Bug 4473 dirhandler now escapes file paths properly.
2006-05-20Man gvim spell checking is the bomb.
2006-05-13Improved conditional response code from Dan Kubb. Handles ETag on 304 respon...
2006-05-04Conditional response code from Dan Kubb.
2006-04-11Added send_file method to the HttpResponse, culling parts from the DirHandler...
2006-04-08Fix to the content-type header for default types.
2006-04-08Fixes the default content type and headers for unknown mime types. Fixes the...
2006-04-03Minor tweaks to the handlers and http parser to deal with more bad input poss...
2006-03-30Implements minor little tweaks to reduce String cycling. Adds ETag and Last-...
2006-03-28Fixes for processing static files where the client aborts.
2006-03-28Big fix for the DirHandler so it sends only one content-length. Fix for how ...
2006-03-27Final tweaks to speed up the file serving a bit using sendfile and a modified...
2006-03-25First crack at some advanced debugging features for mongrel and the console.