git clone git://github.com/macournoyer/thin.git
Doc love
Add WIN_SUFFIX to configure win gem name
A couple fixes to prepare for next release
Check for EventMachine 0.11 only when using UNIX domain sockets and output a more helpful message.
Clean stale PID files when starting as daemon, fixes #53 [Chu Yeow]
Merge git://github.com/chuyeow/thin
Add EM 0.11 note in README too, aah well, isn't it out yet?!
Clean up stale PID files when daemonizing.
Add EM install step in annoucement email.
Require EventMachine 0.11
Fix minor spelling error in Logging module
A couple refactorings in rake tasks.
Load cgi_multipart_eof_fix if Ruby 1.8.5, closes #49
RSTRING_PTR and RSTRING_LEN macros for compatibility with Ruby 1.8.5
Revert "Ruby 1.8.5 compatibility, closes #49 [Wincent Colaiuta]"
Ruby 1.8.5 compatibility, closes #49 [Wincent Colaiuta]
hack hack hack! sleeping 2 sec before testing swiftiply, pardon me Jesus for my sin!
Ping socket instead of sleeping in server specs.
Remove -D option when running spec cause it required yet another gem
Add Steve Purcell sites to users page
Fix a couple more test failing on a clean Ubuntu VM.
Seperate perf specs and run only through rake spec:perf not rake [spec], closes #50
Stableize Daemonizing specs once and for all?
Try to fix randomly failing Daemonizing spec.
Not all system pack sockaddr the same way it seems. Fix Connection#remote_address spec.
UNIX domain socket address should always be 0.0.0.0.
Do not run swiftiply_spec if Swiftiply gem is not installed, re #51
Not so cool hack to make sure we tail first line from log file.
Fix hang when gracefully stopping and not connections are being processed.
Graceful stop no longer use a periodical timer.