about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_spawn.rb
DateCommit message (Expand)
2011-01-04globally refactor Range handling for responses
2010-12-28several response body#close fixes
2010-12-27writer_thread_spawn: factor out Client.quit
2010-12-27writer_thread_*: split out classes into separate files
2010-12-27writer_thread_*: split out common socket_proxy code
2010-12-27writer_thread_*: unindent
2010-11-05avoid Errno::EAGAIN, harder
2010-10-26doc: RDoc updates
2010-10-25reduce dependency on IO#write_nonblock
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-07-22enable Range: responses for static files for most models
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-06cleanup error handling for aborted downloads
2010-07-04refactor response body handling for sendfile(2)
2010-06-03writer_thread_*: fix static file response under 1.8
2010-05-29WriterThreadSpawn: fix stupid local variable error
2010-05-26writer_thread_spawn: worker_connections limits thread spawned
2010-05-26add WriterThreadSpawn concurrency model