git clone git://github.com/macournoyer/thin.git
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
Merge git://git.bantamtech.com/thin into kevin
print error message and exit if -d flag used on Windows
sync with main repo, tweak rakefile(s) again for better win32 gem, need to handle not forking in win32 from the executable script (daemons doesn't work on win32)
add email address to COMMITTERS file
Fixing typo in James last name, aye sry!
Add James site to users page
Add COMMITTERS file w/ Kevin, James and the other supid guy in it.
Add note to load options from config
Add users to site and update TODO
add tests from mongrel for the C parser - one test expected to throw an error isn't throwing
Update TODO tasks
tweak Rakefile dependencies
a better sync with the main repo, change to unified Rakefile
refactor rake file to fewer files, clean up code
sync with my repo
Try to make win32 build work
Add prefix option to thin script to mount app under a given path.
tweak ext to compile on win32, install/uninstall not working on win32 (WTF?)
rake task changes for echoe, to facillitate win32 builds
Update TODO and ann email for next release
Add more doc in thin script and cluster files.
Fix current cluster port number not beeing forwarded to thin script.
Add cluster support through the -s option in the thin script, start 3 thins like this:
Don't send email w/ announce task