about summary refs log tree commit homepage
path: root/lib/mongrel.rb
DateCommit message (Expand)
2007-10-18did something
2007-10-18move synchronousness back to HS
2007-10-18no more stop thread
2007-10-18how's this
2007-10-18howbout we support asynchronous and synchronous stopping
2007-10-18no reason not to always print the backtrace for those errors
2007-10-18stop server is synchronous now
2007-10-17http parser errors (malformed requests) now log to the default log.
2007-10-11close #14145
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-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-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-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-16Whitelist for headers which can be duplicated.
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-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-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-20Tries to load fastthread then falls back to regular thread.
2006-11-20More testing code for the cgi carver. Not ready yet.
2006-11-17Version number bump.
2006-11-17Version update.
2006-11-15Using the optimized locking system.
2006-10-03Small tweaks for debugging something possibly causing 100% CPU.
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-26Finally a solution to the damn memory leak. It's a leak in ruby http://pasti...
2006-08-22Adds thread request blockage logging when USR1 is toggled.
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-15Small error on a rare condition.
2006-08-14Improves the timeout message so folks know why always.
2006-08-12Once and for all make sure .close does nothing if it doesn't matter (like it ...
2006-08-11Fixes bug where PID file not written when in config file. Improves error mes...
2006-08-08Fixes the differences between mongrel and webrick around request URI, path_in...
2006-08-03sendfile is banished until it can get sorted out
2006-08-03Dan Kubb's conditional response patch.
2006-07-15Fixes up the IO loop to match 0.4