git clone git://github.com/macournoyer/thin.git
Grow buffer when sending headers
Add a test for odd size buffer
Add buffer tests
Add timeout watcher
use buffer_append where possible
Refactor all buffer logic into buffer.c
use realloc to grow array
shrink connection var name
Remove thin_ prefix in method and var names
Ooops no need for a big pool like that
Do not puke on big header
define cleanup and note about segfault in connection.c on high concurrency
Add static to local functions and some cleanup
got POST body fully working
Some very rought rack.input support
Add write_buffer and send from it.
refactoring some code out of event callbacks
doc & comments in backend
Log error & close connection on send and recv error.
Fix pfree error when pointer not in first pool node
Fix access to uninitialized mem and place allocation in correct place.
Add error handling to parser
Add status code to response line
Write body by chunks yielded by body.each
update parser callbacks to something more similar to the current one in thin
Fix null pointer in parser
Fix Ruby GC running on vars used only in C
Adding comments to fix GC issues
Rescue error when calling app
Use pool to allocate read buffers