about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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.
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-12-02use warn rather than $stderr.puts
2006-12-01make it clear when fastthread setup fails due to e.g. require order issues (a...
2006-11-25FBSD patch for socket http accept.
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-25Version bump to 0.3.18
2006-11-25Reverted zimbatm patch from r4378 since it doesn't work.
2006-11-25Prevents double headers from going out.
2006-11-25Version bump to 0.3.17.
2006-11-25Removed experimental mime carving (in branch now).
2006-11-25Bug with default content-type not set for things without endings.
2006-11-25Patch 5718: camping fixes from zimbatm
2006-11-20Tries to load fastthread then falls back to regular thread.
2006-11-20Changed back to using regular Mutex, and trying out fastthread by mentalguy.
2006-11-20More testing code for the cgi carver. Not ready yet.
2006-11-20Added better default mime types to lame DirHandler.
2006-11-17Version number bump.
2006-11-17Version update.
2006-11-15Got the api usage wrong for op/sync
2006-11-15Using the optimized locking system.
2006-11-15Including the mutex fix for folks by default.
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.