about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Expand)
2006-12-15Implements the more extensive mime types now external to the mongrle source.
2006-12-15Version number bump to 0.3.19
2006-11-27There is no need to install mongrel_service when creating the gem.
2006-11-25Runs the atom feed generator when the site is done.
2006-11-25Version bump to 0.3.18
2006-11-25Version bump to 0.3.17.
2006-11-20Removed attempt to build optimized_locking.
2006-11-20Added fastthread as a sub-project of mongrel.
2006-11-17Version number bump.
2006-11-15Version bump to 0.3.15
2006-11-15Updated to compile new optimistic locking.
2006-10-24Updated gem_source task for rubygems 0.9
2006-10-24Fixes --group and --user options.
2006-10-24First changes for inclusion of the cgi multipart fix.
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-08-31Solution for error-free rake on win32. (.cmd was missing from rake install mo...
2006-08-16Added mongrel_cluster as officially part of mongrel.
2006-08-14Fixes the missing .so files on the win32 side.
2006-07-13Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix fro...
2006-07-01Moved win32-service dependency from mongrel to mongrel_service to reduce unus...
2006-06-30Documentation update and sync with latest code.
2006-06-25Mongrel gets some hooks to help with upload progress.
2006-06-24Fixes for more blocking mongrels, allows changing user:group after socket bin...
2006-06-21Version bump, news announce.
2006-06-16A few more fixes trying to improve the win32 build support.
2006-06-15Major bug fixed where sockets would get leaked if the client closed early (or...
2006-06-10Some potential fixes for better cross platform builds.
2006-06-09Annoying bugs in debug mode because someone likes changing object_id and clas...
2006-06-02Messed the package process and forced build of extension in Win32. Sorry abou...
2006-06-02Simplified packaging of win32 gems. Using the same base for *nix, so :package...
2006-05-23Implemented a DeflateFilter for dynamic gzip of responses.
2006-05-21LGPL preamble on all source files.
2006-05-20Fix for an error message to make it cleaner.
2006-05-20Broken out each part of site upload so I can publish only some sections. Now...
2006-05-11Mongrel 0.3.13 release push. Lots of documentation started and little fixes....
2006-04-20Forgot to check in my changes so this should resolve the conflict.
2006-04-08Fixes the default content type and headers for unknown mime types. Fixes the...
2006-04-06Version number bump before releasing.
2006-04-04Reverted a new feature from Ragel which broke the parser on certain multi-par...
2006-03-31Implements REMOTE_ADDR such that if HTTP_X_FORWARDED_FOR is set then REMOTE_A...
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-03-19Beginning of a tuning effort.
2006-03-15Can't clean at all when doing gem source and uploading win32 too.
2006-03-15Preparing for the 0.3.11 release with a few minor tweaks.
2006-03-14mongrel_config now adapts to the platform it runs on and does either a win32 ...
2006-03-12Implemented a pre-release gem source so people can do gem install mongrel --s...
2006-03-12Have to do a small version bump to get the fixed dependency out.
2006-03-12Wrong version number on gem_plugin dependency which is causing update errors.
2006-03-11Refactoring of Rakefiles to simplify install/uninstall gems (on POSIX).