about summary refs log tree commit homepage
DateCommit message (Expand)
2011-07-30Rainbows! 4.1.0 - minor internal cleanups v4.1.0
2011-07-21remove tcp_nodelay/tcp_nopush tweaking
2011-07-21remove unnecessary io/wait require
2011-06-29Revert "http_server: cap timeout at 32-bit LONG_MAX seconds"
2011-06-28t0044: do not assume setsockopt() finished
2011-06-28Fix Fiber* and WriterThread* breakage from removing io/wait
2011-06-28require kgio 2.5 for kgio_wait_readable(timeout)
2011-06-28bin/rainbows: release the OptionParser object from stack
2011-06-27http_server: cap timeout at 32-bit LONG_MAX seconds
2011-06-27Rainbows! 4.0.0 - MOAR concurrency for MOAR COARS v4.0.0
2011-06-27bump dependencies (kgio, unicorn, raindrops)
2011-06-27remove unused arg in Rainbows::Response.setup
2011-06-22epoll/client: properly close on all pipe responses
2011-06-22t0050: improve diagnostics for this test
2011-06-22t/test_isolate: remove unneeded comment
2011-06-22dev_fd_response: enable under Rubinius
2011-06-22Unicorn 4.x resync for ticker
2011-06-22t/test_isolate: drop Unicorn test dependency for now
2011-06-15remove IO_PURGATORY dependency
2011-06-11configurator: add client_max_header_size directive
2011-06-11doc: remove docs for Rainbows::Fiber::* APIs
2011-06-10stream_response_epoll: update documentation
2011-06-11remove Rainbows.run method
2011-06-10ev_core: do not autochunk HTTP/1.0 (and 0.9) responses
2011-06-10ev_core: use add_parse for trailers, too
2011-06-10gemspec: add GPLv3 to commented-out licenses section
2011-06-10use HttpParser#add_parse API in Unicorn 3.7.0
2011-06-09tests: more fixes for StreamResponseEpoll
2011-06-09response: sendfile_range fis for Rack::File in rack 1.3.0
2011-06-09t/t9002: use Rack::Head
2011-06-09update various RubyGem dependencies
2011-06-09stream_response_epoll: our most "special" concurrency option yet
2011-06-09move reopen_worker_logs to base
2011-06-06doc: remove --sanitize-html for pandoc
2011-05-31xepoll_thread_*: update docs for Linux 3
2011-05-30test-lib: enable splice(2) for Linux 3.x
2011-05-21Rainbows 3.4.0 - minor updates and fixes v3.4.0
2011-05-21pkg.mk: update to the latest version
2011-05-21use and recommend sleepy_penguin 3.0.1
2011-05-21use and recommend sleepy_penguin 3.0.0
2011-05-21t0044: increase test reliability
2011-05-21try_defer: enable documentation
2011-05-21xepoll_thread_pool/client: improve autopush support
2011-05-20.gitignore: add tags/TAGS files
2011-05-20add tests for Kgio autopush on Linux
2011-05-20add test for SIGQUIT disconnect
2011-05-20event_machine: disconnect idle clients at on SIGQUIT
2011-05-20client: use kgio_write across the board
2011-05-20coolio* + *epoll*: drop keepalive clients on SIGQUIT
2011-05-20epoll/xepoll: more consistent client implementations