git clone git://github.com/macournoyer/thin.git
keep-alive != pipelining
Add 2 new sites to the users page
Align code to make more pretty
Couple fixes to make it work under windows.
Put thin boot header back in start method to allow silencing Thin completly.
Make sure set_descriptor_table_size is called before changing privileges (again! aah damn me)
* Add --max-persistent-conns option to sets the maximum number of persistent connections.
Add RoundHaus to users page
INT signal now force stop and QUIT signal graceful stop.
Add option for keep-alive on abc script
Make sure descriptor_table_size is set before changing privileges.
Warn when descriptors table size can't be set as high as expected.
Eval Rackup config file using top level bindings.
don't require 'daemons' gem on windows, fixes #45, exclude some posix-specific specs if on windows
Add changelog for last commit
Remove daemons dependency for windows, fixes #45
Optimize Connection#remote_address for non-failures.
Add more info benchmark graph title
* Change default timeout from 60 to 30 seconds.
Tail logfile when stoping and restarting a demonized server, fixes #26.
Change release name to Spherical Cow [Jeremy Hinegardner]
Make god example file work w/ tcp cluster (port based) [michael@glauche.de]
Add spec for swiftiply connector.
Fix automerge from stable
Merge branch 'stable'
Refactor remote_address logic and prevent raising errors.
Change default timeout to 30 sec
Fix error when stopping server on UNIX domain socket, fixes #42
Bump version to 0.6.4