about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2010-06-30deferred_response: remove needless include
2010-06-28add preliminary sendfile (1.0.0) gem support
2010-06-28fiber/base: reuse process_client logic in base
2010-06-28(style) prefer "until" instead of "while !"
2010-06-28revactor: constant/namespace cleanups
2010-06-28base: constant/namespace cleanup
2010-06-27http_response: make this a module, not a class
2010-06-27http_response: (nitpick) simplify conditional logic
2010-06-27http_response: cleanup documentation
2010-06-24sendfile: update docs for Rack::Sendfile
2010-06-21add Rainbows::Configurator module
2010-06-21rev: documentation update for #write method
2010-06-21dev_fd_response: disable under Rubinius for now
2010-06-21dev_fd_response: cleanup and reorganization
2010-06-21rev: restore Ruby 1.8.6 compatibility
2010-06-18rev: cleanup write method
2010-06-18rev: avoid extraneous data copy for small responses
2010-06-18fiber/{base,io}: use arrays instead of hashes for r/w accounting
2010-06-18fiber/base: more accurate sleep timeout
2010-06-18avoid needless HeaderHash#to_hash calls
2010-06-18prefer Array#[] lookup to Array#first/Array#last
2010-06-11update test infrastructure to support Rubinius
2010-06-10add Rainbows::ServerToken middleware
2010-06-09http_server: use super instead of alias_method
2010-06-06centralize body => IO conversion logic
2010-06-04Rainbows! 0.94.0 - one eight ate my homework! v0.94.0
2010-06-04sendfile: update RDoc for this middleware.
2010-06-03add Rainbows::Sendfile middleware
2010-06-03writer_thread_*: fix static file response under 1.8
2010-05-29Rainbows! 0.93.0 - MOAR!!!1 v0.93.0
2010-05-29WriterThreadSpawn: fix stupid local variable error
2010-05-26writer_thread_spawn: worker_connections limits thread spawned
2010-05-26thread_spawn: document why we sleep instead of Thread.pass
2010-05-26writer_thread_pool: update documentation for new defaults
2010-05-26add WriterThreadSpawn concurrency model
2010-05-26writer_thread_pool: remove single thread optimization
2010-05-17WriterThreadPool: default concurrency to 20 pools
2010-05-14add WriterThreadPool concurrency model
2010-05-14add Rainbows::QueuePool helper
2010-05-04Rainbows! 0.92.0 - inching towards the pot of gold v0.92.0
2010-05-04revactor: match IO behavior for readpartial wrapper
2010-05-04tee_input: remember "encoding: binary" comment
2010-05-04eventmachine: "rack.multithread" is always true when deferring
2010-05-04drop EventMachineDefer concurrency model
2010-05-04eventmachine: add app.deferred?(env) support as middleware
2010-05-03event_machine: update documentation for async frameworks
2010-05-03doc: misc updates
2010-05-03cleanup request size limiting for TeeInput users
2010-05-03max_body: remove extraneous debug message
2010-05-03add client_max_body_size config directive