git clone git://github.com/macournoyer/thin.git
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.
fix minor typos in server.rb
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.
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'