about summary refs log tree commit homepage
path: root/lib/mongrel
DateCommit message (Expand)
2008-11-22Non working rack implementation
2008-03-31Somehow the RUBY_PLATFORM regexp got lost between branches... great!
2008-03-24Backport Eric's changes to the http parser from trunk (Eric Wong).
2008-02-23Update all constants for the release, as Luis reminded me.
2008-02-20Restore fix for path traversal issue; fix camping handler.
2008-02-20Failing test for pass traversal issue.
2008-01-02updated version number to 1.1.3
2007-12-29Applied Zed's patch to fix a vulnerability recently introduced whereby url's ...
2007-12-15update hardcoded version strings for 1-1-2
2007-12-15backport revision 5418 to 1-1-2
2007-11-12close #15539
2007-11-12don't warn about unitted @reason; fix objectspace errors on jruby; make subpr...
2007-11-12apply #15590 (Aman Gupta)
2007-11-01oops... gems is quite necessary
2007-10-31Mongrel::Gems helper to deal with Rubygems and ActiveSupport infighting
2007-10-29update comment
2007-10-28dir handler was all messed up (Clifford Heath)
2007-10-28camping doesn't require a root path
2007-10-28version
2007-10-27grammar
2007-10-27oops, committed a debugging line
2007-10-27use rubygems a little less aggressively
2007-10-27forward port patch from 1.0.3
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)