git clone git://github.com/macournoyer/thin.git
Add more doc to Connection
Merge branch 'master' into keepalive
Add blog.hoodow.de to the users page.
Instrumenting more code to hunt down potential mem leaks w/ bleakhouse.
Add profiler script and script to run through valgrind to check mem leaks.
Fix -s option not being included in generated config file, fixes #37.
Add keepalive option to benchmarking script.
Add ticket ref and contributor name.
Bump version number to 0.7.0
Merge branch 'swiftiply'
Add specs for Swiftiply support.
Add Swiftiply support to Cluster controller.
Revert Cluster to pre-swiftiply changes. Starting over, this doesn't look good enought...
Merge branch 'master' into swiftiply
add win32-specific ignores
Add a site to the users page.
Website update.
Add task to download win gem from kevin repo.
Add tasks for Vlad the Deployer in example/vlad.rake [cnantais]
Create a swiftiply connector and first shot at integrating into cluster controller.
Doc fixes in examples.
* Add Ramaze Rackup config file in example dir [tmm1]
Add RaPlanet to users page.
--servers 1 is now considered a cluster to prevent confusion, fixes #35
Minimize GC in Headers & Doc fix.
* Add the --rackup option to load a Rack config file instead of the Rails adapter.
thin config --chrdir ... -C thin/yml do not change current directory anymore, fixes #33.
* Add a better sample god config file in example/thin.god that loads all info from config
Add more doc on Server.