about summary refs log tree commit homepage
path: root/lib/mongrel
DateCommit message (Expand)
2007-10-26break classes into their own files
2007-10-26forwardport configurator fixes from 1.0.2
2007-10-26shuffle configurator around
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-22recursively create logdir in debug.rb
2007-10-22pure ruby URIClassifier passes on C and JRuby both; now time to profile and s...
2007-10-18move synchronousness back to HS
2007-10-18default
2007-10-18redirect
2007-10-18how's this
2007-10-18howbout we support asynchronous and synchronous stopping
2007-10-18there, multithreaded stopping at the toplevel, with joins
2007-10-18doesn't appear to have been doing anything
2007-10-18no reason not to always print the backtrace for those errors
2007-10-18that was bogus
2007-10-18try joining the thread for JRuby so it blocks until it stops... this is confu...
2007-10-15its actually the rest_operator
2007-10-15old restful ; syntax is confusing us. handlers have a serious lack of test co...
2007-10-15chomp the pagecache lookup
2007-10-11apply #14641, fix comment
2007-10-11close #14584
2007-09-24avoid warnings on 1.8.6, at least
2007-09-24refactor timeout and death_time to throttle and timeout, respectively, make t...
2007-09-21mongrel can use all group permissions of this user. (#14116)
2007-08-15Make CGI Wrapper work with CGI::Session (closes: #8386)
2007-08-15.atom MIME type should be appplication/atom+xml (closes: #7783)
2007-08-14Added type .xsl: application/xslt+xml as a valid MIME-TYPE (closes: #8767)
2007-03-10add fix for rails page caching with ;foo in the urls
2006-12-16MIME types battle results as of now.
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-25Fix for Sync not being available.
2006-11-25Updated a bunch of TODO lines that aren't valid anymore. Added a test that s...
2006-11-25Reverted zimbatm patch from r4378 since it doesn't work.
2006-11-25Bug with default content-type not set for things without endings.
2006-11-25Patch 5718: camping fixes from zimbatm
2006-11-20Changed back to using regular Mutex, and trying out fastthread by mentalguy.
2006-11-20Added better default mime types to lame DirHandler.
2006-11-15Got the api usage wrong for op/sync
2006-11-15Using the optimized locking system.
2006-10-25 * lib/mongrel/camping.rb: get_or_head var was going unused.
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-10-24Patch to allow .html configured extensions for Rails caching.
2006-10-05 * lib/mongrel/camping.rb: borrowing DirHandler and @guard from the RailsHand...
2006-10-03Slight adjust so that people can see the request holding everything up.