about summary refs log tree commit homepage
path: root/lib/mongrel.rb
DateCommit message (Expand)
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
2006-07-15Fixes for many coding errors from last night.
2006-07-14Bugfixes for 0.3.13.4 release firming up IO tweaks.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-06-30Documentation update and sync with latest code.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-28Minor typo for send_file
2006-06-25Mongrel gets some hooks to help with upload progress.
2006-06-25Added params to progress.
2006-06-25Implemented request_progress for HttpHandlers.
2006-06-24Fixes for more blocking mongrels, allows changing user:group after socket bin...
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-06-21Version bump, news announce.
2006-06-18Additional simple feature for upload progress plugin. New redirect header an...
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-06-08Fixes group and user switching problems if you're already the requested user.
2006-05-30Win32 test and install fix-ups (cygwin)
2006-05-24Improved test coverage of the Command system and a simple method of stuffing ...
2006-05-23Improved tests increasing test coverage.
2006-05-23A simple status and statistics handler for people.