about summary refs log tree commit homepage
DateCommit message (Expand)
2010-10-26Rainbows! 1.0.0pre1 - kinder, gentler I/O v1.0.0pre1
2010-10-26gemspec: bump development dependency of Isolate
2010-10-26doc: RDoc updates
2010-10-25reduce dependency on IO#write_nonblock
2010-10-23http_request: remove this (sub)class
2010-10-22unindent most files
2010-10-22local.mk.sample: remove testing under 1.9.1
2010-10-22README: update copyright year
2010-10-22dev_fd_response: do not wrap for Fiber-aware IOs
2010-10-22fiber_{pool,spawn}: unindent
2010-10-22fiber_pool: no need for old Fiber::IO
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-10-21http_server: more descriptive error for debugging
2010-09-28start using kgio library
2010-09-17event_machine: remove unnecessary "return"
2010-08-28Rainbows! 0.97.0 v0.97.0
2010-08-28bump Unicorn dependency to 1.1.3
2010-08-28"keepalive_timeout 0" (really) disables keepalive
2010-08-28t0016: disable Rack::Lint for speed
2010-08-28rev_thread_*: fix IO proxy failures w/pipelining
2010-08-27rainbows/rev/core: tiny cleanup
2010-08-27rainbows/rev/master: unindent
2010-08-26split out accept() callers to acceptor module
2010-08-19add Rainbows::ThreadTimeout middleware
2010-08-17avoid EBADF with certain middlewares when proxying
2010-08-17rev/client: fix redundant close of client sockets
2010-08-16FAQ: update SSL section, add Pound
2010-08-13dev_fd_response: weaken /dev/fd check for compatibility
2010-08-10doc: it's always "Rainbows!" with a bang(!)
2010-08-09FAQ: update Rails requires for Ruby 1.9.2
2010-08-03Rainbows! 0.96.0 - range support v0.96.0
2010-08-03t0500: avoid race condition with timestamps
2010-08-03maint: publish Rubyforge news on release
2010-08-03doc: hide internal Response416 error constant
2010-08-03doc: update Static_Files documentation page
2010-08-02doc: update TODO
2010-08-02event_machine: protect IO#close from EBADF
2010-08-02revactor: implement sendfile and range support
2010-08-01t0015: cleanup after working directory test
2010-08-01tests: do not clobber existing RUBYLIB
2010-07-29fiber/io: reuse buffer in Rainbows::Fiber::IO#each
2010-07-29revactor: Actor-aware dev_fd_response proxying
2010-07-28event_machine: better handling of staggered pipelines
2010-07-27event_machine: prevent double close of client socket
2010-07-27rev/client: workaround close ordering issue when proxying
2010-07-27rev_thread_pool: stop supporting this under Ruby 1.8
2010-07-27t0020: speed up rate limited tests
2010-07-27t00{2,3}1: beef tests up with more aborted requests
2010-07-27event_machine: fix pipelining of static files