File ChangeLog.mongrel of Package rubygem-mongrel
2007-08-15 03:03 filipe
* lib/mongrel/cgi.rb, test/test_cgi_wrapper.rb: Make CGI Wrapper
work with CGI::Session (closes: #8386)
2007-08-15 02:33 filipe
* lib/mongrel/mime_types.yml: .atom MIME type should be
appplication/atom+xml (closes: #7783)
2007-08-14 02:59 filipe
* lib/mongrel/mime_types.yml: Added type .xsl: application/xslt+xml
as a valid MIME-TYPE (closes: #8767)
2007-08-14 02:16 filipe
* lib/mongrel.rb: Allows to suppress the Content-Length: header
which send_status normally adds, by calling send_status(nil).
2007-08-14 02:01 filipe
* bin/mongrel_rails: Corrected help text.
2007-08-13 22:38 evanweaver
* ., Rakefile, bin/mongrel_rails, lib/mongrel.rb,
projects/cgi_multipart_eof_fix: require cgi_multipart in mongrel
itself, not mongrel_rails; bump required version in gemspec
2007-08-11 03:45 filipe
* lib/mongrel.rb: * Corrects URI parsing incorrect when behind
proxy.
2007-08-11 03:44 filipe
* Rakefile: * Added patch to release tgz file too (not only
rubygems file)
2007-03-10 09:47 technoweenie
* lib/mongrel/rails.rb: add fix for rails page caching with ;foo in
the urls
2007-02-23 19:46 zedshaw
* Rakefile, ext/http11/http11_parser.c: Move to the latest Ragel.
2007-02-23 19:45 zedshaw
* doc/site/src/images/.xvpics: Don't need this stupid directory.
2007-02-23 19:44 zedshaw
* doc/site/src/news.page: A fix for a bad link on the news page.
2007-02-09 15:42 luislavena
* doc/site/src/docs/win32.page: Added a note about service::start
and stop commands in win32 docs.
2007-01-23 01:57 zedshaw
* Rakefile, doc/site/src/news.include, doc/site/src/news.page,
ext/http11/http11.c, lib/mongrel.rb: Site update, version bump
for the 1.0.1 release
2006-12-20 03:22 zedshaw
* doc/site/src/news.include, doc/site/src/news.page: News updated
for 1.0 RC1.
2006-12-20 01:26 zedshaw
* Rakefile, ext/http11/http11.c, lib/mongrel.rb: Version change
because rubygems can't handle 1.0-rc1 so must be 1.0
2006-12-20 01:12 zedshaw
* doc/site/src/faq.page: Added not rotating with Logger to FAQ.
2006-12-16 06:24 zedshaw
* doc/site/src/news.include, doc/site/src/news.page: Latest news
update for 0.3.20
2006-12-16 05:54 zedshaw
* bin/mongrel_rails: Wait parameter for stop --force which waits
for the pid to go away, and then kill -9 after the wait time.
2006-12-16 04:58 zedshaw
* lib/mongrel/mime_types.yml: MIME types battle results as of now.
2006-12-16 04:26 zedshaw
* Rakefile, bin/mongrel_rails, ext/http11/http11.c, lib/mongrel.rb,
test/test_response.rb: Whitelist for headers which can be
duplicated.
2006-12-15 11:45 zedshaw
* doc/site/src/news.include, doc/site/src/news.page: News updates
for 0.3.19
2006-12-15 11:12 zedshaw
* Rakefile, lib/mongrel/handlers.rb, lib/mongrel/mime_types.yml:
Implements the more extensive mime types now external to the
mongrle source.
2006-12-15 09:02 zedshaw
* lib/mongrel.rb, lib/mongrel/handlers.rb,
test/test_request_progress.rb: Patch to allow multiple request
progress listeners, needs to be tested for speed. Also added a
small change to allow retarded requests with full host in GET
line that are really only for proxy servers.
2006-12-15 09:00 zedshaw
* Rakefile, ext/http11/http11.c: Version number bump to 0.3.19
2006-12-15 08:59 zedshaw
* doc/site/src/news.include, doc/site/src/news.page: Updated news.
2006-12-02 01:32 mental
* lib/mongrel.rb: use warn rather than $stderr.puts
2006-12-01 02:59 mental
* lib/mongrel.rb: make it clear when fastthread setup fails due to
e.g. require order issues (as opposed to simply not being
present), rather than silently falling back to stdlib classes
without so much as a visible warning
2006-11-27 03:10 luislavena
* Rakefile: There is no need to install mongrel_service when
creating the gem.
Also, removed duplicated pre-compiled extension
ext/http11/http11.so from win32 build (lib/http11.so is always
used).
2006-11-25 19:03 zedshaw
* lib/mongrel.rb: FBSD patch for socket http accept.
2006-11-25 18:48 zedshaw
* lib/mongrel/camping.rb: Fix for Sync not being available.
2006-11-25 06:13 zedshaw
* doc/site/atom.rb, test/test_handlers.rb: Seems to blow up on this
test at random. Will investigate.
2006-11-25 05:54 zedshaw
* Rakefile: Runs the atom feed generator when the site is done.
2006-11-25 05:54 zedshaw
* doc/site/src/default.template, doc/site/src/news.include,
doc/site/src/news.page: News updated for 0.3.17 PR.
2006-11-25 05:51 zedshaw
* doc/site/atom.rb: Simple offline atom generator for tracking site
changes.
2006-11-25 05:38 zedshaw
* doc/site/src/books.page: Minor formatting change for books list.
2006-11-25 05:36 zedshaw
* doc/site/src/books.page: Page listing the books that mention or
cover mongrel. More welcome.
2006-11-25 05:26 zedshaw
* doc/site/src/docs/apache.page: Apache docs change by CBQ.
2006-11-25 05:22 zedshaw
* doc/site/src/certified.page: Make sure everyone knows how to
become Mongrel certified. :-)
2006-11-25 05:21 zedshaw
* doc/site/src/index.page: Mention IOWA using it on the home page.
2006-11-25 05:19 zedshaw
* doc/site/src/docs/lighttpd.page: Fixed a grammar mistake.
2006-11-25 05:16 zedshaw
* README: Updated README with latest information and referred to
mongrel site.
2006-11-25 05:09 zedshaw
* lib/mongrel.rb, lib/mongrel/handlers.rb, lib/mongrel/rails.rb,
test/test_handlers.rb: Updated a bunch of TODO lines that aren't
valid anymore. Added a test that supposedly breaks in win32.
2006-11-25 05:06 zedshaw
* Rakefile, ext/http11/http11.c, lib/mongrel.rb: Version bump to
0.3.18
2006-11-25 04:58 zedshaw
* lib/mongrel/camping.rb: Reverted zimbatm patch from r4378 since
it doesn't work.
2006-11-25 03:53 zedshaw
* lib/mongrel.rb, test/test_response.rb: Prevents double headers
from going out.
2006-11-25 03:24 zedshaw
* Rakefile, ext/http11/http11.c, lib/mongrel.rb: Version bump to
0.3.17.
2006-11-25 02:54 zedshaw
* ext/http11/http11.c, lib/mongrel.rb, test/test_bmhsearch.rb:
Removed experimental mime carving (in branch now).
2006-11-25 02:48 zedshaw
* lib/mongrel/handlers.rb: Bug with default content-type not set
for things without endings.
2006-11-25 02:00 zedshaw
* lib/mongrel/camping.rb: Patch 5718: camping fixes from zimbatm
2006-11-25 01:25 zedshaw
* ext/http11/http11.c: A few tweaks to bmhsearch prior to the
branch out.
2006-11-21 12:29 luislavena
* bin/mongrel_rails_service, bin/mongrel_rails_svc: Removed the now
obsolete _service and _svc scripts from trunk, yahoo!
2006-11-20 17:05 zedshaw
* lib/mongrel.rb: Tries to load fastthread then falls back to
regular thread.
2006-11-20 17:04 zedshaw
* Rakefile: Removed attempt to build optimized_locking.
2006-11-20 16:53 zedshaw
* ext/optimized_locking: Removed old optimized_locking code in
favor of fastthread by same mentalguy.
2006-11-20 16:52 zedshaw
* Rakefile: Added fastthread as a sub-project of mongrel.
2006-11-20 16:52 zedshaw
* lib/mongrel/rails.rb: Changed back to using regular Mutex, and
trying out fastthread by mentalguy.
2006-11-20 16:51 zedshaw
* lib/mongrel.rb: More testing code for the cgi carver. Not ready
yet.
2006-11-20 16:50 zedshaw
* lib/mongrel/handlers.rb: Added better default mime types to lame
DirHandler.
2006-11-20 16:50 zedshaw
* test/test_bmhsearch.rb: Updated fuzzing tests to handle more edge
cases.
2006-11-20 16:49 zedshaw
* ext/http11/http11.c: Removed restriction on edge case for begging
string not being repetitive.
2006-11-17 22:57 zedshaw
* Rakefile, ext/http11/http11.c, lib/mongrel.rb: Version number
bump.
2006-11-17 22:55 zedshaw
* test/test_bmhsearch.rb: Fuzz test was way too big.
2006-11-17 22:48 zedshaw
* ext/http11/http11.c, test/test_bmhsearch.rb: More fully tested
BMH with extensive fuzzing test.
2006-11-17 22:47 zedshaw
* lib/mongrel.rb: Version update.
2006-11-15 22:38 zedshaw
* Rakefile, ext/http11/http11.c: Version bump to 0.3.15
2006-11-15 22:16 zedshaw
* lib/mongrel/rails.rb: Got the api usage wrong for op/sync
2006-11-15 19:52 zedshaw
* ext/optimized_locking, ext/optimized_locking/extconf.rb,
ext/optimized_locking/optimized_locking.c,
test/test_bmhsearch.rb: Optimistic locking library.
2006-11-15 19:51 zedshaw
* Rakefile: Updated to compile new optimistic locking.
2006-11-15 19:51 zedshaw
* ext/http11/http11.c: Implemented fast BMH incremental search
class for new MIME carving.
2006-11-15 19:02 zedshaw
* lib/mongrel.rb, lib/mongrel/rails.rb: Using the optimized locking
system.
2006-11-15 19:00 zedshaw
* lib/mutex_fix.rb: Including the mutex fix for folks by default.
2006-10-25 22:50 why
* lib/mongrel/camping.rb: * lib/mongrel/camping.rb: get_or_head var
was going unused.
2006-10-24 23:50 zedshaw
* Rakefile: Updated gem_source task for rubygems 0.9
2006-10-24 23:23 zedshaw
* lib/mongrel/handlers.rb: Error in syntax on .xml patch.
2006-10-24 23:22 zedshaw
* lib/mongrel/handlers.rb, test/test_handlers.rb: Patch #6275 for
improved deflate filter support for IE and Safari.
2006-10-24 23:20 zedshaw
* lib/mongrel/handlers.rb: Patch to give a default text/xml for
.xml files.
2006-10-24 23:11 zedshaw
* lib/mongrel/rails.rb: Patch to allow .html configured extensions
for Rails caching.
2006-10-24 23:00 zedshaw
* Rakefile, bin/mongrel_rails, ext/http11/http11.c: Fixes --group
and --user options.
2006-10-24 22:52 zedshaw
* Rakefile, bin/mongrel_rails, test/test_http11.rb: First changes
for inclusion of the cgi multipart fix.
2006-10-23 20:19 luislavena
* doc/site/src/docs/win32.page: Fixed small typo in win32 docs
about setting service in auto-start mode [thanks Justin Johnson @
mongrel-faq]
2006-10-05 04:27 why
* lib/mongrel/camping.rb: * lib/mongrel/camping.rb: borrowing
DirHandler and @guard from the RailsHandler.
2006-10-03 08:19 zedshaw
* lib/mongrel.rb: Small tweaks for debugging something possibly
causing 100% CPU.
2006-10-03 08:18 zedshaw
* ext/http11/http11.c: slight tweak to make everything add up for
allowed lengths
2006-10-03 08:17 zedshaw
* lib/mongrel/rails.rb: Slight adjust so that people can see the
request holding everything up.
2006-09-26 21:25 bricolage
* Rakefile, bin/mongrel_rails, lib/mongrel.rb,
lib/mongrel/configurator.rb, lib/mongrel/handlers.rb,
lib/mongrel/rails.rb: * Cosmetic code/comment formatting
* Improve messaging for config file generation
* Remove unnecessary local var for config_file merging in
mongrel_rails
* Add Iowa to list of supported frameworks in gem spec
2006-09-26 04:51 zedshaw
* bin/mongrel_rails, lib/mongrel/configurator.rb: Fixes a bug on
OSX by changing from exec to system on restart.
2006-09-26 04:49 zedshaw
* doc/site/src/license.page: Fixed the platform schools link
(again).
2006-09-26 04:47 zedshaw
* doc/site/src/docs/apache.page: A new update from CBQ fixing up
some parts and enhancing.