git clone git://github.com/macournoyer/thin.git
Add task to download win gem from kevin repo.
Add tasks for Vlad the Deployer in example/vlad.rake [cnantais]
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.
Added a couple sites from the_real_jonDoe to users page.
Add more stats in rake task
Add more doc.
Add a bit of doc here and there
Complete refactor to Connectors.
Make tcp connector work.
Merge branch 'master' into connectors
Starting refactoring of connection logic into Connectors.
Merge branch 'master' into demoncode
Move controllers into their own directory.
replace Server with TestServer in a few places I missed
Add specs for Service controller.
Change thin service installation according to discussion on
separate daemonizing specs from using actual server
fix mock in runner_spec.rb
Include content type in Stats template name
* Add a script to run thin as a system service that can start at startup, closes #31 [Gump]
Do not run stopping process unless server is running.
Add more specs to Runner and Controller