about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2007-10-26close #14941
2007-10-22classifier faster yet because we don't need to rebuild that string
2007-10-22classifier optimization for only one handler on "/", with unit test
2007-10-22no sense breaking the internal api (@routes => @handler_map again)
2007-10-22mongrel_rails and mongrel_cluster support throttle/timeout appropriately
2007-10-22ruby uriclassifier in place. 3x slower on MRI vs TST; 1.5x slower on JRuby vs...
2007-10-22incomplete benchmark method
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-21minor test cleanups
2007-10-19minimal jruby socket test; restore some output redirection; echoe trunk suppo...
2007-10-18did something
2007-10-18move synchronousness back to HS
2007-10-18no more stop thread
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-18stop server is synchronous now
2007-10-18that was bogus
2007-10-18try joining the thread for JRuby so it blocks until it stops... this is confu...
2007-10-17http parser errors (malformed requests) now log to the default log.
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 #14145
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-23shut up some warnings when globals aren't defined
2007-09-21mongrel can use all group permissions of this user. (#14116)
2007-09-16Getting ready for mongrel 1.0.2 - site and versions update. Did I forget to c...
2007-09-13Small fixes that makes absolutely no difference to the functionality or perfo...
2007-08-31Corrected value of remote_addr (closes: #13216)
2007-08-22Fix problem when running in freebsd < 5.4 (closes: #8112)
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-08-14Allows to suppress the Content-Length: header which send_status normally adds...
2007-08-13require cgi_multipart in mongrel itself, not mongrel_rails; bump required ver...
2007-08-11* Corrects URI parsing incorrect when behind proxy.
2007-03-10add fix for rails page caching with ;foo in the urls
2007-01-23Site update, version bump for the 1.0.1 release
2006-12-20Version change because rubygems can't handle 1.0-rc1 so must be 1.0
2006-12-16MIME types battle results as of now.
2006-12-16Whitelist for headers which can be duplicated.