about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Expand)
2007-09-25override so output location for now
2007-09-25fix manifest, fix ignore pattern
2007-09-24forgot that += calls = implicitly
2007-09-24remove irrelevant files from the manifest
2007-09-23require all new versions
2007-09-23signed mongrel gem
2007-09-16Getting ready for mongrel 1.0.2 - site and versions update. Did I forget to c...
2007-08-13require cgi_multipart in mongrel itself, not mongrel_rails; bump required ver...
2007-08-11* Added patch to release tgz file too (not only rubygems file)
2007-02-23Move to the latest Ragel.
2007-01-23Site update, version bump for the 1.0.1 release
2007-01-20Updates some version dependencies
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-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....