about summary refs log tree commit homepage
path: root/examples
DateCommit message (Expand)
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-04-29examples/big_app_gc: fix comment
2011-04-29examples/big_app_gc: update this example
2011-04-27examples/nginx.conf: clarify proxy_buffering for Rails 3.1
2011-04-12Document "user" directive in example unicorn conf
2011-03-29add examples/logrotate.conf
2011-01-25examples/nginx.conf: use try_files directive
2011-01-25examples/nginx: avoid unnecessary listen directive
2010-10-27examples/unicorn.conf: add a note about throttling signals
2010-06-10examples/init: "upgrade" task waits for completion
2010-06-04doc: emphasize the importance of stderr_path
2010-05-06examples: add big_app_gc monkey patch
2010-02-08examples/init.sh: add "reopen-logs" target
2010-02-08examples/init.sh: reenable set -u
2010-01-25KNOWN_ISSUES: background threads + Logger monkey patch
2009-11-23Add examples for nginx and unicorn
2009-10-09examples/init.sh: remove "set -u"
2009-08-18examples/echo: "Expect:" value is case-insensitive
2009-07-04Favor Struct members to instance variables
2009-07-01Remove cat-chunk-proxy, curl CVS supports non-blocking stdin
2009-07-01Force streaming input onto apps by default
2009-06-07examples/cat-chunk-proxy: link to proposed curl(1) patch
2009-06-06Unicorn::App::Inetd: reinventing Unix, poorly :)
2009-06-05Transfer-Encoding: chunked streaming input support
2009-04-29Add example init script
2009-03-09Remove sinatra example
2009-02-11Add Sinatra example
2009-02-01Realistic defaults.
2009-01-31Added simple rack application
2008-11-22Removed examples and debug.rb.
2006-06-18Additional simple feature for upload progress plugin. New redirect header an...
2006-06-05A couple of samples related to documentation on the site.
2006-05-23Improved tests increasing test coverage.
2006-05-23A simple status and statistics handler for people.
2006-05-23Implemented a DeflateFilter for dynamic gzip of responses.
2006-04-11Support large file uploads, moving them into a Tempfile should they cross the...
2006-04-10Update setup.rb to silence errors on shebang replacement. Camping handler no...
2006-04-03Minor tweaks to the handlers and http parser to deal with more bad input poss...
2006-03-26Final touches to get mongrel_rails working. Fixed URI registration bug. Sma...
2006-03-25First crack at some advanced debugging features for mongrel and the console.
2006-03-22Updated examples to use the new Configurator. Camping blog can't test since ...
2006-03-19Beginning of a tuning effort.
2006-03-12Wrong version number on gem_plugin dependency which is causing update errors.
2006-03-09Slight mod to how mongrel/camping.rb works so that you can access the HttpSer...
2006-03-07Updated the Blog sample app to use Camping::Session.
2006-03-07Support for Camping as a first-class citizen. The postamble is now one or tw...
2006-02-22Moved the win32 service files so that they can be used directly as commands. ...
2006-02-21Adding mongrel_rails_service (and svc) drafts. Still fail to stop due Rails C...
2006-02-21Corrected simple service and controller due Macintosh carrier returns (CR) in...
2006-02-21As the CGI and Handlers get bigger we'll need to separate their code out. Th...