git clone git://github.com/macournoyer/thin.git
Prototyping a load balancer
Server can now yield a Rack::Builder to allow building an app in one call:
Add a example adapter.
Add a very basic stats page through Stats adapter, load w/ --stats and browse to /stats.
Add --trace (-V) option to trace request/response and get backtrace w/out all Ruby debug stuff.
Merge branch 'master' of git@github.com:macournoyer/thin
Add --config option to load options from a config file in thin script [Matt Todd].
ignore mac finder files, change constant to allow compile on windows
Fix const for Ruby 1.9
add ignore for netbeans project files
Bump version number to 0.5.5
Alter response headers to output directly to a string.
Improve specs stability.
Convert some tabs to spaces
Move request body to a Tempfile if too big (> 112 MB)
Doc fix and update README
Typos in CHANGELOG and update announcement email.
Fix ugliness in previous commit
Updated git repo location
Merge branch 'small_send_data'
Fix respond_to typo and add spec
Fix load path ordering
Prototyping response body streaming w/ small send_data by chunks.
Fix --user and --group option not changing daemon process privileges
Update example file to a simpler one to understand (IMHO)
Updated announcement email
Add script to benchmarks against previous Thin version (installed as a gem)
Move plateform check logic out of script.
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/thin