git clone git://github.com/macournoyer/thin.git
Server now let current connections finish before stopping, fixes #18
* Fix uploading hanging bug when body is moved to a tempfile,
Ignore Rails log dir and doc fix
* thin restart now sends HUP signals rather then stopping & starting.
Refactor cluster command running logic into Command class.
Fix benchmark script
Refactor/reformat a bit and add doc.
* Add PID and more info from the last request to the Stats adapter
Use EventMachine.stop rather then EventMachine.stop_event_loop
* pid and log files in cluster are no longer required to be relative to the
* Revert to using #each when building response headers under Ruby 1.8,
Forgot to add argument in thin script for --only option.
Restructure thin script options in 3 sections: server, daemon and cluster.
Stylize stats page and make the url configurable from the thin script.
Refactor plateform check logic.
Add Calico Web Development to users page
Merge branch 'master' of git://github.com/macournoyer/thin
Use new cool syntax to build a thin server in example/adapter.rb and add a couple comments.
add example files, change link in users page of Thin site
add monit examples, add usage into CHANGELOG
throw RuntimeError if unix socket used on windows, try to get rubyforge release to put both gems in one release
Remove socket file when server stops.
Finally fix the tag task?
Automate tagging
Add task to upload win32 gems
Rename version 0.5.5 to 0.6.0. Lots of big improvements, lets make it a 'major' release! yeah!
Add FlashDen to the users page on the site.
Put parser state machine action null checks back in
Merge branch 'master' of git@github.com:macournoyer/thin
Add support for connection through UNIX domain socket.