about summary refs log tree commit homepage
DateCommit message (Expand)
2010-07-11Rainbows! v0.95.1 - depend on newer Unicorn v0.95.1
2010-07-11bump Unicorn dependency to 1.1.1
2010-07-10doc: make RDoc skip private methods
2010-07-10test_isolate: document why we test with Rack 1.1.0
2010-07-10Rainbows! 0.95.0 - sendfile() support! v0.95.0
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-10doc: Static_Files documentation
2010-07-09event_machine: rename response_write => em_write_response
2010-07-09http_response: allow Cramp 0.11 to send proper WS headers
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-08dev: bump isolate dependency to 2.1.0
2010-07-08TODO: documentation needs work, so document it :P
2010-07-08bump TCP_DEFER_ACCEPT default value
2010-07-08bump unicorn dependencies
2010-07-08stream_file: split this out from rev/sendfile
2010-07-06byte_slice: String#[range] is faster than String#slice!(range)
2010-07-06doc: update TODO
2010-07-06fix string slicing under 1.9 after short writes
2010-07-06rev/client: more aggressive non-blocking write
2010-07-06cleanup error handling for aborted downloads
2010-07-06rev: avoid unnecessary seeking when using sendfile
2010-07-05rev: properly enable post-fork sendfile() usage
2010-07-04refactor response body handling for sendfile(2)
2010-07-04rev/client: s/sendfile/rev_sendfile/
2010-07-04revactor: properly zero buffer on zero reads
2010-07-04thread_pool: force threads to wakeup on shutdown
2010-06-30rev: add sendfile support
2010-06-30dev_fd_response: avoid redeclaring Rainbows module
2010-06-30deferred_response: remove needless include
2010-06-28TODO: extra item for byte-range responses
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-21tests: enable ActorSpawn test for rbx
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-21test_isolate: bump unicorn dependency
2010-06-21test: no need for IO#sync=true in async-response tests
2010-06-21tests: avoid embedded command-line switches in tests
2010-06-21rev: restore Ruby 1.8.6 compatibility
2010-06-21bump async_sinatra test dependencies
2010-06-18rev: cleanup write method