about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Expand)
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).
2006-03-10Refactored the rakefiles to make them work better for the gem plugin generator.
2006-03-08Initial fix for some edge rails problems.
2006-03-06Implements the new gem based plugins as a separate projects/gem_plugin. Sets...
2006-03-04Minor fix to Rakefile so all rdoc is created.
2006-03-04Version bump to 0.3.8
2006-03-04Small fix so that rake package builds the extensions prior to making the pack...
2006-03-04Implemented access to the RailsHandler from inside rails. Closed off the rem...
2006-02-26Implements an improved SwitchTower friendly mongrel_rails.
2006-02-22Ups, modified it wrong before, now is ok. Modified Rakefile to include mongre...
2006-02-22Moved the win32 service files so that they can be used directly as commands. ...
2006-02-20Modified the Rakefile removing dependency of daemons just for win32 gem. Also...