about summary refs log tree commit homepage
DateCommit message (Expand)
2008-03-02http11: ~6% performance increase in header parsing
2008-03-02mongrel: avoid needless syscall when num_processors limit is reached
2008-03-02mongrel_rails: support -n/--num-procs command-line option
2008-03-01Use correct requirement for test helper in test/unit/test_ws.rb (Eric Wong).
2008-02-29Gems 1.0.1 needs Platform::CURRENT instead of Platform::WIN32 for some reason.
2008-02-23Add IOError to test exception list because JRuby trunk started throwing it in...
2008-02-23Update all constants for the release, as Luis reminded me.
2008-02-23Add 'doc' to clean pattern.
2008-02-22Remove fastthread and cgi_multipart_eof_fix from 1.2 gem dependencies.
2008-02-20Move the stable 1-1 branch to stable 1-2, because it has too many changes in ...
2008-02-20Update manifest for changed test layout; add CONTRIBUTORS file to the RDoc pa...
2008-02-20Move tools/trickletest into test/tools.
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2008-02-20Add list of all known contributors.
2008-02-20Add concurrency benchmarks, mostly copied from Thin's.
2008-02-20Improve clean pattern so that it removes some extra log files the tests leave...
2008-02-20TODO is now kept in the Trac milestones.
2008-02-20Update changelog.
2008-02-20Close #10 (@throttle wrongly treated as seconds instead of 100th of seconds).
2008-02-20Update the changelog.
2008-02-20Restore fix for path traversal issue; fix camping handler.
2008-02-20Failing test for pass traversal issue.
2008-02-13Remove site tasks that no longer apply.
2008-02-12Remove site from stable branch now that the data has been ported.
2008-02-12Remove trunk/site in preparation for Trac install.
2008-01-02mongrel_service will no longer change it's registration 'space' in gem_plugin...
2008-01-02Strict gem versions for mongrel_service. Solves most issues reported in relat...
2008-01-02so does java
2008-01-02trunk version # targets 1.2
2008-01-02updated version number to 1.1.3
2007-12-31copy stable Rakefile changes into trunk
2007-12-31repair Rakefile
2007-12-29update TODO with 1.9 tasks
2007-12-29copy news updates into trunk
2007-12-29that was supposed to be "add a news item about the 1.0.5 and 1.1.3 releases"
2007-12-29add
2007-12-29* ext/http11/http11.c: bumped version to 1.1.3.
2007-12-29Applied security patch for trunk too. This patch closes a remote exploit bug.
2007-12-29Applied Zed's patch to fix a vulnerability recently introduced whereby url's ...
2007-12-27eval in ruby1.9 do not accept proc objects anymore, so now we call proc {self...
2007-12-23restore Platform::CURRENT on win32
2007-12-23changelog
2007-12-23cp rakefile from stable branch
2007-12-20fastthread: new 1.0.1 signed gem release for i386-mswin32 platform.
2007-12-18Removed useless if statement (it was always true)
2007-12-18changed File.exists? (that is deprecated) for File.exist? (that exists in rub...
2007-12-18* Rakefile: replaced WIN32 with CURRENT as gem platform (paving the path to R...
2007-12-17New logger API is: Mongrel.log(:log_level,"message") or Mongrel.log("message"...
2007-12-17Logger now runs much smoother in mongrel_rails / configurator.
2007-12-16New Mongrel.log is verified working for Mongrel Handler, Rails and Merb.